Uses of Class
software.amazon.awssdk.services.sagemaker.model.TrainingJobStatus
-
Packages that use TrainingJobStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TrainingJobStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TrainingJobStatus Modifier and Type Method Description static TrainingJobStatusTrainingJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TrainingJobStatusListTrainingJobsForHyperParameterTuningJobRequest. statusEquals()A filter that returns only training jobs with the specified status.TrainingJobStatusListTrainingJobsRequest. statusEquals()A filter that retrieves only training jobs with a specific status.TrainingJobStatusDescribeTrainingJobResponse. trainingJobStatus()The status of the training job.TrainingJobStatusHyperParameterTrainingJobSummary. trainingJobStatus()The status of the training job.TrainingJobStatusTrainingJob. trainingJobStatus()The status of the training job.TrainingJobStatusTrainingJobSummary. trainingJobStatus()The status of the training job.static TrainingJobStatusTrainingJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TrainingJobStatus[]TrainingJobStatus. 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 TrainingJobStatus Modifier and Type Method Description static Set<TrainingJobStatus>TrainingJobStatus. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TrainingJobStatus Modifier and Type Method Description ListTrainingJobsForHyperParameterTuningJobRequest.BuilderListTrainingJobsForHyperParameterTuningJobRequest.Builder. statusEquals(TrainingJobStatus statusEquals)A filter that returns only training jobs with the specified status.ListTrainingJobsRequest.BuilderListTrainingJobsRequest.Builder. statusEquals(TrainingJobStatus statusEquals)A filter that retrieves only training jobs with a specific status.DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. trainingJobStatus(TrainingJobStatus trainingJobStatus)The status of the training job.HyperParameterTrainingJobSummary.BuilderHyperParameterTrainingJobSummary.Builder. trainingJobStatus(TrainingJobStatus trainingJobStatus)The status of the training job.TrainingJob.BuilderTrainingJob.Builder. trainingJobStatus(TrainingJobStatus trainingJobStatus)The status of the training job.TrainingJobSummary.BuilderTrainingJobSummary.Builder. trainingJobStatus(TrainingJobStatus trainingJobStatus)The status of the training job.
-