public static interface HPOObjective.Builder extends SdkPojo, CopyableBuilder<HPOObjective.Builder,HPOObjective>
| Modifier and Type | Method and Description |
|---|---|
HPOObjective.Builder |
metricName(String metricName)
The name of the metric.
|
HPOObjective.Builder |
metricRegex(String metricRegex)
A regular expression for finding the metric in the training job logs.
|
HPOObjective.Builder |
type(String type)
The type of the metric.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHPOObjective.Builder type(String type)
The type of the metric. Valid values are Maximize and Minimize.
type - The type of the metric. Valid values are Maximize and Minimize.HPOObjective.Builder metricName(String metricName)
The name of the metric.
metricName - The name of the metric.HPOObjective.Builder metricRegex(String metricRegex)
A regular expression for finding the metric in the training job logs.
metricRegex - A regular expression for finding the metric in the training job logs.Copyright © 2023. All rights reserved.