| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateEndpointResponse> |
SageMakerAsyncClient.updateEndpoint(Consumer<UpdateEndpointRequest.Builder> 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). |
default UpdateEndpointResponse |
SageMakerClient.updateEndpoint(Consumer<UpdateEndpointRequest.Builder> 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 |
|---|---|
static UpdateEndpointRequest.Builder |
UpdateEndpointRequest.builder() |
default UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.deploymentConfig(Consumer<DeploymentConfig.Builder> deploymentConfig)
The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback
configurations.
|
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.deploymentConfig(DeploymentConfig deploymentConfig)
The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback
configurations.
|
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.endpointConfigName(String endpointConfigName)
The name of the new endpoint configuration.
|
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.endpointName(String endpointName)
The name of the endpoint whose configuration you want to update.
|
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.excludeRetainedVariantProperties(Collection<VariantProperty> excludeRetainedVariantProperties)
When you are updating endpoint resources with UpdateEndpointInput$RetainAllVariantProperties, whose
value is set to
true, ExcludeRetainedVariantProperties specifies the list of type
VariantProperty to override with the values provided by EndpointConfig. |
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.excludeRetainedVariantProperties(Consumer<VariantProperty.Builder>... excludeRetainedVariantProperties)
When you are updating endpoint resources with UpdateEndpointInput$RetainAllVariantProperties, whose
value is set to
true, ExcludeRetainedVariantProperties specifies the list of type
VariantProperty to override with the values provided by EndpointConfig. |
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.excludeRetainedVariantProperties(VariantProperty... excludeRetainedVariantProperties)
When you are updating endpoint resources with UpdateEndpointInput$RetainAllVariantProperties, whose
value is set to
true, ExcludeRetainedVariantProperties specifies the list of type
VariantProperty to override with the values provided by EndpointConfig. |
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.retainAllVariantProperties(Boolean retainAllVariantProperties)
When updating endpoint resources, enables or disables the retention of variant
properties, such as the instance count or the variant weight.
|
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.retainDeploymentConfig(Boolean retainDeploymentConfig)
Specifies whether to reuse the last deployment configuration.
|
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateEndpointRequest.Builder> |
UpdateEndpointRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.