Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AddTagsInput

import type { AddTagsInput } from "https://aws-api.deno.dev/v0.3/services/machinelearning.ts?docs=full";
interface AddTagsInput {
ResourceId: string;
ResourceType: TaggableResourceType;
Tags: Tag[];
}

§Properties

§
ResourceId: string
[src]

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

§

The type of the ML object to tag.

§
Tags: Tag[]
[src]

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.