Class: Aws::BedrockDataAutomation::Types::ImageStandardGenerativeField
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::ImageStandardGenerativeField
- Defined in:
- gems/aws-sdk-bedrockdataautomation/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
1702 1703 1704 1705 1706 1707 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1702 class ImageStandardGenerativeField < Struct.new( :state, :types) SENSITIVE = [] include Aws::Structure end |
#types ⇒ Array<String>
List of Image Standard Generative Field Type
1702 1703 1704 1705 1706 1707 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1702 class ImageStandardGenerativeField < Struct.new( :state, :types) SENSITIVE = [] include Aws::Structure end |