Class: Aws::ElementalInference::Types::CreateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElementalInference::Types::CreateOutput
- Defined in:
- gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb
Overview
Contains configuration information about one output in a feed. It is used in the AssociateFeed and the CreateFeed actions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description for the output.
-
#name ⇒ String
A name for the output.
-
#output_config ⇒ Types::OutputConfig
A typed property for an output in a feed.
-
#status ⇒ String
The status to assign to the output.
Instance Attribute Details
#description ⇒ String
A description for the output.
209 210 211 212 213 214 215 216 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 209 class CreateOutput < Struct.new( :name, :output_config, :status, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name for the output.
209 210 211 212 213 214 215 216 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 209 class CreateOutput < Struct.new( :name, :output_config, :status, :description) SENSITIVE = [] include Aws::Structure end |
#output_config ⇒ Types::OutputConfig
A typed property for an output in a feed. It is used in the CreateFeed and AssociateFeed actions. It identifies the action for Elemental Inference to perform. It also provides a repository for the results of that action. For example, CroppingConfig output will contain the metadata for the crop feature.
209 210 211 212 213 214 215 216 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 209 class CreateOutput < Struct.new( :name, :output_config, :status, :description) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status to assign to the output.
209 210 211 212 213 214 215 216 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 209 class CreateOutput < Struct.new( :name, :output_config, :status, :description) SENSITIVE = [] include Aws::Structure end |