Interface EvaluationRagConfigSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EvaluationRagConfigSummary.Builder,
,EvaluationRagConfigSummary> SdkBuilder<EvaluationRagConfigSummary.Builder,
,EvaluationRagConfigSummary> SdkPojo
- Enclosing class:
EvaluationRagConfigSummary
@Mutable
@NotThreadSafe
public static interface EvaluationRagConfigSummary.Builder
extends SdkPojo, CopyableBuilder<EvaluationRagConfigSummary.Builder,EvaluationRagConfigSummary>
-
Method Summary
Modifier and TypeMethodDescriptionbedrockKnowledgeBaseIdentifiers
(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.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.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.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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.
-