Uses of Class
software.amazon.awssdk.services.sagemaker.model.ProcessingJobStatus
-
Packages that use ProcessingJobStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProcessingJobStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProcessingJobStatus Modifier and Type Method Description static ProcessingJobStatusProcessingJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProcessingJobStatusDescribeProcessingJobResponse. processingJobStatus()Provides the status of a processing job.ProcessingJobStatusProcessingJob. processingJobStatus()The status of the processing job.ProcessingJobStatusProcessingJobSummary. processingJobStatus()The status of the processing job.ProcessingJobStatusListProcessingJobsRequest. statusEquals()A filter that retrieves only processing jobs with a specific status.static ProcessingJobStatusProcessingJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessingJobStatus[]ProcessingJobStatus. 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 ProcessingJobStatus Modifier and Type Method Description static Set<ProcessingJobStatus>ProcessingJobStatus. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ProcessingJobStatus Modifier and Type Method Description DescribeProcessingJobResponse.BuilderDescribeProcessingJobResponse.Builder. processingJobStatus(ProcessingJobStatus processingJobStatus)Provides the status of a processing job.ProcessingJob.BuilderProcessingJob.Builder. processingJobStatus(ProcessingJobStatus processingJobStatus)The status of the processing job.ProcessingJobSummary.BuilderProcessingJobSummary.Builder. processingJobStatus(ProcessingJobStatus processingJobStatus)The status of the processing job.ListProcessingJobsRequest.BuilderListProcessingJobsRequest.Builder. statusEquals(ProcessingJobStatus statusEquals)A filter that retrieves only processing jobs with a specific status.
-