interface AudioStandardGenerativeFieldProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins.CfnDataAutomationProjectPropsMixin.AudioStandardGenerativeFieldProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrock/mixins#CfnDataAutomationProjectPropsMixin_AudioStandardGenerativeFieldProperty |
Java | software.amazon.awscdk.mixins.preview.services.bedrock.mixins.CfnDataAutomationProjectPropsMixin.AudioStandardGenerativeFieldProperty |
Python | aws_cdk.mixins_preview.aws_bedrock.mixins.CfnDataAutomationProjectPropsMixin.AudioStandardGenerativeFieldProperty |
TypeScript | @aws-cdk/mixins-preview » aws_bedrock » mixins » 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 { mixins as bedrock_mixins } from '@aws-cdk/mixins-preview/aws-bedrock';
const audioStandardGenerativeFieldProperty: bedrock_mixins.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