| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
CapacitySize |
CapacitySize.clone() |
CapacitySize |
TrafficRoutingConfig.getCanarySize()
Batch size for the first step to turn on traffic on the new endpoint fleet.
|
CapacitySize |
TrafficRoutingConfig.getLinearStepSize()
Batch size for each step to turn on traffic on the new endpoint fleet.
|
CapacitySize |
RollingUpdatePolicy.getMaximumBatchSize()
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.
|
CapacitySize |
RollingUpdatePolicy.getRollbackMaximumBatchSize()
Batch size for rollback to the old endpoint fleet.
|
CapacitySize |
CapacitySize.withType(CapacitySizeType type)
Specifies the endpoint capacity type.
|
CapacitySize |
CapacitySize.withType(String type)
Specifies the endpoint capacity type.
|
CapacitySize |
CapacitySize.withValue(Integer value)
Defines the capacity size, either as a number of instances or a capacity percentage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrafficRoutingConfig.setCanarySize(CapacitySize canarySize)
Batch size for the first step to turn on traffic on the new endpoint fleet.
|
void |
TrafficRoutingConfig.setLinearStepSize(CapacitySize linearStepSize)
Batch size for each step to turn on traffic on the new endpoint fleet.
|
void |
RollingUpdatePolicy.setMaximumBatchSize(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.
|
void |
RollingUpdatePolicy.setRollbackMaximumBatchSize(CapacitySize rollbackMaximumBatchSize)
Batch size for rollback to the old endpoint fleet.
|
TrafficRoutingConfig |
TrafficRoutingConfig.withCanarySize(CapacitySize canarySize)
Batch size for the first step to turn on traffic on the new endpoint fleet.
|
TrafficRoutingConfig |
TrafficRoutingConfig.withLinearStepSize(CapacitySize linearStepSize)
Batch size for each step to turn on traffic on the new endpoint fleet.
|
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.withRollbackMaximumBatchSize(CapacitySize rollbackMaximumBatchSize)
Batch size for rollback to the old endpoint fleet.
|
Copyright © 2024. All rights reserved.