Class: Aws::BedrockDataAutomation::Types::ImageStandardGenerativeField
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::ImageStandardGenerativeField
- 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
-
#state ⇒ String
State.
-
#types ⇒ Array<String>
List of Image Standard Generative Field Type.
Instance Attribute Details
#state ⇒ String
State
929 930 931 932 933 934 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 929 class ImageStandardGenerativeField < Struct.new( :state, :types) SENSITIVE = [] include Aws::Structure end |
#types ⇒ Array<String>
List of Image Standard Generative Field Type
929 930 931 932 933 934 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 929 class ImageStandardGenerativeField < Struct.new( :state, :types) SENSITIVE = [] include Aws::Structure end |