Class: Aws::ElementalInference::Types::CreateFeedRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

A name for this feed.

Returns:

  • (String)


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

#outputsArray<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.

Returns:



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

#tagsHash<String,String>

If you want to include tags, add them now. You won't be able to add them later.

Returns:

  • (Hash<String,String>)


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