public static interface MetricDefinition.Builder extends SdkPojo, CopyableBuilder<MetricDefinition.Builder,MetricDefinition>
Modifier and Type | Method and Description |
---|---|
MetricDefinition.Builder |
name(String name)
The name of the metric.
|
MetricDefinition.Builder |
regex(String regex)
A regular expression that searches the output of a training job and gets the value of the metric.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
MetricDefinition.Builder name(String name)
The name of the metric.
name
- The name of the metric.MetricDefinition.Builder regex(String regex)
A regular expression that searches the output of a training job and gets the value of the metric. For more information about using regular expressions to define metrics, see Defining Objective Metrics.
regex
- A regular expression that searches the output of a training job and gets the value of the metric. For
more information about using regular expressions to define metrics, see Defining Objective Metrics.Copyright © 2020. All rights reserved.