| 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 |
AbstractAmazonSageMaker.updateEndpoint(UpdateEndpointRequest request) |
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 |
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). |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateEndpointResult> |
AmazonSageMakerAsyncClient.updateEndpointAsync(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,
AsyncHandler<UpdateEndpointRequest,UpdateEndpointResult> asyncHandler) |
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) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateEndpointResult> |
AmazonSageMakerAsyncClient.updateEndpointAsync(UpdateEndpointRequest request,
AsyncHandler<UpdateEndpointRequest,UpdateEndpointResult> asyncHandler) |
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) |
| Modifier and Type | Method and Description |
|---|---|
UpdateEndpointResult |
UpdateEndpointResult.clone() |
UpdateEndpointResult |
UpdateEndpointResult.withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
|
Copyright © 2022. All rights reserved.