Class: Aws::BedrockDataAutomation::Types::VideoStandardOutputConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockdataautomation/types.rb

Overview

Standard Output Configuration of Video

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#extractionTypes::VideoStandardExtraction

Standard Extraction Configuration of Video



1502
1503
1504
1505
1506
1507
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1502

class VideoStandardOutputConfiguration < Struct.new(
  :extraction,
  :generative_field)
  SENSITIVE = []
  include Aws::Structure
end

#generative_fieldTypes::VideoStandardGenerativeField

Standard Generative Field Configuration of Video



1502
1503
1504
1505
1506
1507
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1502

class VideoStandardOutputConfiguration < Struct.new(
  :extraction,
  :generative_field)
  SENSITIVE = []
  include Aws::Structure
end