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

ModelPackageGroupSummary

import type { ModelPackageGroupSummary } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface ModelPackageGroupSummary {
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]