You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MachineLearning::Types::DescribeTagsOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Amazon ML returns the following elements.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The ID of the tagged ML object.

Returns:

  • (String)

    The ID of the tagged ML object.

#resource_typeString

The type of the tagged ML object.

Possible values:

  • BatchPrediction
  • DataSource
  • Evaluation
  • MLModel

Returns:

  • (String)

    The type of the tagged ML object.

#tagsArray<Types::Tag>

A list of tags associated with the ML object.

Returns:

  • (Array<Types::Tag>)

    A list of tags associated with the ML object.