Uses of Class
software.amazon.awssdk.services.sagemaker.model.TransformJobStatus
-
Packages that use TransformJobStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TransformJobStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TransformJobStatus Modifier and Type Method Description static TransformJobStatusTransformJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TransformJobStatusListTransformJobsRequest. statusEquals()A filter that retrieves only transform jobs with a specific status.TransformJobStatusDescribeTransformJobResponse. transformJobStatus()The status of the transform job.TransformJobStatusTransformJob. transformJobStatus()The status of the transform job.TransformJobStatusTransformJobSummary. transformJobStatus()The status of the transform job.static TransformJobStatusTransformJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TransformJobStatus[]TransformJobStatus. 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 TransformJobStatus Modifier and Type Method Description static Set<TransformJobStatus>TransformJobStatus. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TransformJobStatus Modifier and Type Method Description ListTransformJobsRequest.BuilderListTransformJobsRequest.Builder. statusEquals(TransformJobStatus statusEquals)A filter that retrieves only transform jobs with a specific status.DescribeTransformJobResponse.BuilderDescribeTransformJobResponse.Builder. transformJobStatus(TransformJobStatus transformJobStatus)The status of the transform job.TransformJob.BuilderTransformJob.Builder. transformJobStatus(TransformJobStatus transformJobStatus)The status of the transform job.TransformJobSummary.BuilderTransformJobSummary.Builder. transformJobStatus(TransformJobStatus transformJobStatus)The status of the transform job.
-