| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentConfig |
DeploymentConfig.clone() |
DeploymentConfig |
UpdateEndpointRequest.getDeploymentConfig()
The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback
configurations.
|
DeploymentConfig |
CreateEndpointRequest.getDeploymentConfig() |
DeploymentConfig |
DescribeEndpointResult.getLastDeploymentConfig()
The most recent deployment configuration for the endpoint.
|
DeploymentConfig |
DeploymentConfig.withAutoRollbackConfiguration(AutoRollbackConfig autoRollbackConfiguration)
Automatic rollback configuration for handling endpoint deployment failures and recovery.
|
DeploymentConfig |
DeploymentConfig.withBlueGreenUpdatePolicy(BlueGreenUpdatePolicy blueGreenUpdatePolicy)
Update policy for a blue/green deployment.
|
DeploymentConfig |
DeploymentConfig.withRollingUpdatePolicy(RollingUpdatePolicy rollingUpdatePolicy)
Specifies a rolling deployment strategy for updating a SageMaker endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateEndpointRequest.setDeploymentConfig(DeploymentConfig deploymentConfig)
The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback
configurations.
|
void |
CreateEndpointRequest.setDeploymentConfig(DeploymentConfig deploymentConfig) |
void |
DescribeEndpointResult.setLastDeploymentConfig(DeploymentConfig lastDeploymentConfig)
The most recent deployment configuration for the endpoint.
|
UpdateEndpointRequest |
UpdateEndpointRequest.withDeploymentConfig(DeploymentConfig deploymentConfig)
The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback
configurations.
|
CreateEndpointRequest |
CreateEndpointRequest.withDeploymentConfig(DeploymentConfig deploymentConfig) |
DescribeEndpointResult |
DescribeEndpointResult.withLastDeploymentConfig(DeploymentConfig lastDeploymentConfig)
The most recent deployment configuration for the endpoint.
|
Copyright © 2023. All rights reserved.