interface VectorSearchBedrockRerankingModelConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bedrock.CfnFlowVersion.VectorSearchBedrockRerankingModelConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnFlowVersion_VectorSearchBedrockRerankingModelConfigurationProperty |
![]() | software.amazon.awscdk.services.bedrock.CfnFlowVersion.VectorSearchBedrockRerankingModelConfigurationProperty |
![]() | aws_cdk.aws_bedrock.CfnFlowVersion.VectorSearchBedrockRerankingModelConfigurationProperty |
![]() | aws-cdk-lib » aws_bedrock » CfnFlowVersion » VectorSearchBedrockRerankingModelConfigurationProperty |
Contains configurations for an Amazon Bedrock reranker model.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrock as bedrock } from 'aws-cdk-lib';
declare const additionalModelRequestFields: any;
const vectorSearchBedrockRerankingModelConfigurationProperty: bedrock.CfnFlowVersion.VectorSearchBedrockRerankingModelConfigurationProperty = {
modelArn: 'modelArn',
// the properties below are optional
additionalModelRequestFields: additionalModelRequestFields,
};
Properties
Name | Type | Description |
---|---|---|
model | string | The ARN of the reranker model to use. |
additional | any | A JSON object whose keys are request fields for the model and whose values are values for those fields. |
modelArn
Type:
string
The ARN of the reranker model to use.
additionalModelRequestFields?
Type:
any
(optional)
A JSON object whose keys are request fields for the model and whose values are values for those fields.