Class: Aws::ElementalInference::Types::UpdateOutput

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 UpdateFeed action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the output.

Returns:

  • (String)


767
768
769
770
771
772
773
774
775
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 767

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

#from_associationBoolean

This property is set by the service when you add the output to the feed, and indicates how you added the output. True means that you used the AssociateFeed operation. False means that you used the CreateFeed or UpdateFeed operation. Use GetFeed to obtain the value. If the value is True, include this field here with a value of True. If the value is False, omit the field here.

Returns:

  • (Boolean)


767
768
769
770
771
772
773
774
775
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 767

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

#nameString

The name start here

Returns:

  • (String)


767
768
769
770
771
772
773
774
775
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 767

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

#output_configTypes::OutputConfig

A typed property for an output in a feed. It is used in the UpdateFeed action. 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:



767
768
769
770
771
772
773
774
775
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 767

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

#statusString

The status of the output.

Returns:

  • (String)


767
768
769
770
771
772
773
774
775
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 767

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