Interface HPOObjective.Builder

    • Method Detail

      • type

        HPOObjective.Builder type​(String 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.