Skip to main content

EnvironmentData

Datalayer Core


Datalayer Core / EnvironmentData

Interface: EnvironmentData

Defined in: src/models/EnvironmentDTO.ts:19

Represents a computing environment available in the Datalayer platform. EnvironmentData

Properties

burning_rate

burning_rate: number

Defined in: src/models/EnvironmentDTO.ts:42

Credits consumed per hour when running


contents?

optional contents: any[]

Defined in: src/models/EnvironmentDTO.ts:31

Content mounts for this environment


description

description: string

Defined in: src/models/EnvironmentDTO.ts:23

Detailed description of the environment


dockerImage

dockerImage: string

Defined in: src/models/EnvironmentDTO.ts:25

Docker image used for this environment


dockerRegistry?

optional dockerRegistry: string

Defined in: src/models/EnvironmentDTO.ts:48

Docker registry for the image


enabled?

optional enabled: boolean

Defined in: src/models/EnvironmentDTO.ts:52

Whether the environment is enabled


example?

optional example: string

Defined in: src/models/EnvironmentDTO.ts:27

Example usage or description


icon?

optional icon: string

Defined in: src/models/EnvironmentDTO.ts:50

Icon or avatar URL for the environment


language

language: string

Defined in: src/models/EnvironmentDTO.ts:38

Programming language (e.g., "python", "r")


name

name: string

Defined in: src/models/EnvironmentDTO.ts:46

Name identifier for the environment


resources?

optional resources: any

Defined in: src/models/EnvironmentDTO.ts:44

Simple resource specification


resourcesRanges?

optional resourcesRanges: any

Defined in: src/models/EnvironmentDTO.ts:40

Resource ranges configuration


runtime?

optional runtime: object

Defined in: src/models/EnvironmentDTO.ts:33

Kernel configuration

givenNameTemplate?

optional givenNameTemplate: string

Template for kernel naming


snippets?

optional snippets: any[]

Defined in: src/models/EnvironmentDTO.ts:29

Code snippets for this environment


tags?

optional tags: string[]

Defined in: src/models/EnvironmentDTO.ts:54

Tags associated with the environment


title

title: string

Defined in: src/models/EnvironmentDTO.ts:21

Human-readable title for the environment