Class: Aws::BedrockDataAutomation::Types::ImageStandardGenerativeField

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

Overview

Standard Generative Field Configuration of Image

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

State

Returns:

  • (String)


919
920
921
922
923
924
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 919

class ImageStandardGenerativeField < Struct.new(
  :state,
  :types)
  SENSITIVE = []
  include Aws::Structure
end

#typesArray<String>

List of Image Standard Generative Field Type

Returns:

  • (Array<String>)


919
920
921
922
923
924
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 919

class ImageStandardGenerativeField < Struct.new(
  :state,
  :types)
  SENSITIVE = []
  include Aws::Structure
end