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

MetadataProperties

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

Metadata properties of the tracking entity, trial, or trial component.

interface MetadataProperties {
CommitId?: string | null;
GeneratedBy?: string | null;
ProjectId?: string | null;
Repository?: string | null;
}

§Properties

§
CommitId?: string | null
[src]

The commit ID.

§
GeneratedBy?: string | null
[src]

The entity this entity was generated by.

§
ProjectId?: string | null
[src]

The project ID.

§
Repository?: string | null
[src]

The repository.