interface CuratedQueryProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bedrock.CfnKnowledgeBase.CuratedQueryProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnKnowledgeBase_CuratedQueryProperty |
![]() | software.amazon.awscdk.services.bedrock.CfnKnowledgeBase.CuratedQueryProperty |
![]() | aws_cdk.aws_bedrock.CfnKnowledgeBase.CuratedQueryProperty |
![]() | aws-cdk-lib » aws_bedrock » CfnKnowledgeBase » CuratedQueryProperty |
Contains configurations for a query, each of which defines information about example queries to help the query engine generate appropriate SQL queries.
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';
const curatedQueryProperty: bedrock.CfnKnowledgeBase.CuratedQueryProperty = {
naturalLanguage: 'naturalLanguage',
sql: 'sql',
};
Properties
Name | Type | Description |
---|---|---|
natural | string | An example natural language query. |
sql | string | The SQL equivalent of the natural language query. |
naturalLanguage
Type:
string
An example natural language query.
sql
Type:
string
The SQL equivalent of the natural language query.