Class: Aws::BedrockDataAutomation::Types::ModalityProcessingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::ModalityProcessingConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Configuration to enable/disable processing of modality
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
State.
Instance Attribute Details
#state ⇒ String
State
2214 2215 2216 2217 2218 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 2214 class ModalityProcessingConfiguration < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |