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

#description ⇒ String

A description for the output.

Returns:

  • (String)


390
391
392
393
394
395
396
397
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 390

class CreateOutput < Struct.new(
  :name,
  :output_config,
  :status,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

A name for the output.

Returns:

  • (String)


390
391
392
393
394
395
396
397
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 390

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



390
391
392
393
394
395
396
397
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 390

class CreateOutput < Struct.new(
  :name,
  :output_config,
  :status,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

The status to assign to the output.

Returns:

  • (String)


390
391
392
393
394
395
396
397
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 390

class CreateOutput < Struct.new(
  :name,
  :output_config,
  :status,
  :description)
  SENSITIVE = []
  include Aws::Structure
end