| 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<UpdateEndpointResponse> |
SageMakerAsyncClient.updateEndpoint(Consumer<UpdateEndpointRequest.Builder> updateEndpointRequest)
Deploys the new
EndpointConfig specified in the request, switches to using newly created endpoint,
and then deletes resources provisioned for the endpoint using the previous EndpointConfig (there is
no availability loss). |
default UpdateEndpointResponse |
SageMakerClient.updateEndpoint(Consumer<UpdateEndpointRequest.Builder> updateEndpointRequest)
Deploys the new
EndpointConfig specified in the request, switches to using newly created endpoint,
and then deletes resources provisioned for the endpoint using the previous EndpointConfig (there is
no availability loss). |
| Modifier and Type | Method and Description |
|---|---|
static UpdateEndpointRequest.Builder |
UpdateEndpointRequest.builder() |
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.endpointConfigName(String endpointConfigName)
The name of the new endpoint configuration.
|
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.endpointName(String endpointName)
The name of the endpoint whose configuration you want to update.
|
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateEndpointRequest.Builder> |
UpdateEndpointRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.