Uses of Class
software.amazon.awssdk.services.sagemaker.model.PredefinedMetricSpecification
-
Packages that use PredefinedMetricSpecification Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of PredefinedMetricSpecification in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return PredefinedMetricSpecification Modifier and Type Method Description PredefinedMetricSpecificationMetricSpecification. predefined()Information about a predefined metric.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type PredefinedMetricSpecification Modifier and Type Method Description static MetricSpecificationMetricSpecification. fromPredefined(PredefinedMetricSpecification predefined)Create an instance of this class withMetricSpecification.predefined()initialized to the given value.MetricSpecification.BuilderMetricSpecification.Builder. predefined(PredefinedMetricSpecification predefined)Information about a predefined metric.
-