Uses of Interface
software.amazon.awscdk.services.sagemaker.CfnEndpoint.DeploymentConfigProperty
-
Uses of CfnEndpoint.DeploymentConfigProperty in software.amazon.awscdk.services.sagemaker
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnEndpoint.DeploymentConfigProperty
Modifier and TypeMethodDescriptionCfnEndpoint.DeploymentConfigProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnEndpoint.Builder.deploymentConfig
(CfnEndpoint.DeploymentConfigProperty deploymentConfig) The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.CfnEndpointProps.Builder.deploymentConfig
(CfnEndpoint.DeploymentConfigProperty deploymentConfig) Sets the value ofCfnEndpointProps.getDeploymentConfig()
void
CfnEndpoint.setDeploymentConfig
(CfnEndpoint.DeploymentConfigProperty value) The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.