Uses of Class
software.amazon.awssdk.services.bedrock.model.JobStatusDetails
-
Packages that use JobStatusDetails Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of JobStatusDetails in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return JobStatusDetails Modifier and Type Method Description static JobStatusDetailsJobStatusDetails. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.JobStatusDetailsDataProcessingDetails. status()The status of the data processing sub-task of the job.JobStatusDetailsTrainingDetails. status()The status of the training sub-task of the job.JobStatusDetailsValidationDetails. status()The status of the validation sub-task of the job.static JobStatusDetailsJobStatusDetails. valueOf(String name)Returns the enum constant of this type with the specified name.static JobStatusDetails[]JobStatusDetails. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type JobStatusDetails Modifier and Type Method Description static Set<JobStatusDetails>JobStatusDetails. knownValues()Methods in software.amazon.awssdk.services.bedrock.model with parameters of type JobStatusDetails Modifier and Type Method Description DataProcessingDetails.BuilderDataProcessingDetails.Builder. status(JobStatusDetails status)The status of the data processing sub-task of the job.TrainingDetails.BuilderTrainingDetails.Builder. status(JobStatusDetails status)The status of the training sub-task of the job.ValidationDetails.BuilderValidationDetails.Builder. status(JobStatusDetails status)The status of the validation sub-task of the job.
-