| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateEndpointWeightsAndCapacitiesResponse> |
SageMakerAsyncClient.updateEndpointWeightsAndCapacities(Consumer<UpdateEndpointWeightsAndCapacitiesRequest.Builder> updateEndpointWeightsAndCapacitiesRequest)
Updates variant weight of one or more variants associated with an existing endpoint, or capacity of one variant
associated with an existing endpoint.
|
default UpdateEndpointWeightsAndCapacitiesResponse |
SageMakerClient.updateEndpointWeightsAndCapacities(Consumer<UpdateEndpointWeightsAndCapacitiesRequest.Builder> updateEndpointWeightsAndCapacitiesRequest)
Updates variant weight of one or more variants associated with an existing endpoint, or capacity of one variant
associated with an existing endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateEndpointWeightsAndCapacitiesRequest.Builder |
UpdateEndpointWeightsAndCapacitiesRequest.builder() |
UpdateEndpointWeightsAndCapacitiesRequest.Builder |
UpdateEndpointWeightsAndCapacitiesRequest.Builder.desiredWeightsAndCapacities(Collection<DesiredWeightAndCapacity> desiredWeightsAndCapacities)
An object that provides new capacity and weight values for a variant.
|
UpdateEndpointWeightsAndCapacitiesRequest.Builder |
UpdateEndpointWeightsAndCapacitiesRequest.Builder.desiredWeightsAndCapacities(Consumer<DesiredWeightAndCapacity.Builder>... desiredWeightsAndCapacities)
An object that provides new capacity and weight values for a variant.
|
UpdateEndpointWeightsAndCapacitiesRequest.Builder |
UpdateEndpointWeightsAndCapacitiesRequest.Builder.desiredWeightsAndCapacities(DesiredWeightAndCapacity... desiredWeightsAndCapacities)
An object that provides new capacity and weight values for a variant.
|
UpdateEndpointWeightsAndCapacitiesRequest.Builder |
UpdateEndpointWeightsAndCapacitiesRequest.Builder.endpointName(String endpointName)
The name of an existing Amazon SageMaker endpoint.
|
UpdateEndpointWeightsAndCapacitiesRequest.Builder |
UpdateEndpointWeightsAndCapacitiesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEndpointWeightsAndCapacitiesRequest.Builder |
UpdateEndpointWeightsAndCapacitiesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateEndpointWeightsAndCapacitiesRequest.Builder |
UpdateEndpointWeightsAndCapacitiesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateEndpointWeightsAndCapacitiesRequest.Builder> |
UpdateEndpointWeightsAndCapacitiesRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.