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

UserContext

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

Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.

interface UserContext {
DomainId?: string | null;
UserProfileArn?: string | null;
UserProfileName?: string | null;
}

§Properties

§
DomainId?: string | null
[src]

The domain associated with the user.

§
UserProfileArn?: string | null
[src]

The Amazon Resource Name (ARN) of the user's profile.

§
UserProfileName?: string | null
[src]

The name of the user's profile.