Uses of Class
software.amazon.awssdk.services.sagemaker.model.DeploymentConfiguration
-
Packages that use DeploymentConfiguration Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of DeploymentConfiguration in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return DeploymentConfiguration Modifier and Type Method Description DeploymentConfigurationScheduledUpdateConfig. deploymentConfig()The configuration to use when updating the AMI versions.DeploymentConfigurationUpdateClusterSoftwareRequest. deploymentConfig()The configuration to use when updating the AMI versions.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type DeploymentConfiguration Modifier and Type Method Description ScheduledUpdateConfig.BuilderScheduledUpdateConfig.Builder. deploymentConfig(DeploymentConfiguration deploymentConfig)The configuration to use when updating the AMI versions.UpdateClusterSoftwareRequest.BuilderUpdateClusterSoftwareRequest.Builder. deploymentConfig(DeploymentConfiguration deploymentConfig)The configuration to use when updating the AMI versions.
-