| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DesiredWeightAndCapacity |
DesiredWeightAndCapacity.clone() |
DesiredWeightAndCapacity |
DesiredWeightAndCapacity.withDesiredInstanceCount(Integer desiredInstanceCount)
The variant's capacity.
|
DesiredWeightAndCapacity |
DesiredWeightAndCapacity.withDesiredWeight(Float desiredWeight)
The variant's weight.
|
DesiredWeightAndCapacity |
DesiredWeightAndCapacity.withVariantName(String variantName)
The name of the variant to update.
|
| Modifier and Type | Method and Description |
|---|---|
List<DesiredWeightAndCapacity> |
UpdateEndpointWeightsAndCapacitiesRequest.getDesiredWeightsAndCapacities()
An object that provides new capacity and weight values for a variant.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEndpointWeightsAndCapacitiesRequest |
UpdateEndpointWeightsAndCapacitiesRequest.withDesiredWeightsAndCapacities(DesiredWeightAndCapacity... desiredWeightsAndCapacities)
An object that provides new capacity and weight values for a variant.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateEndpointWeightsAndCapacitiesRequest.setDesiredWeightsAndCapacities(Collection<DesiredWeightAndCapacity> desiredWeightsAndCapacities)
An object that provides new capacity and weight values for a variant.
|
UpdateEndpointWeightsAndCapacitiesRequest |
UpdateEndpointWeightsAndCapacitiesRequest.withDesiredWeightsAndCapacities(Collection<DesiredWeightAndCapacity> desiredWeightsAndCapacities)
An object that provides new capacity and weight values for a variant.
|
Copyright © 2020. All rights reserved.