Interface SessionTraceIds.Builder

  • Method Details

    • sessionId

      SessionTraceIds.Builder sessionId(String sessionId)

      The unique identifier of the session that contains the traces to evaluate.

      Parameters:
      sessionId - The unique identifier of the session that contains the traces to evaluate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • traceIds

      The list of trace IDs within the session to evaluate.

      Parameters:
      traceIds - The list of trace IDs within the session to evaluate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • traceIds

      SessionTraceIds.Builder traceIds(String... traceIds)

      The list of trace IDs within the session to evaluate.

      Parameters:
      traceIds - The list of trace IDs within the session to evaluate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.