interface DocumentStandardGenerativeFieldProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins.CfnDataAutomationProjectPropsMixin.DocumentStandardGenerativeFieldProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrock/mixins#CfnDataAutomationProjectPropsMixin_DocumentStandardGenerativeFieldProperty |
Java | software.amazon.awscdk.mixins.preview.services.bedrock.mixins.CfnDataAutomationProjectPropsMixin.DocumentStandardGenerativeFieldProperty |
Python | aws_cdk.mixins_preview.aws_bedrock.mixins.CfnDataAutomationProjectPropsMixin.DocumentStandardGenerativeFieldProperty |
TypeScript | @aws-cdk/mixins-preview » aws_bedrock » mixins » CfnDataAutomationProjectPropsMixin » DocumentStandardGenerativeFieldProperty |
Settings for generating descriptions of documents.
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 documentStandardGenerativeFieldProperty: bedrock_mixins.CfnDataAutomationProjectPropsMixin.DocumentStandardGenerativeFieldProperty = {
state: 'state',
};
Properties
| Name | Type | Description |
|---|---|---|
| state? | string | Whether generating descriptions is enabled for documents. |
state?
Type:
string
(optional)
Whether generating descriptions is enabled for documents.

.NET
Go
Java
Python
TypeScript