Interface OnlineEvaluationTraceConfig.Builder

  • Method Details

    • onlineEvaluationConfigArn

      OnlineEvaluationTraceConfig.Builder onlineEvaluationConfigArn(String onlineEvaluationConfigArn)

      The ARN of the online evaluation configuration to reuse sessions from.

      Parameters:
      onlineEvaluationConfigArn - The ARN of the online evaluation configuration to reuse sessions from.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startTime

      The start time of the time range. Only sessions evaluated at or after this timestamp are included.

      Parameters:
      startTime - The start time of the time range. Only sessions evaluated at or after this timestamp are included.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTime

      The end time of the time range. Only sessions evaluated before this timestamp are included.

      Parameters:
      endTime - The end time of the time range. Only sessions evaluated before this timestamp are included.
      Returns:
      Returns a reference to this object so that method calls can be chained together.