Module Values_0.AutoRollbackConfigSource

Automatic rollback configuration for handling endpoint deployment failures and recovery.

Sourcetype nonrec t = {
  1. alarms : AlarmList.t option;
    (*

    List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint. If any alarms are tripped during a deployment, SageMaker rolls back the deployment.

    *)
}
Sourceval make : ?alarms:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of AlarmName.t ]) 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