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

ModelDashboardModel

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

A model displayed in the Amazon SageMaker Model Dashboard.

interface ModelDashboardModel {
Endpoints?: ModelDashboardEndpoint[] | null;
LastBatchTransformJob?: TransformJob | null;
Model?: Model | null;
ModelCard?: ModelDashboardModelCard | null;
MonitoringSchedules?: ModelDashboardMonitoringSchedule[] | null;
}

§Properties

§
Endpoints?: ModelDashboardEndpoint[] | null
[src]

The endpoints that host a model.

§
LastBatchTransformJob?: TransformJob | null
[src]
§
Model?: Model | null
[src]

A model displayed in the Model Dashboard.

§
ModelCard?: ModelDashboardModelCard | null
[src]

The model card for a model.

§
MonitoringSchedules?: ModelDashboardMonitoringSchedule[] | null
[src]

The monitoring schedules for a model.