Interface EvaluationTarget.Builder

  • Method Details

    • spanIds

      The list of specific span IDs to evaluate within the provided traces. Used to target evaluation at individual tool calls or specific operations within the agent's execution flow.

      Parameters:
      spanIds - The list of specific span IDs to evaluate within the provided traces. Used to target evaluation at individual tool calls or specific operations within the agent's execution flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • spanIds

      EvaluationTarget.Builder spanIds(String... spanIds)

      The list of specific span IDs to evaluate within the provided traces. Used to target evaluation at individual tool calls or specific operations within the agent's execution flow.

      Parameters:
      spanIds - The list of specific span IDs to evaluate within the provided traces. Used to target evaluation at individual tool calls or specific operations within the agent's execution flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • traceIds

      The list of trace IDs to evaluate, representing complete request-response interactions. Used to evaluate entire conversation turns or specific agent interactions within a session.

      Parameters:
      traceIds - The list of trace IDs to evaluate, representing complete request-response interactions. Used to evaluate entire conversation turns or specific agent interactions within a session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • traceIds

      EvaluationTarget.Builder traceIds(String... traceIds)

      The list of trace IDs to evaluate, representing complete request-response interactions. Used to evaluate entire conversation turns or specific agent interactions within a session.

      Parameters:
      traceIds - The list of trace IDs to evaluate, representing complete request-response interactions. Used to evaluate entire conversation turns or specific agent interactions within a session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.