| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static CapacitySize.Builder |
CapacitySize.builder() |
CapacitySize.Builder |
CapacitySize.toBuilder() |
CapacitySize.Builder |
CapacitySize.Builder.type(CapacitySizeType type)
Specifies the endpoint capacity type.
|
CapacitySize.Builder |
CapacitySize.Builder.type(String type)
Specifies the endpoint capacity type.
|
CapacitySize.Builder |
CapacitySize.Builder.value(Integer value)
Defines the capacity size, either as a number of instances or a capacity percentage.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CapacitySize.Builder> |
CapacitySize.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TrafficRoutingConfig.Builder |
TrafficRoutingConfig.Builder.canarySize(Consumer<CapacitySize.Builder> canarySize)
Batch size for the first step to turn on traffic on the new endpoint fleet.
|
default TrafficRoutingConfig.Builder |
TrafficRoutingConfig.Builder.linearStepSize(Consumer<CapacitySize.Builder> linearStepSize)
Batch size for each step to turn on traffic on the new 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.
|
default RollingUpdatePolicy.Builder |
RollingUpdatePolicy.Builder.rollbackMaximumBatchSize(Consumer<CapacitySize.Builder> rollbackMaximumBatchSize)
Batch size for rollback to the old endpoint fleet.
|
Copyright © 2023. All rights reserved.