Module Values_0.ScheduledUpdateConfigSource

The configuration object of the schedule that SageMaker follows when updating the AMI.

Sourcetype nonrec t = {
  1. scheduleExpression : CronScheduleExpression.t;
    (*

    A cron expression that specifies the schedule that SageMaker follows when updating the AMI.

    *)
  2. deploymentConfig : DeploymentConfiguration.t option;
    (*

    The configuration to use when updating the AMI versions.

    *)
}
Sourceval context_ : string
Sourceval make : ?deploymentConfig:??? -> scheduleExpression:CronScheduleExpression.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CronScheduleExpression.t | `Structure of (string * [> `Integer of WaitTimeIntervalInSeconds.t | `List of [> `Structure of (string * [> `String of AlarmName.t ]) list ] list | `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of NodeUnavailabilityValue.t ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t