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

ModelMetadataSummary

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

A summary of the model metadata.

interface ModelMetadataSummary {
Domain: string;
Framework: string;
FrameworkVersion: string;
Model: string;
Task: string;
}

§Properties

§
Domain: string
[src]

The machine learning domain of the model.

§
Framework: string
[src]

The machine learning framework of the model.

§
FrameworkVersion: string
[src]

The framework version of the model.

§
Model: string
[src]

The name of the model.

§
Task: string
[src]

The machine learning task of the model.