Uses of Class
software.amazon.awssdk.services.bedrock.model.StatusDetails
-
Packages that use StatusDetails Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of StatusDetails in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return StatusDetails Modifier and Type Method Description StatusDetailsGetModelCustomizationJobResponse. statusDetails()For a Distillation job, the details about the statuses of the sub-tasks of the customization job.StatusDetailsModelCustomizationJobSummary. statusDetails()Details about the status of the data processing sub-task of the job.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type StatusDetails Modifier and Type Method Description GetModelCustomizationJobResponse.BuilderGetModelCustomizationJobResponse.Builder. statusDetails(StatusDetails statusDetails)For a Distillation job, the details about the statuses of the sub-tasks of the customization job.ModelCustomizationJobSummary.BuilderModelCustomizationJobSummary.Builder. statusDetails(StatusDetails statusDetails)Details about the status of the data processing sub-task of the job.
-