| 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.
|
UpdateEndpointRequest |
UpdateEndpointRequest.withExcludeRetainedVariantProperties(Collection<VariantProperty> excludeRetainedVariantProperties)
When you are updating endpoint resources with RetainAllVariantProperties, whose value is set to
true,
ExcludeRetainedVariantProperties specifies the list of type VariantProperty to override
with the values provided by EndpointConfig. |
UpdateEndpointRequest |
UpdateEndpointRequest.withExcludeRetainedVariantProperties(VariantProperty... excludeRetainedVariantProperties)
When you are updating endpoint resources with RetainAllVariantProperties, whose value is set to
true,
ExcludeRetainedVariantProperties specifies the list of type VariantProperty to override
with the values provided by EndpointConfig. |
UpdateEndpointRequest |
UpdateEndpointRequest.withRetainAllVariantProperties(Boolean retainAllVariantProperties)
When updating endpoint resources, enables or disables the retention of variant properties, such as the instance
count or the variant weight.
|
Copyright © 2020. All rights reserved.