Interface CloudWatchOutputConfig.Builder

  • Method Details

    • logGroupName

      CloudWatchOutputConfig.Builder logGroupName(String logGroupName)

      The name of the CloudWatch log group where evaluation results will be written.

      Parameters:
      logGroupName - The name of the CloudWatch log group where evaluation results will be written.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logStreamName

      CloudWatchOutputConfig.Builder logStreamName(String logStreamName)

      The name of the CloudWatch log stream where evaluation results will be written.

      Parameters:
      logStreamName - The name of the CloudWatch log stream where evaluation results will be written.
      Returns:
      Returns a reference to this object so that method calls can be chained together.