| 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 |
AmazonSageMakerClient.updateEndpoint(UpdateEndpointRequest request)
Deploys the
EndpointConfig specified in the request to a new fleet of instances. |
UpdateEndpointResult |
AbstractAmazonSageMaker.updateEndpoint(UpdateEndpointRequest request) |
UpdateEndpointResult |
AmazonSageMaker.updateEndpoint(UpdateEndpointRequest updateEndpointRequest)
Deploys the
EndpointConfig specified in the request to a new fleet of instances. |
Future<UpdateEndpointResult> |
AmazonSageMakerAsyncClient.updateEndpointAsync(UpdateEndpointRequest request) |
Future<UpdateEndpointResult> |
AmazonSageMakerAsync.updateEndpointAsync(UpdateEndpointRequest updateEndpointRequest)
Deploys the
EndpointConfig specified in the request to a new fleet of instances. |
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
EndpointConfig specified in the request to a new fleet of instances. |
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
EndpointConfig specified in the request to a new fleet of instances. |
Future<UpdateEndpointResult> |
AbstractAmazonSageMakerAsync.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 © 2024. All rights reserved.