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

ListAliasesRequest

import type { ListAliasesRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListAliasesRequest {
Alias?: string | null;
ImageName: string;
MaxResults?: number | null;
NextToken?: string | null;
Version?: number | null;
}

§Properties

§
Alias?: string | null
[src]

The alias of the image version.

§
ImageName: string
[src]

The name of the image.

§
MaxResults?: number | null
[src]

The maximum number of aliases to return.

§
NextToken?: string | null
[src]

If the previous call to ListAliases didn't return the full set of aliases, the call returns a token for retrieving the next set of aliases.

§
Version?: number | null
[src]

The version of the image. If image version is not specified, the aliases of all versions of the image are listed.