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

ModelSummary

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

Provides summary information about a model.

interface ModelSummary {
CreationTime: Date | number;
ModelArn: string;
ModelName: string;
}

§Properties

§
CreationTime: Date | number
[src]

A timestamp that indicates when the model was created.

§
ModelArn: string
[src]

The Amazon Resource Name (ARN) of the model.

§
ModelName: string
[src]

The name of the model that you want a summary for.