Interface BedrockRerankingModelConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<BedrockRerankingModelConfiguration.Builder,,- BedrockRerankingModelConfiguration> - SdkBuilder<BedrockRerankingModelConfiguration.Builder,,- BedrockRerankingModelConfiguration> - SdkPojo
- Enclosing class:
- BedrockRerankingModelConfiguration
@Mutable
@NotThreadSafe
public static interface BedrockRerankingModelConfiguration.Builder
extends SdkPojo, CopyableBuilder<BedrockRerankingModelConfiguration.Builder,BedrockRerankingModelConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionadditionalModelRequestFields(Map<String, Document> additionalModelRequestFields) A JSON object whose keys are request fields for the model and whose values are values for those fields.The ARN of the reranker model.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
modelArnThe ARN of the reranker model. - Parameters:
- modelArn- The ARN of the reranker model.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
additionalModelRequestFieldsBedrockRerankingModelConfiguration.Builder additionalModelRequestFields(Map<String, Document> additionalModelRequestFields) A JSON object whose keys are request fields for the model and whose values are values for those fields. - Parameters:
- additionalModelRequestFields- A JSON object whose keys are request fields for the model and whose values are values for those fields.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-