Uses of Class
software.amazon.awssdk.services.sagemaker.model.AutoMLJobSecondaryStatus
-
Packages that use AutoMLJobSecondaryStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AutoMLJobSecondaryStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AutoMLJobSecondaryStatus Modifier and Type Method Description AutoMLJobSecondaryStatusAutoMLJobSummary. autoMLJobSecondaryStatus()The secondary status of the AutoML job.AutoMLJobSecondaryStatusDescribeAutoMlJobResponse. autoMLJobSecondaryStatus()Returns the secondary status of the AutoML job.AutoMLJobSecondaryStatusDescribeAutoMlJobV2Response. autoMLJobSecondaryStatus()Returns the secondary status of the AutoML job V2.static AutoMLJobSecondaryStatusAutoMLJobSecondaryStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AutoMLJobSecondaryStatusAutoMLJobSecondaryStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoMLJobSecondaryStatus[]AutoMLJobSecondaryStatus. 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 AutoMLJobSecondaryStatus Modifier and Type Method Description static Set<AutoMLJobSecondaryStatus>AutoMLJobSecondaryStatus. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AutoMLJobSecondaryStatus Modifier and Type Method Description AutoMLJobSummary.BuilderAutoMLJobSummary.Builder. autoMLJobSecondaryStatus(AutoMLJobSecondaryStatus autoMLJobSecondaryStatus)The secondary status of the AutoML job.DescribeAutoMlJobResponse.BuilderDescribeAutoMlJobResponse.Builder. autoMLJobSecondaryStatus(AutoMLJobSecondaryStatus autoMLJobSecondaryStatus)Returns the secondary status of the AutoML job.DescribeAutoMlJobV2Response.BuilderDescribeAutoMlJobV2Response.Builder. autoMLJobSecondaryStatus(AutoMLJobSecondaryStatus autoMLJobSecondaryStatus)Returns the secondary status of the AutoML job V2.
-