interface VideoStandardGenerativeFieldProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Bedrock.CfnDataAutomationProjectPropsMixin.VideoStandardGenerativeFieldProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrock#CfnDataAutomationProjectPropsMixin_VideoStandardGenerativeFieldProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnDataAutomationProjectPropsMixin.VideoStandardGenerativeFieldProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrock.CfnDataAutomationProjectPropsMixin.VideoStandardGenerativeFieldProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrock » CfnDataAutomationProjectPropsMixin » VideoStandardGenerativeFieldProperty |
Settings for generating descriptions of video.
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/cfn-property-mixins';
const videoStandardGenerativeFieldProperty: bedrock.CfnDataAutomationProjectPropsMixin.VideoStandardGenerativeFieldProperty = {
state: 'state',
types: ['types'],
};
Properties
| Name | Type | Description |
|---|---|---|
| state? | string | Whether generating descriptions is enabled for video. |
| types? | string[] | The types of description to generate. |
state?
Type:
string
(optional)
Whether generating descriptions is enabled for video.
types?
Type:
string[]
(optional)
The types of description to generate.

.NET
Go
Java
Python
TypeScript