Values_1.InferenceComponentDeploymentConfigSourceThe deployment configuration for an endpoint that hosts inference components. The configuration includes the desired deployment strategy and rollback settings.
type nonrec t = {rollingUpdatePolicy : InferenceComponentRollingUpdatePolicy.t;Specifies a rolling deployment strategy for updating a SageMaker AI endpoint.
*)autoRollbackConfiguration : Values_0.AutoRollbackConfig.t option;}val make :
?autoRollbackConfiguration:??? ->
rollingUpdatePolicy:InferenceComponentRollingUpdatePolicy.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of Values_0.WaitIntervalInSeconds.t
| `List of
[> `Structure of (string * [> `String of string ]) list ]
list
| `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.CapacitySizeValue.t ])
list ])
list ])
list ]