Uses of Class
software.amazon.awssdk.services.sagemaker.model.MetricDatum
-
Packages that use MetricDatum Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of MetricDatum in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type MetricDatum Modifier and Type Method Description List<MetricDatum>CandidateProperties. candidateMetrics()Information about the candidate metrics for an AutoML job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type MetricDatum Modifier and Type Method Description CandidateProperties.BuilderCandidateProperties.Builder. candidateMetrics(MetricDatum... candidateMetrics)Information about the candidate metrics for an AutoML job.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type MetricDatum Modifier and Type Method Description CandidateProperties.BuilderCandidateProperties.Builder. candidateMetrics(Collection<MetricDatum> candidateMetrics)Information about the candidate metrics for an AutoML job.
-