Attributes of a Model Lab project.

Hierarchy

  • ModelLabProjectAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
artifactStorageLocation: string

The storage location for project artifacts.

createdAt: Date

The date and time the project was created.

deletedAt?: Date

The date and time the project was soft-deleted.

description: string

A description of the project.

externalUrl?: string

An optional external URL associated with the project.

isStarred: boolean

Whether the project is starred by the current user.

name: string

The name of the project.

ownerId?: string

The UUID of the project owner.

tags: ModelLabTag[]

The list of tags associated with the project.

updatedAt: Date

The date and time the project was last updated.

Generated using TypeDoc