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.
|
copyapplyMutation, buildMetricDefinition.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.