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

AddTagsOutput

import type { AddTagsOutput } from "https://aws-api.deno.dev/v0.4/services/machinelearning.ts?docs=full";

Amazon ML returns the following elements.

interface AddTagsOutput {
ResourceId?: string | null;
ResourceType?: TaggableResourceType | null;
}

§Properties

§
ResourceId?: string | null
[src]

The ID of the ML object that was tagged.

§
ResourceType?: TaggableResourceType | null
[src]

The type of the ML object that was tagged.