Interface HPOObjective.Builder

All Superinterfaces:
Buildable, CopyableBuilder<HPOObjective.Builder,HPOObjective>, SdkBuilder<HPOObjective.Builder,HPOObjective>, SdkPojo
Enclosing class:
HPOObjective

public static interface HPOObjective.Builder extends SdkPojo, CopyableBuilder<HPOObjective.Builder,HPOObjective>
  • Method Details

    • type

      The type of the metric. Valid values are Maximize and Minimize.

      Parameters:
      type - The type of the metric. Valid values are Maximize and Minimize.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metricName

      HPOObjective.Builder metricName(String metricName)

      The name of the metric.

      Parameters:
      metricName - The name of the metric.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metricRegex

      HPOObjective.Builder metricRegex(String metricRegex)

      A regular expression for finding the metric in the training job logs.

      Parameters:
      metricRegex - A regular expression for finding the metric in the training job logs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.