| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing 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). |
Future<UpdateEndpointResult> |
AbstractAmazonSageMakerAsync.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> |
AmazonSageMakerAsyncClient.updateEndpointAsync(UpdateEndpointRequest request) |
Future<UpdateEndpointResult> |
AbstractAmazonSageMakerAsync.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> |
AmazonSageMakerAsyncClient.updateEndpointAsync(UpdateEndpointRequest request,
AsyncHandler<UpdateEndpointRequest,UpdateEndpointResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateEndpointResult> |
AbstractAmazonSageMakerAsync.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> |
AmazonSageMakerAsyncClient.updateEndpointAsync(UpdateEndpointRequest request,
AsyncHandler<UpdateEndpointRequest,UpdateEndpointResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateEndpointRequest |
UpdateEndpointRequest.clone() |
UpdateEndpointRequest |
UpdateEndpointRequest.withDeploymentConfig(DeploymentConfig deploymentConfig)
The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback
configurations.
|
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.
|
UpdateEndpointRequest |
UpdateEndpointRequest.withRetainDeploymentConfig(Boolean retainDeploymentConfig)
Specifies whether to reuse the last deployment configuration.
|
Copyright © 2023. All rights reserved.