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.Builder
MetricDefinition. builder()
MetricDefinition.Builder
MetricDefinition.Builder. name(String name)
The name of the metric.MetricDefinition.Builder
MetricDefinition.Builder. regex(String regex)
A regular expression that searches the output of a training job and gets the value of the metric.MetricDefinition.Builder
MetricDefinition. 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()
-