Class: Aws::ElementalInference::Types::CreateFeedRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElementalInference::Types::CreateFeedRequest
- Defined in:
- gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
A name for this feed.
-
#outputs ⇒ Array<Types::CreateOutput>
An array of outputs for this feed.
-
#tags ⇒ Hash<String,String>
If you want to include tags, add them now.
Instance Attribute Details
#name ⇒ String
A name for this feed.
126 127 128 129 130 131 132 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 126 class CreateFeedRequest < Struct.new( :name, :outputs, :tags) SENSITIVE = [] include Aws::Structure end |
#outputs ⇒ Array<Types::CreateOutput>
An array of outputs for this feed. Each output represents a specific Elemental Inference feature. For example, an output might represent the crop feature.
126 127 128 129 130 131 132 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 126 class CreateFeedRequest < Struct.new( :name, :outputs, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
If you want to include tags, add them now. You won't be able to add them later.
126 127 128 129 130 131 132 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 126 class CreateFeedRequest < Struct.new( :name, :outputs, :tags) SENSITIVE = [] include Aws::Structure end |