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