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

DescribeModelPackageGroupOutput

import type { DescribeModelPackageGroupOutput } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeModelPackageGroupOutput {
CreatedBy: UserContext;
CreationTime: Date | number;
ModelPackageGroupArn: string;
ModelPackageGroupDescription?: string | null;
ModelPackageGroupName: string;
ModelPackageGroupStatus: ModelPackageGroupStatus;
}

§Properties

§
CreationTime: Date | number
[src]

The time that the model group was created.

§
ModelPackageGroupArn: string
[src]

The Amazon Resource Name (ARN) of the model group.

§
ModelPackageGroupDescription?: string | null
[src]

A description of the model group.

§
ModelPackageGroupName: string
[src]

The name of the model group.

§
ModelPackageGroupStatus: ModelPackageGroupStatus
[src]

The status of the model group.