Class: Aws::BedrockDataAutomation::Types::StandardOutputConfiguration

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

Overview

Standard output configuration

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audioTypes::AudioStandardOutputConfiguration

Standard Output Configuration of Audio



1643
1644
1645
1646
1647
1648
1649
1650
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1643

class StandardOutputConfiguration < Struct.new(
  :document,
  :image,
  :video,
  :audio)
  SENSITIVE = []
  include Aws::Structure
end

#documentTypes::DocumentStandardOutputConfiguration

Standard Output Configuration of Document



1643
1644
1645
1646
1647
1648
1649
1650
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1643

class StandardOutputConfiguration < Struct.new(
  :document,
  :image,
  :video,
  :audio)
  SENSITIVE = []
  include Aws::Structure
end

#imageTypes::ImageStandardOutputConfiguration

Standard Output Configuration of Image



1643
1644
1645
1646
1647
1648
1649
1650
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1643

class StandardOutputConfiguration < Struct.new(
  :document,
  :image,
  :video,
  :audio)
  SENSITIVE = []
  include Aws::Structure
end

#videoTypes::VideoStandardOutputConfiguration

Standard Output Configuration of Video



1643
1644
1645
1646
1647
1648
1649
1650
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1643

class StandardOutputConfiguration < Struct.new(
  :document,
  :image,
  :video,
  :audio)
  SENSITIVE = []
  include Aws::Structure
end