Attributes of a Model Lab run.

Hierarchy

  • ModelLabRunAttributes

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
completedAt?: Date

The date and time the run completed.

createdAt: Date

The date and time the run was created.

deletedAt?: Date

The date and time the run was soft-deleted.

descendantMatch: boolean

Whether a descendant run matched the applied filters.

description: string

A description of the run.

duration?: number

The duration of the run in seconds.

externalUrl?: string

An optional external URL associated with the run.

hasChildren: boolean

Whether the run has child runs.

isPinned: boolean

Whether the run is pinned by the current user.

metricSummaries: ModelLabMetricSummary[]

Summary statistics for metrics recorded during the run.

mlflowArtifactLocation: string

The MLflow artifact storage location for this run.

name: string

The name of the run.

ownerId?: string

The UUID of the run owner.

params: null | ModelLabRunParam[]

The list of parameters used for the run.

projectId: number

The ID of the project this run belongs to.

startedAt: Date

The date and time the run started.

The status of a Model Lab run.

tags: ModelLabTag[]

The list of tags associated with the run.

updatedAt: Date

The date and time the run was last updated.

Generated using TypeDoc