Uses of Class
software.amazon.awssdk.services.sagemaker.model.MetricSpecification
-
Packages that use MetricSpecification Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of MetricSpecification in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return MetricSpecification Modifier and Type Method Description static MetricSpecificationMetricSpecification. fromCustomized(Consumer<CustomizedMetricSpecification.Builder> customized)Create an instance of this class withcustomized()initialized to the given value.static MetricSpecificationMetricSpecification. fromCustomized(CustomizedMetricSpecification customized)Create an instance of this class withcustomized()initialized to the given value.static MetricSpecificationMetricSpecification. fromPredefined(Consumer<PredefinedMetricSpecification.Builder> predefined)Create an instance of this class withpredefined()initialized to the given value.static MetricSpecificationMetricSpecification. fromPredefined(PredefinedMetricSpecification predefined)Create an instance of this class withpredefined()initialized to the given value.MetricSpecificationTargetTrackingScalingPolicyConfiguration. metricSpecification()An object containing information about a metric.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type MetricSpecification Modifier and Type Method Description TargetTrackingScalingPolicyConfiguration.BuilderTargetTrackingScalingPolicyConfiguration.Builder. metricSpecification(MetricSpecification metricSpecification)An object containing information about a metric.
-