BedrockKnowledgeStoreConfiguration
Contains details about the configuration of a Amazon Bedrock knowledge base.
Contents
- bedrockKnowledgeBaseArn
-
The base ARN of the knowledge base used.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Pattern:
^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,40}:[0-9]{12}:knowledge-base\/[A-Za-z0-9]{10}$|^[A-Za-z0-9]{10}$
Required: Yes
- exactResponse
-
Specifies whether to return an exact response, or to return an answer generated by the model, using the fields you specify from the database.
Type: Boolean
Required: No
- exactResponseFields
-
Contains the names of the fields used for an exact response to the user.
Type: BedrockKnowledgeStoreExactResponseFields object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: