Uses of Interface
software.amazon.awssdk.services.sagemaker.model.MetricDefinition.Builder
-
Packages that use MetricDefinition.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of MetricDefinition.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return MetricDefinition.Builder Modifier and Type Method Description static MetricDefinition.BuilderMetricDefinition. builder()MetricDefinition.BuilderMetricDefinition.Builder. name(String name)The name of the metric.MetricDefinition.BuilderMetricDefinition.Builder. regex(String regex)A regular expression that searches the output of a training job and gets the value of the metric.MetricDefinition.BuilderMetricDefinition. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type MetricDefinition.Builder Modifier and Type Method Description static Class<? extends MetricDefinition.Builder>MetricDefinition. serializableBuilderClass()
-