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

SubscribedWorkteam

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

Describes a work team of a vendor that does the a labelling job.

interface SubscribedWorkteam {
ListingId?: string | null;
MarketplaceDescription?: string | null;
MarketplaceTitle?: string | null;
SellerName?: string | null;
WorkteamArn: string;
}

§Properties

§
ListingId?: string | null
[src]

Marketplace product listing ID.

§
MarketplaceDescription?: string | null
[src]

The description of the vendor from the Amazon Marketplace.

§
MarketplaceTitle?: string | null
[src]

The title of the service provided by the vendor in the Amazon Marketplace.

§
SellerName?: string | null
[src]

The name of the vendor in the Amazon Marketplace.

§
WorkteamArn: string
[src]

The Amazon Resource Name (ARN) of the vendor that you have subscribed.