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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EvaluationRagConfigSummary.BuilderbedrockKnowledgeBaseIdentifiers(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.EvaluationRagConfigSummary.BuilderbedrockKnowledgeBaseIdentifiers(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.EvaluationRagConfigSummary.BuilderprecomputedRagSourceIdentifiers(String... precomputedRagSourceIdentifiers)A label that identifies the RAG sources used for a Knowledge Base evaluation job where you provide your own inference response data.EvaluationRagConfigSummary.BuilderprecomputedRagSourceIdentifiers(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 Detail
-
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.
-
-