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

ModelPackageGroup

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

A group of versioned models in the model registry.

interface ModelPackageGroup {
CreatedBy?: UserContext | null;
CreationTime?: Date | number | null;
ModelPackageGroupArn?: string | null;
ModelPackageGroupDescription?: string | null;
ModelPackageGroupName?: string | null;
ModelPackageGroupStatus?: ModelPackageGroupStatus | null;
Tags?: Tag[] | null;
}

§Properties

§
CreatedBy?: UserContext | null
[src]
§
CreationTime?: Date | number | null
[src]

The time that the model group was created.

§
ModelPackageGroupArn?: string | null
[src]

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

§
ModelPackageGroupDescription?: string | null
[src]

The description for the model group.

§
ModelPackageGroupName?: string | null
[src]

The name of the model group.

§
ModelPackageGroupStatus?: ModelPackageGroupStatus | null
[src]

The status of the model group. This can be one of the following values.

  • PENDING - The model group is pending being created.
  • IN_PROGRESS - The model group is in the process of being created.
  • COMPLETED - The model group was successfully created.
  • FAILED - The model group failed.
  • DELETING - The model group is in the process of being deleted.
  • DELETE_FAILED - SageMaker failed to delete the model group.
§
Tags?: Tag[] | null
[src]

A list of the tags associated with the model group. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.