Class: Aws::BedrockDataAutomation::Types::OverrideConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::OverrideConfiguration
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Override configuration
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audio ⇒ Types::AudioOverrideConfiguration
Override Configuration of Audio.
-
#document ⇒ Types::DocumentOverrideConfiguration
Override Configuration of Document.
-
#image ⇒ Types::ImageOverrideConfiguration
Override Configuration of Image.
-
#modality_routing ⇒ Types::ModalityRoutingConfiguration
Configuration for routing file type to desired modality.
-
#video ⇒ Types::VideoOverrideConfiguration
Override Configuration of Video.
Instance Attribute Details
#audio ⇒ Types::AudioOverrideConfiguration
Override Configuration of Audio
1267 1268 1269 1270 1271 1272 1273 1274 1275 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1267 class OverrideConfiguration < Struct.new( :document, :image, :video, :audio, :modality_routing) SENSITIVE = [] include Aws::Structure end |
#document ⇒ Types::DocumentOverrideConfiguration
Override Configuration of Document
1267 1268 1269 1270 1271 1272 1273 1274 1275 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1267 class OverrideConfiguration < Struct.new( :document, :image, :video, :audio, :modality_routing) SENSITIVE = [] include Aws::Structure end |
#image ⇒ Types::ImageOverrideConfiguration
Override Configuration of Image
1267 1268 1269 1270 1271 1272 1273 1274 1275 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1267 class OverrideConfiguration < Struct.new( :document, :image, :video, :audio, :modality_routing) SENSITIVE = [] include Aws::Structure end |
#modality_routing ⇒ Types::ModalityRoutingConfiguration
Configuration for routing file type to desired modality
1267 1268 1269 1270 1271 1272 1273 1274 1275 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1267 class OverrideConfiguration < Struct.new( :document, :image, :video, :audio, :modality_routing) SENSITIVE = [] include Aws::Structure end |
#video ⇒ Types::VideoOverrideConfiguration
Override Configuration of Video
1267 1268 1269 1270 1271 1272 1273 1274 1275 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1267 class OverrideConfiguration < Struct.new( :document, :image, :video, :audio, :modality_routing) SENSITIVE = [] include Aws::Structure end |