Interface CloudWatchOutputConfig.Builder

  • Method Details

    • logGroupName

      CloudWatchOutputConfig.Builder logGroupName(String logGroupName)

      The name of the CloudWatch log group where evaluation results will be written. The log group will be created if it doesn't exist.

      Parameters:
      logGroupName - The name of the CloudWatch log group where evaluation results will be written. The log group will be created if it doesn't exist.
      Returns:
      Returns a reference to this object so that method calls can be chained together.