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

.NET
Go
Java
Python
TypeScript