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

SourceAlgorithmSpecification

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

A list of algorithms that were used to create a model package.

interface SourceAlgorithmSpecification {
SourceAlgorithms: SourceAlgorithm[];
}

§Properties

§
SourceAlgorithms: SourceAlgorithm[]
[src]

A list of the algorithms that were used to create a model package.