Uses of Class
software.amazon.awssdk.services.sagemaker.model.AutoMLJobStatus
-
Packages that use AutoMLJobStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AutoMLJobStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AutoMLJobStatus Modifier and Type Method Description AutoMLJobStatusAutoMLJobSummary. autoMLJobStatus()The status of the AutoML job.AutoMLJobStatusDescribeAutoMlJobResponse. autoMLJobStatus()Returns the status of the AutoML job.AutoMLJobStatusDescribeAutoMlJobV2Response. autoMLJobStatus()Returns the status of the AutoML job V2.static AutoMLJobStatusAutoMLJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AutoMLJobStatusListAutoMlJobsRequest. statusEquals()Request a list of jobs, using a filter for status.static AutoMLJobStatusAutoMLJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoMLJobStatus[]AutoMLJobStatus. 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 AutoMLJobStatus Modifier and Type Method Description static Set<AutoMLJobStatus>AutoMLJobStatus. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AutoMLJobStatus Modifier and Type Method Description AutoMLJobSummary.BuilderAutoMLJobSummary.Builder. autoMLJobStatus(AutoMLJobStatus autoMLJobStatus)The status of the AutoML job.DescribeAutoMlJobResponse.BuilderDescribeAutoMlJobResponse.Builder. autoMLJobStatus(AutoMLJobStatus autoMLJobStatus)Returns the status of the AutoML job.DescribeAutoMlJobV2Response.BuilderDescribeAutoMlJobV2Response.Builder. autoMLJobStatus(AutoMLJobStatus autoMLJobStatus)Returns the status of the AutoML job V2.ListAutoMlJobsRequest.BuilderListAutoMlJobsRequest.Builder. statusEquals(AutoMLJobStatus statusEquals)Request a list of jobs, using a filter for status.
-