Uses of Interface
software.amazon.awssdk.services.bedrock.model.TrainingDetails.Builder
-
Packages that use TrainingDetails.Builder Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of TrainingDetails.Builder in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return TrainingDetails.Builder Modifier and Type Method Description static TrainingDetails.BuilderTrainingDetails. builder()TrainingDetails.BuilderTrainingDetails.Builder. creationTime(Instant creationTime)The start time of the training sub-task of the job.TrainingDetails.BuilderTrainingDetails.Builder. lastModifiedTime(Instant lastModifiedTime)The latest update to the training sub-task of the job.TrainingDetails.BuilderTrainingDetails.Builder. status(String status)The status of the training sub-task of the job.TrainingDetails.BuilderTrainingDetails.Builder. status(JobStatusDetails status)The status of the training sub-task of the job.TrainingDetails.BuilderTrainingDetails. toBuilder()Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type TrainingDetails.Builder Modifier and Type Method Description static Class<? extends TrainingDetails.Builder>TrainingDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type TrainingDetails.Builder Modifier and Type Method Description default StatusDetails.BuilderStatusDetails.Builder. trainingDetails(Consumer<TrainingDetails.Builder> trainingDetails)The status details for the training sub-task of the job.
-