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

TrainingRepositoryAuthConfig

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

An object containing authentication information for a private Docker registry.

interface TrainingRepositoryAuthConfig {
TrainingRepositoryCredentialsProviderArn: string;
}

§Properties

§
TrainingRepositoryCredentialsProviderArn: string
[src]

The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function used to give SageMaker access credentials to your private Docker registry.