Uses of Class
software.amazon.awssdk.services.sagemaker.model.SecondaryStatus
-
Packages that use SecondaryStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of SecondaryStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return SecondaryStatus Modifier and Type Method Description static SecondaryStatusSecondaryStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SecondaryStatusDescribeTrainingJobResponse. secondaryStatus()Provides detailed information about the state of the training job.SecondaryStatusTrainingJob. secondaryStatus()Provides detailed information about the state of the training job.SecondaryStatusSecondaryStatusTransition. status()Contains a secondary status information from a training job.static SecondaryStatusSecondaryStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SecondaryStatus[]SecondaryStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type SecondaryStatus Modifier and Type Method Description static Set<SecondaryStatus>SecondaryStatus. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type SecondaryStatus Modifier and Type Method Description DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. secondaryStatus(SecondaryStatus secondaryStatus)Provides detailed information about the state of the training job.TrainingJob.BuilderTrainingJob.Builder. secondaryStatus(SecondaryStatus secondaryStatus)Provides detailed information about the state of the training job.SecondaryStatusTransition.BuilderSecondaryStatusTransition.Builder. status(SecondaryStatus status)Contains a secondary status information from a training job.
-