Information about an artifact file or directory within a run.

Hierarchy

  • ModelLabArtifactObjectInfo

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
fileSize?: number

The size of the file in bytes.

isDir: boolean

Whether this artifact entry is a directory.

path: string

The path of the artifact relative to the run's artifact root.

Generated using TypeDoc