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

TrainingRepositoryAccessMode

import type { TrainingRepositoryAccessMode } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
type TrainingRepositoryAccessMode = "Platform" | "Vpc" | cmnP.UnexpectedEnumValue;

§Type

§
"Platform" | "Vpc" | cmnP.UnexpectedEnumValue
[src]