Information about a project-level artifact file.

Hierarchy

  • ModelLabArtifactInfo

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
artifactPath: string

The full artifact path relative to the project's artifact root.

createdAt: Date

The date and time the artifact was created.

fileSize?: number

The size of the file in bytes.

filename: string

The filename of the artifact.

Generated using TypeDoc