Class: Aws::ElementalInference::Types::CreateOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#descriptionString

A description for the output.

Returns:

  • (String)


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

#nameString

A name for the output.

Returns:

  • (String)


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_configTypes::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.

Returns:



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

#statusString

The status to assign to the output.

Returns:

  • (String)


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