| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
CapacitySize |
TrafficRoutingConfig.canarySize()
Batch size for the first step to turn on traffic on the new endpoint fleet.
|
CapacitySize |
TrafficRoutingConfig.linearStepSize()
Batch size for each step to turn on traffic on the new endpoint fleet.
|
CapacitySize |
RollingUpdatePolicy.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.
|
CapacitySize |
RollingUpdatePolicy.rollbackMaximumBatchSize()
Batch size for rollback to the old endpoint fleet.
|
| Modifier and Type | Method and Description |
|---|---|
TrafficRoutingConfig.Builder |
TrafficRoutingConfig.Builder.canarySize(CapacitySize canarySize)
Batch size for the first step to turn on traffic on the new endpoint fleet.
|
TrafficRoutingConfig.Builder |
TrafficRoutingConfig.Builder.linearStepSize(CapacitySize linearStepSize)
Batch size for each step to turn on traffic on the new 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.rollbackMaximumBatchSize(CapacitySize rollbackMaximumBatchSize)
Batch size for rollback to the old endpoint fleet.
|
Copyright © 2023. All rights reserved.