Uses of Class
software.amazon.awssdk.services.sagemaker.model.DeploymentConfig
-
Packages that use DeploymentConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of DeploymentConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return DeploymentConfig Modifier and Type Method Description DeploymentConfigCreateEndpointRequest. deploymentConfig()Returns the value of the DeploymentConfig property for this object.DeploymentConfigUpdateEndpointRequest. deploymentConfig()The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.DeploymentConfigDescribeEndpointResponse. lastDeploymentConfig()The most recent deployment configuration for the endpoint.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type DeploymentConfig Modifier and Type Method Description CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. deploymentConfig(DeploymentConfig deploymentConfig)Sets the value of the DeploymentConfig property for this object.UpdateEndpointRequest.BuilderUpdateEndpointRequest.Builder. deploymentConfig(DeploymentConfig deploymentConfig)The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.DescribeEndpointResponse.BuilderDescribeEndpointResponse.Builder. lastDeploymentConfig(DeploymentConfig lastDeploymentConfig)The most recent deployment configuration for the endpoint.
-