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

HubContentDependency

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

Any dependencies related to hub content, such as scripts, model artifacts, datasets, or notebooks.

interface HubContentDependency {
DependencyCopyPath?: string | null;
DependencyOriginPath?: string | null;
}

§Properties

§
DependencyCopyPath?: string | null
[src]

The hub content dependency copy path.

§
DependencyOriginPath?: string | null
[src]

The hub content dependency origin path.