| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static RollingUpdatePolicy.Builder |
RollingUpdatePolicy.builder() |
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.
|
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.maximumExecutionTimeoutInSeconds(Integer maximumExecutionTimeoutInSeconds)
The time limit for the total deployment.
|
RollingUpdatePolicy.Builder |
RollingUpdatePolicy.Builder.rollbackMaximumBatchSize(CapacitySize rollbackMaximumBatchSize)
Batch size for rollback to the old endpoint fleet.
|
default RollingUpdatePolicy.Builder |
RollingUpdatePolicy.Builder.rollbackMaximumBatchSize(Consumer<CapacitySize.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RollingUpdatePolicy.Builder> |
RollingUpdatePolicy.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeploymentConfig.Builder |
DeploymentConfig.Builder.rollingUpdatePolicy(Consumer<RollingUpdatePolicy.Builder> rollingUpdatePolicy)
Specifies a rolling deployment strategy for updating a SageMaker endpoint.
|
Copyright © 2023. All rights reserved.