Uses of Class
software.amazon.awssdk.services.lookoutvision.model.ModelPackagingJobStatus
-
Packages that use ModelPackagingJobStatus Package Description software.amazon.awssdk.services.lookoutvision.model -
-
Uses of ModelPackagingJobStatus in software.amazon.awssdk.services.lookoutvision.model
Methods in software.amazon.awssdk.services.lookoutvision.model that return ModelPackagingJobStatus Modifier and Type Method Description static ModelPackagingJobStatusModelPackagingJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ModelPackagingJobStatusModelPackagingDescription. status()The status of the model packaging job.ModelPackagingJobStatusModelPackagingJobMetadata. status()The status of the model packaging job.static ModelPackagingJobStatusModelPackagingJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelPackagingJobStatus[]ModelPackagingJobStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lookoutvision.model that return types with arguments of type ModelPackagingJobStatus Modifier and Type Method Description static Set<ModelPackagingJobStatus>ModelPackagingJobStatus. knownValues()Methods in software.amazon.awssdk.services.lookoutvision.model with parameters of type ModelPackagingJobStatus Modifier and Type Method Description ModelPackagingDescription.BuilderModelPackagingDescription.Builder. status(ModelPackagingJobStatus status)The status of the model packaging job.ModelPackagingJobMetadata.BuilderModelPackagingJobMetadata.Builder. status(ModelPackagingJobStatus status)The status of the model packaging job.
-