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

ModelArtifacts

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

Provides information about the location that is configured for storing model artifacts.

Model artifacts are the output that results from training a model, and typically consist of trained parameters, a model definition that describes how to compute inferences, and other metadata.

interface ModelArtifacts {
S3ModelArtifacts: string;
}

§Properties

§
S3ModelArtifacts: string
[src]

The path of the S3 object that contains the model artifacts. For example, s3://bucket-name/keynameprefix/model.tar.gz.