Uses of Class
software.amazon.awssdk.services.sagemaker.model.HyperParameterTuningJobStatus
-
Packages that use HyperParameterTuningJobStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of HyperParameterTuningJobStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return HyperParameterTuningJobStatus Modifier and Type Method Description static HyperParameterTuningJobStatusHyperParameterTuningJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HyperParameterTuningJobStatusDescribeHyperParameterTuningJobResponse. hyperParameterTuningJobStatus()The status of the tuning job.HyperParameterTuningJobStatusHyperParameterTuningJobSearchEntity. hyperParameterTuningJobStatus()The status of a hyperparameter tuning job.HyperParameterTuningJobStatusHyperParameterTuningJobSummary. hyperParameterTuningJobStatus()The status of the tuning job.HyperParameterTuningJobStatusListHyperParameterTuningJobsRequest. statusEquals()A filter that returns only tuning jobs with the specified status.static HyperParameterTuningJobStatusHyperParameterTuningJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static HyperParameterTuningJobStatus[]HyperParameterTuningJobStatus. 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 HyperParameterTuningJobStatus Modifier and Type Method Description static Set<HyperParameterTuningJobStatus>HyperParameterTuningJobStatus. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type HyperParameterTuningJobStatus Modifier and Type Method Description DescribeHyperParameterTuningJobResponse.BuilderDescribeHyperParameterTuningJobResponse.Builder. hyperParameterTuningJobStatus(HyperParameterTuningJobStatus hyperParameterTuningJobStatus)The status of the tuning job.HyperParameterTuningJobSearchEntity.BuilderHyperParameterTuningJobSearchEntity.Builder. hyperParameterTuningJobStatus(HyperParameterTuningJobStatus hyperParameterTuningJobStatus)The status of a hyperparameter tuning job.HyperParameterTuningJobSummary.BuilderHyperParameterTuningJobSummary.Builder. hyperParameterTuningJobStatus(HyperParameterTuningJobStatus hyperParameterTuningJobStatus)The status of the tuning job.ListHyperParameterTuningJobsRequest.BuilderListHyperParameterTuningJobsRequest.Builder. statusEquals(HyperParameterTuningJobStatus statusEquals)A filter that returns only tuning jobs with the specified status.
-