| 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.
|
Copyright © 2023. All rights reserved.