Interface EvaluationInferenceConfigSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EvaluationInferenceConfigSummary.Builder,
,EvaluationInferenceConfigSummary> SdkBuilder<EvaluationInferenceConfigSummary.Builder,
,EvaluationInferenceConfigSummary> SdkPojo
- Enclosing class:
EvaluationInferenceConfigSummary
-
Method Summary
Modifier and TypeMethodDescriptionmodelConfigSummary
(Consumer<EvaluationModelConfigSummary.Builder> modelConfigSummary) A summary of the models used in an Amazon Bedrock model evaluation job.modelConfigSummary
(EvaluationModelConfigSummary modelConfigSummary) A summary of the models used in an Amazon Bedrock model evaluation job.ragConfigSummary
(Consumer<EvaluationRagConfigSummary.Builder> ragConfigSummary) A summary of the RAG resources used in an Amazon Bedrock Knowledge Base evaluation job.ragConfigSummary
(EvaluationRagConfigSummary ragConfigSummary) A summary of the RAG resources used in an Amazon Bedrock Knowledge Base evaluation job.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
-
modelConfigSummary
EvaluationInferenceConfigSummary.Builder modelConfigSummary(EvaluationModelConfigSummary modelConfigSummary) A summary of the models used in an Amazon Bedrock model evaluation job. These resources can be models in Amazon Bedrock or models outside of Amazon Bedrock that you use to generate your own inference response data.
- Parameters:
modelConfigSummary
- A summary of the models used in an Amazon Bedrock model evaluation job. These resources can be models in Amazon Bedrock or models outside of Amazon Bedrock that you use to generate your own inference response data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelConfigSummary
default EvaluationInferenceConfigSummary.Builder modelConfigSummary(Consumer<EvaluationModelConfigSummary.Builder> modelConfigSummary) A summary of the models used in an Amazon Bedrock model evaluation job. These resources can be models in Amazon Bedrock or models outside of Amazon Bedrock that you use to generate your own inference response data.
This is a convenience method that creates an instance of theEvaluationModelConfigSummary.Builder
avoiding the need to create one manually viaEvaluationModelConfigSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomodelConfigSummary(EvaluationModelConfigSummary)
.- Parameters:
modelConfigSummary
- a consumer that will call methods onEvaluationModelConfigSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ragConfigSummary
EvaluationInferenceConfigSummary.Builder ragConfigSummary(EvaluationRagConfigSummary ragConfigSummary) A summary of the RAG resources used in an Amazon Bedrock Knowledge Base evaluation job. These resources can be Knowledge Bases in Amazon Bedrock or RAG sources outside of Amazon Bedrock that you use to generate your own inference response data.
- Parameters:
ragConfigSummary
- A summary of the RAG resources used in an Amazon Bedrock Knowledge Base evaluation job. These resources can be Knowledge Bases in Amazon Bedrock or RAG sources outside of Amazon Bedrock that you use to generate your own inference response data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ragConfigSummary
default EvaluationInferenceConfigSummary.Builder ragConfigSummary(Consumer<EvaluationRagConfigSummary.Builder> ragConfigSummary) A summary of the RAG resources used in an Amazon Bedrock Knowledge Base evaluation job. These resources can be Knowledge Bases in Amazon Bedrock or RAG sources outside of Amazon Bedrock that you use to generate your own inference response data.
This is a convenience method that creates an instance of theEvaluationRagConfigSummary.Builder
avoiding the need to create one manually viaEvaluationRagConfigSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toragConfigSummary(EvaluationRagConfigSummary)
.- Parameters:
ragConfigSummary
- a consumer that will call methods onEvaluationRagConfigSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-