| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateEndpointResult |
AmazonSageMaker.updateEndpoint(UpdateEndpointRequest 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). |
UpdateEndpointResult |
AmazonSageMakerClient.updateEndpoint(UpdateEndpointRequest request)
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). |
UpdateEndpointResult |
AbstractAmazonSageMaker.updateEndpoint(UpdateEndpointRequest request) |
Future<UpdateEndpointResult> |
AmazonSageMakerAsync.updateEndpointAsync(UpdateEndpointRequest 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). |
Future<UpdateEndpointResult> |
AbstractAmazonSageMakerAsync.updateEndpointAsync(UpdateEndpointRequest request) |
Future<UpdateEndpointResult> |
AmazonSageMakerAsyncClient.updateEndpointAsync(UpdateEndpointRequest request) |
Future<UpdateEndpointResult> |
AmazonSageMakerAsync.updateEndpointAsync(UpdateEndpointRequest updateEndpointRequest,
AsyncHandler<UpdateEndpointRequest,UpdateEndpointResult> asyncHandler)
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). |
Future<UpdateEndpointResult> |
AbstractAmazonSageMakerAsync.updateEndpointAsync(UpdateEndpointRequest request,
AsyncHandler<UpdateEndpointRequest,UpdateEndpointResult> asyncHandler) |
Future<UpdateEndpointResult> |
AmazonSageMakerAsyncClient.updateEndpointAsync(UpdateEndpointRequest request,
AsyncHandler<UpdateEndpointRequest,UpdateEndpointResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateEndpointResult> |
AmazonSageMakerAsync.updateEndpointAsync(UpdateEndpointRequest updateEndpointRequest,
AsyncHandler<UpdateEndpointRequest,UpdateEndpointResult> asyncHandler)
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). |
Future<UpdateEndpointResult> |
AbstractAmazonSageMakerAsync.updateEndpointAsync(UpdateEndpointRequest request,
AsyncHandler<UpdateEndpointRequest,UpdateEndpointResult> asyncHandler) |
Future<UpdateEndpointResult> |
AmazonSageMakerAsyncClient.updateEndpointAsync(UpdateEndpointRequest request,
AsyncHandler<UpdateEndpointRequest,UpdateEndpointResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateEndpointRequest |
UpdateEndpointRequest.clone() |
UpdateEndpointRequest |
UpdateEndpointRequest.withEndpointConfigName(String endpointConfigName)
The name of the new endpoint configuration.
|
UpdateEndpointRequest |
UpdateEndpointRequest.withEndpointName(String endpointName)
The name of the endpoint whose configuration you want to update.
|
Copyright © 2020. All rights reserved.