Class: Aws::BedrockDataAutomation::Types::VideoStandardOutputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::VideoStandardOutputConfiguration
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Standard Output Configuration of Video
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#extraction ⇒ Types::VideoStandardExtraction
Standard Extraction Configuration of Video.
-
#generative_field ⇒ Types::VideoStandardGenerativeField
Standard Generative Field Configuration of Video.
Instance Attribute Details
#extraction ⇒ Types::VideoStandardExtraction
Standard Extraction Configuration of Video
2883 2884 2885 2886 2887 2888 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2883 class VideoStandardOutputConfiguration < Struct.new( :extraction, :generative_field) SENSITIVE = [] include Aws::Structure end |
#generative_field ⇒ Types::VideoStandardGenerativeField
Standard Generative Field Configuration of Video
2883 2884 2885 2886 2887 2888 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2883 class VideoStandardOutputConfiguration < Struct.new( :extraction, :generative_field) SENSITIVE = [] include Aws::Structure end |