Skip to main content

RuntimeSnapshot

Datalayer Core


Datalayer Core / RuntimeSnapshot

Interface: RuntimeSnapshot

Defined in: tech/datalayer/core/src/api/types/runtimes.ts:100

Represents a snapshot of a runtime's state and files RuntimeSnapshot

Properties

description?

optional description: string

Defined in: tech/datalayer/core/src/api/types/runtimes.ts:106

Optional description of the snapshot


environment

environment: string

Defined in: tech/datalayer/core/src/api/types/runtimes.ts:108

Name of the environment used by the runtime


files?

optional files: any[]

Defined in: tech/datalayer/core/src/api/types/runtimes.ts:126

List of files included in the snapshot


format?

optional format: string

Defined in: tech/datalayer/core/src/api/types/runtimes.ts:118

Format of the snapshot


format_version?

optional format_version: string

Defined in: tech/datalayer/core/src/api/types/runtimes.ts:120

Format version of the snapshot


metadata?

optional metadata: object

Defined in: tech/datalayer/core/src/api/types/runtimes.ts:110

Metadata associated with the snapshot

Index Signature

[key: string]: any

language_info?

optional language_info: any

version?

optional version: string


name

name: string

Defined in: tech/datalayer/core/src/api/types/runtimes.ts:104

Name of the snapshot


size?

optional size: number

Defined in: tech/datalayer/core/src/api/types/runtimes.ts:116

Size of the snapshot in bytes


status?

optional status: string

Defined in: tech/datalayer/core/src/api/types/runtimes.ts:122

Status of the snapshot


uid

uid: string

Defined in: tech/datalayer/core/src/api/types/runtimes.ts:102

Unique identifier for the snapshot


updated_at

updated_at: string

Defined in: tech/datalayer/core/src/api/types/runtimes.ts:124

ISO 8601 timestamp when the snapshot was last updated