| 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)
This API is not supported.
|
CapacitySize.Builder |
CapacitySize.Builder.type(String type)
This API is not supported.
|
CapacitySize.Builder |
CapacitySize.Builder.value(Integer value)
|
| 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)
This is a convenience that creates an instance of the
CapacitySize.Builder avoiding the need to
create one manually via CapacitySize.builder(). |
Copyright © 2021. All rights reserved.