interface ParsingPromptProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins.CfnDataSourcePropsMixin.ParsingPromptProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrock/mixins#CfnDataSourcePropsMixin_ParsingPromptProperty |
Java | software.amazon.awscdk.mixins.preview.services.bedrock.mixins.CfnDataSourcePropsMixin.ParsingPromptProperty |
Python | aws_cdk.mixins_preview.aws_bedrock.mixins.CfnDataSourcePropsMixin.ParsingPromptProperty |
TypeScript | @aws-cdk/mixins-preview » aws_bedrock » mixins » CfnDataSourcePropsMixin » ParsingPromptProperty |
Instructions for interpreting the contents of a document.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as bedrock_mixins } from '@aws-cdk/mixins-preview/aws-bedrock';
const parsingPromptProperty: bedrock_mixins.CfnDataSourcePropsMixin.ParsingPromptProperty = {
parsingPromptText: 'parsingPromptText',
};
Properties
| Name | Type | Description |
|---|---|---|
| parsing | string | Instructions for interpreting the contents of a document. |
parsingPromptText?
Type:
string
(optional)
Instructions for interpreting the contents of a document.

.NET
Go
Java
Python
TypeScript