Uses of Class
software.amazon.awssdk.services.bedrock.model.ValidatorMetric
-
Packages that use ValidatorMetric Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of ValidatorMetric in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type ValidatorMetric Modifier and Type Method Description List<ValidatorMetric>GetCustomModelResponse. validationMetrics()The validation metrics from the job creation.List<ValidatorMetric>GetModelCustomizationJobResponse. validationMetrics()The loss metric for each validator that you provided in the createjob request.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type ValidatorMetric Modifier and Type Method Description GetCustomModelResponse.BuilderGetCustomModelResponse.Builder. validationMetrics(ValidatorMetric... validationMetrics)The validation metrics from the job creation.GetModelCustomizationJobResponse.BuilderGetModelCustomizationJobResponse.Builder. validationMetrics(ValidatorMetric... validationMetrics)The loss metric for each validator that you provided in the createjob request.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type ValidatorMetric Modifier and Type Method Description GetCustomModelResponse.BuilderGetCustomModelResponse.Builder. validationMetrics(Collection<ValidatorMetric> validationMetrics)The validation metrics from the job creation.GetModelCustomizationJobResponse.BuilderGetModelCustomizationJobResponse.Builder. validationMetrics(Collection<ValidatorMetric> validationMetrics)The loss metric for each validator that you provided in the createjob request.
-