static RollingUpdatePolicy.Builder |
RollingUpdatePolicy.builder() |
|
default RollingUpdatePolicy.Builder |
RollingUpdatePolicy.Builder.maximumBatchSize(Consumer<CapacitySize.Builder> maximumBatchSize) |
Batch size for each rolling step to provision capacity and turn on traffic on the new endpoint fleet, and
terminate capacity on the old endpoint fleet.
|
RollingUpdatePolicy.Builder |
RollingUpdatePolicy.Builder.maximumBatchSize(CapacitySize maximumBatchSize) |
Batch size for each rolling step to provision capacity and turn on traffic on the new endpoint fleet, and
terminate capacity on the old endpoint fleet.
|
RollingUpdatePolicy.Builder |
RollingUpdatePolicy.Builder.maximumExecutionTimeoutInSeconds(Integer maximumExecutionTimeoutInSeconds) |
The time limit for the total deployment.
|
default RollingUpdatePolicy.Builder |
RollingUpdatePolicy.Builder.rollbackMaximumBatchSize(Consumer<CapacitySize.Builder> rollbackMaximumBatchSize) |
Batch size for rollback to the old endpoint fleet.
|
RollingUpdatePolicy.Builder |
RollingUpdatePolicy.Builder.rollbackMaximumBatchSize(CapacitySize rollbackMaximumBatchSize) |
Batch size for rollback to the old endpoint fleet.
|
RollingUpdatePolicy.Builder |
RollingUpdatePolicy.toBuilder() |
|
RollingUpdatePolicy.Builder |
RollingUpdatePolicy.Builder.waitIntervalInSeconds(Integer waitIntervalInSeconds) |
The length of the baking period, during which SageMaker monitors alarms for each batch on the new fleet.
|