Uses of Class
software.amazon.awssdk.services.sagemaker.model.ScheduledUpdateConfig
-
Packages that use ScheduledUpdateConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ScheduledUpdateConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ScheduledUpdateConfig Modifier and Type Method Description ScheduledUpdateConfigClusterInstanceGroupDetails. scheduledUpdateConfig()The configuration object of the schedule that SageMaker follows when updating the AMI.ScheduledUpdateConfigClusterInstanceGroupSpecification. scheduledUpdateConfig()The configuration object of the schedule that SageMaker uses to update the AMI.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ScheduledUpdateConfig Modifier and Type Method Description ClusterInstanceGroupDetails.BuilderClusterInstanceGroupDetails.Builder. scheduledUpdateConfig(ScheduledUpdateConfig scheduledUpdateConfig)The configuration object of the schedule that SageMaker follows when updating the AMI.ClusterInstanceGroupSpecification.BuilderClusterInstanceGroupSpecification.Builder. scheduledUpdateConfig(ScheduledUpdateConfig scheduledUpdateConfig)The configuration object of the schedule that SageMaker uses to update the AMI.
-