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-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface DescribeModelPackageGroupOutput {
CreatedBy: UserContext;
CreationTime: Date | number;
ModelPackageGroupArn: string;
ModelPackageGroupDescription?: string | null;
ModelPackageGroupName: string;
ModelPackageGroupStatus: ModelPackageGroupStatus;
}

§Properties

§
CreationTime: Date | number
[src]
§
ModelPackageGroupArn: string
[src]
§
ModelPackageGroupDescription?: string | null
[src]
§
ModelPackageGroupName: string
[src]
§
ModelPackageGroupStatus: ModelPackageGroupStatus
[src]