interface ModalityProcessingConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Bedrock.CfnDataAutomationProjectPropsMixin.ModalityProcessingConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrock#CfnDataAutomationProjectPropsMixin_ModalityProcessingConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnDataAutomationProjectPropsMixin.ModalityProcessingConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrock.CfnDataAutomationProjectPropsMixin.ModalityProcessingConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrock » CfnDataAutomationProjectPropsMixin » ModalityProcessingConfigurationProperty |
This element is used to determine if the modality it is associated with is enabled or disabled.
All modalities are enabled by default.
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 modalityProcessingConfigurationProperty: bedrock.CfnDataAutomationProjectPropsMixin.ModalityProcessingConfigurationProperty = {
state: 'state',
};
Properties
| Name | Type | Description |
|---|---|---|
| state? | string | Stores the state of the modality for your project, set to either enabled or disabled. |
state?
Type:
string
(optional)
Stores the state of the modality for your project, set to either enabled or disabled.

.NET
Go
Java
Python
TypeScript