| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentConfig |
UpdateEndpointRequest.deploymentConfig()
The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback
configurations.
|
DeploymentConfig |
CreateEndpointRequest.deploymentConfig()
Returns the value of the DeploymentConfig property for this object.
|
DeploymentConfig |
DescribeEndpointResponse.lastDeploymentConfig()
The most recent deployment configuration for the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.deploymentConfig(DeploymentConfig deploymentConfig)
The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback
configurations.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.deploymentConfig(DeploymentConfig deploymentConfig)
Sets the value of the DeploymentConfig property for this object.
|
DescribeEndpointResponse.Builder |
DescribeEndpointResponse.Builder.lastDeploymentConfig(DeploymentConfig lastDeploymentConfig)
The most recent deployment configuration for the endpoint.
|
Copyright © 2022. All rights reserved.