Interface TrainingMetrics.Builder

  • Method Details

    • time

      The timestamp when these training metrics were recorded.

      Parameters:
      time - The timestamp when these training metrics were recorded.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metricsWithStrings

      TrainingMetrics.Builder metricsWithStrings(Map<String,Double> metrics)

      A collection of performance metrics and statistics from the training process.

      Parameters:
      metrics - A collection of performance metrics and statistics from the training process.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metrics

      A collection of performance metrics and statistics from the training process.

      Parameters:
      metrics - A collection of performance metrics and statistics from the training process.
      Returns:
      Returns a reference to this object so that method calls can be chained together.