Uses of Class
software.amazon.awssdk.services.sagemaker.model.SecondaryStatusTransition
-
Packages that use SecondaryStatusTransition Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of SecondaryStatusTransition in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type SecondaryStatusTransition Modifier and Type Method Description List<SecondaryStatusTransition>DescribeTrainingJobResponse. secondaryStatusTransitions()A history of all of the secondary statuses that the training job has transitioned through.List<SecondaryStatusTransition>TrainingJob. secondaryStatusTransitions()A history of all of the secondary statuses that the training job has transitioned through.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type SecondaryStatusTransition Modifier and Type Method Description DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. secondaryStatusTransitions(SecondaryStatusTransition... secondaryStatusTransitions)A history of all of the secondary statuses that the training job has transitioned through.TrainingJob.BuilderTrainingJob.Builder. secondaryStatusTransitions(SecondaryStatusTransition... secondaryStatusTransitions)A history of all of the secondary statuses that the training job has transitioned through.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type SecondaryStatusTransition Modifier and Type Method Description DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. secondaryStatusTransitions(Collection<SecondaryStatusTransition> secondaryStatusTransitions)A history of all of the secondary statuses that the training job has transitioned through.TrainingJob.BuilderTrainingJob.Builder. secondaryStatusTransitions(Collection<SecondaryStatusTransition> secondaryStatusTransitions)A history of all of the secondary statuses that the training job has transitioned through.
-