Interface EvaluationRagConfigSummary.Builder

  • Method Details

    • bedrockKnowledgeBaseIdentifiers

      EvaluationRagConfigSummary.Builder bedrockKnowledgeBaseIdentifiers(Collection<String> bedrockKnowledgeBaseIdentifiers)

      The Amazon Resource Names (ARNs) of the Knowledge Base resources used for a Knowledge Base evaluation job where Amazon Bedrock invokes the Knowledge Base for you.

      Parameters:
      bedrockKnowledgeBaseIdentifiers - The Amazon Resource Names (ARNs) of the Knowledge Base resources used for a Knowledge Base evaluation job where Amazon Bedrock invokes the Knowledge Base for you.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bedrockKnowledgeBaseIdentifiers

      EvaluationRagConfigSummary.Builder bedrockKnowledgeBaseIdentifiers(String... bedrockKnowledgeBaseIdentifiers)

      The Amazon Resource Names (ARNs) of the Knowledge Base resources used for a Knowledge Base evaluation job where Amazon Bedrock invokes the Knowledge Base for you.

      Parameters:
      bedrockKnowledgeBaseIdentifiers - The Amazon Resource Names (ARNs) of the Knowledge Base resources used for a Knowledge Base evaluation job where Amazon Bedrock invokes the Knowledge Base for you.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • precomputedRagSourceIdentifiers

      EvaluationRagConfigSummary.Builder precomputedRagSourceIdentifiers(Collection<String> precomputedRagSourceIdentifiers)

      A label that identifies the RAG sources used for a Knowledge Base evaluation job where you provide your own inference response data.

      Parameters:
      precomputedRagSourceIdentifiers - A label that identifies the RAG sources used for a Knowledge Base evaluation job where you provide your own inference response data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • precomputedRagSourceIdentifiers

      EvaluationRagConfigSummary.Builder precomputedRagSourceIdentifiers(String... precomputedRagSourceIdentifiers)

      A label that identifies the RAG sources used for a Knowledge Base evaluation job where you provide your own inference response data.

      Parameters:
      precomputedRagSourceIdentifiers - A label that identifies the RAG sources used for a Knowledge Base evaluation job where you provide your own inference response data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.