| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentConfig |
DeploymentConfig.clone() |
DeploymentConfig |
UpdateEndpointRequest.getDeploymentConfig()
The deployment configuration for the endpoint to be updated.
|
DeploymentConfig |
DescribeEndpointResult.getLastDeploymentConfig()
The most recent deployment configuration for the endpoint.
|
DeploymentConfig |
DeploymentConfig.withAutoRollbackConfiguration(AutoRollbackConfig autoRollbackConfiguration)
|
DeploymentConfig |
DeploymentConfig.withBlueGreenUpdatePolicy(BlueGreenUpdatePolicy blueGreenUpdatePolicy)
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateEndpointRequest.setDeploymentConfig(DeploymentConfig deploymentConfig)
The deployment configuration for the endpoint to be updated.
|
void |
DescribeEndpointResult.setLastDeploymentConfig(DeploymentConfig lastDeploymentConfig)
The most recent deployment configuration for the endpoint.
|
UpdateEndpointRequest |
UpdateEndpointRequest.withDeploymentConfig(DeploymentConfig deploymentConfig)
The deployment configuration for the endpoint to be updated.
|
DescribeEndpointResult |
DescribeEndpointResult.withLastDeploymentConfig(DeploymentConfig lastDeploymentConfig)
The most recent deployment configuration for the endpoint.
|
Copyright © 2021. All rights reserved.