Uses of Class
software.amazon.awssdk.services.bedrock.model.TrainingMetrics
-
Packages that use TrainingMetrics Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of TrainingMetrics in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return TrainingMetrics Modifier and Type Method Description TrainingMetricsGetCustomModelResponse. trainingMetrics()The training metrics from the job creation.TrainingMetricsGetModelCustomizationJobResponse. trainingMetrics()Returns the value of the TrainingMetrics property for this object.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type TrainingMetrics Modifier and Type Method Description GetCustomModelResponse.BuilderGetCustomModelResponse.Builder. trainingMetrics(TrainingMetrics trainingMetrics)The training metrics from the job creation.GetModelCustomizationJobResponse.BuilderGetModelCustomizationJobResponse.Builder. trainingMetrics(TrainingMetrics trainingMetrics)Sets the value of the TrainingMetrics property for this object.
-