RuntimeSnapshot
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?
optionaldescription: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?
optionalfiles:any[]
Defined in: tech/datalayer/core/src/api/types/runtimes.ts:126
List of files included in the snapshot
format?
optionalformat:string
Defined in: tech/datalayer/core/src/api/types/runtimes.ts:118
Format of the snapshot
format_version?
optionalformat_version:string
Defined in: tech/datalayer/core/src/api/types/runtimes.ts:120
Format version of the snapshot
metadata?
optionalmetadata:object
Defined in: tech/datalayer/core/src/api/types/runtimes.ts:110
Metadata associated with the snapshot
Index Signature
[key: string]: any
language_info?
optionallanguage_info:any
version?
optionalversion:string
name
name:
string
Defined in: tech/datalayer/core/src/api/types/runtimes.ts:104
Name of the snapshot
size?
optionalsize:number
Defined in: tech/datalayer/core/src/api/types/runtimes.ts:116
Size of the snapshot in bytes
status?
optionalstatus: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