Uses of Class
software.amazon.awssdk.services.sagemaker.model.WarmPoolStatus
-
Packages that use WarmPoolStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of WarmPoolStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return WarmPoolStatus Modifier and Type Method Description WarmPoolStatusDescribeTrainingJobResponse. warmPoolStatus()The status of the warm pool associated with the training job.WarmPoolStatusTrainingJobSummary. warmPoolStatus()The status of the warm pool associated with the training job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type WarmPoolStatus Modifier and Type Method Description DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. warmPoolStatus(WarmPoolStatus warmPoolStatus)The status of the warm pool associated with the training job.TrainingJobSummary.BuilderTrainingJobSummary.Builder. warmPoolStatus(WarmPoolStatus warmPoolStatus)The status of the warm pool associated with the training job.
-