Uses of Class
software.amazon.awssdk.services.bedrock.model.ModelCustomizationJobStatus
-
Packages that use ModelCustomizationJobStatus Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of ModelCustomizationJobStatus in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return ModelCustomizationJobStatus Modifier and Type Method Description static ModelCustomizationJobStatusModelCustomizationJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ModelCustomizationJobStatusGetModelCustomizationJobResponse. status()The status of the job.ModelCustomizationJobStatusModelCustomizationJobSummary. status()Status of the customization job.static ModelCustomizationJobStatusModelCustomizationJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelCustomizationJobStatus[]ModelCustomizationJobStatus. 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 ModelCustomizationJobStatus Modifier and Type Method Description static Set<ModelCustomizationJobStatus>ModelCustomizationJobStatus. knownValues()Methods in software.amazon.awssdk.services.bedrock.model with parameters of type ModelCustomizationJobStatus Modifier and Type Method Description GetModelCustomizationJobResponse.BuilderGetModelCustomizationJobResponse.Builder. status(ModelCustomizationJobStatus status)The status of the job.ModelCustomizationJobSummary.BuilderModelCustomizationJobSummary.Builder. status(ModelCustomizationJobStatus status)Status of the customization job.
-