| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
RollingUpdatePolicy |
RollingUpdatePolicy.clone() |
RollingUpdatePolicy |
DeploymentConfig.getRollingUpdatePolicy()
Specifies a rolling deployment strategy for updating a SageMaker endpoint.
|
RollingUpdatePolicy |
RollingUpdatePolicy.withMaximumBatchSize(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 |
RollingUpdatePolicy.withMaximumExecutionTimeoutInSeconds(Integer maximumExecutionTimeoutInSeconds)
The time limit for the total deployment.
|
RollingUpdatePolicy |
RollingUpdatePolicy.withRollbackMaximumBatchSize(CapacitySize rollbackMaximumBatchSize)
Batch size for rollback to the old endpoint fleet.
|
RollingUpdatePolicy |
RollingUpdatePolicy.withWaitIntervalInSeconds(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 |
|---|---|
void |
DeploymentConfig.setRollingUpdatePolicy(RollingUpdatePolicy rollingUpdatePolicy)
Specifies a rolling deployment strategy for updating a SageMaker endpoint.
|
DeploymentConfig |
DeploymentConfig.withRollingUpdatePolicy(RollingUpdatePolicy rollingUpdatePolicy)
Specifies a rolling deployment strategy for updating a SageMaker endpoint.
|
Copyright © 2024. All rights reserved.