Datalayer Desktop - v0.0.3
GitHub
Datalayer
Preparing search index...
shared/types/environments
Environment
Interface Environment
Represents a compute environment configuration.
interface
Environment
{
burning_rate
?:
number
;
burningRate
?:
number
;
condaEnvironment
?:
string
;
description
?:
string
;
dockerImage
?:
string
;
icon
?:
string
;
image
?:
string
;
isDefault
?:
boolean
;
language
?:
string
;
name
:
string
;
pipRequirements
?:
string
;
resources
?:
|
Record
<
string
,
unknown
>
|
{
cpu
?:
|
string
|
number
|
{
default
?:
number
;
max
?:
number
;
min
?:
number
}
;
gpu
?:
string
|
number
|
{
default
?:
number
;
max
?:
number
;
min
?:
number
}
;
memory
?:
|
string
|
number
|
{
default
?:
number
;
max
?:
number
;
min
?:
number
}
;
"nvidia.com/gpu"
?:
string
|
number
;
[
key
:
string
]:
unknown
;
}
;
rich_description
?:
string
;
tags
?:
string
[]
;
title
?:
string
;
uid
?:
string
;
}
Index
Properties
burning_
rate?
burning
Rate?
conda
Environment?
description?
docker
Image?
icon?
image?
is
Default?
language?
name
pip
Requirements?
resources?
rich_
description?
tags?
title?
uid?
Properties
Optional
burning_
rate
burning_rate
?:
number
Optional
burning
Rate
burningRate
?:
number
Optional
conda
Environment
condaEnvironment
?:
string
Optional
description
description
?:
string
Optional
docker
Image
dockerImage
?:
string
Optional
icon
icon
?:
string
Optional
image
image
?:
string
Optional
is
Default
isDefault
?:
boolean
Optional
language
language
?:
string
name
name
:
string
Optional
pip
Requirements
pipRequirements
?:
string
Optional
resources
resources
?:
|
Record
<
string
,
unknown
>
|
{
cpu
?:
|
string
|
number
|
{
default
?:
number
;
max
?:
number
;
min
?:
number
}
;
gpu
?:
string
|
number
|
{
default
?:
number
;
max
?:
number
;
min
?:
number
}
;
memory
?:
|
string
|
number
|
{
default
?:
number
;
max
?:
number
;
min
?:
number
}
;
"nvidia.com/gpu"
?:
string
|
number
;
[
key
:
string
]:
unknown
;
}
Optional
rich_
description
rich_description
?:
string
Optional
tags
tags
?:
string
[]
Optional
title
title
?:
string
Optional
uid
uid
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
burning_
rate
burning
Rate
conda
Environment
description
docker
Image
icon
image
is
Default
language
name
pip
Requirements
resources
rich_
description
tags
title
uid
GitHub
Datalayer
Datalayer Desktop - v0.0.3
Loading...
Represents a compute environment configuration.