AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the AddTags operation. Adds one or more tags to an object, up to a limit of 10. Each tag consists of a key and an optional value. If you add a tag using a key that is already associated with the ML object, AddTags updates the tag's value.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.MachineLearning.AmazonMachineLearningRequest
      Amazon.MachineLearning.Model.AddTagsRequest

Namespace: Amazon.MachineLearning.Model
Assembly: AWSSDK.MachineLearning.dll
Version: 3.x.y.z

Syntax

C#
public class AddTagsRequest : AmazonMachineLearningRequest
         IAmazonWebServiceRequest

The AddTagsRequest type exposes the following members

Constructors

NameDescription
Public Method AddTagsRequest()

Properties

NameTypeDescription
Public Property ResourceId System.String

Gets and sets the property ResourceId.

The ID of the ML object to tag. For example, exampleModelId.

Public Property ResourceType Amazon.MachineLearning.TaggableResourceType

Gets and sets the property ResourceType.

The type of the ML object to tag.

Public Property Tags System.Collections.Generic.List<Amazon.MachineLearning.Model.Tag>

Gets and sets the property Tags.

The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML creates a tag with the specified key and a value of null.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5