Class: Aws::BedrockDataAutomation::Types::ImageStandardOutputConfiguration

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

Overview

Standard Output Configuration of Image

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#extractionTypes::ImageStandardExtraction

Standard Extraction Configuration of Image



1014
1015
1016
1017
1018
1019
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1014

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

#generative_fieldTypes::ImageStandardGenerativeField

Standard Generative Field Configuration of Image



1014
1015
1016
1017
1018
1019
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1014

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