InfraOverrides interface

Explicitly set tool run requirements - overrides the tool definition.

Properties

cpu

Override CPU requirements (e.g. 1, or 500m for 500 milli-CPUs)

gpu

Override GPU count requirements.

imageUri

Override the image to use for this tool run.

maxCpu

Override the maximum CPU allowed for the tool run (e.g. 1, or 500m for 500 milli-CPUs)

maxGpu

Override the maximum GPU count allowed for the tool run

maxRam

Override the maximum RAM allowed for the tool run (e.g. 500Mi or 1Gi)

ram

Override RAM requirements (e.g. 500Mi or 1Gi).

replicaCount

Override the number of replicas of the tool image to run.

Property Details

cpu

Override CPU requirements (e.g. 1, or 500m for 500 milli-CPUs)

cpu?: string

Property Value

string

gpu

Override GPU count requirements.

gpu?: string

Property Value

string

imageUri

Override the image to use for this tool run.

imageUri?: string

Property Value

string

maxCpu

Override the maximum CPU allowed for the tool run (e.g. 1, or 500m for 500 milli-CPUs)

maxCpu?: string

Property Value

string

maxGpu

Override the maximum GPU count allowed for the tool run

maxGpu?: string

Property Value

string

maxRam

Override the maximum RAM allowed for the tool run (e.g. 500Mi or 1Gi)

maxRam?: string

Property Value

string

ram

Override RAM requirements (e.g. 500Mi or 1Gi).

ram?: string

Property Value

string

replicaCount

Override the number of replicas of the tool image to run.

replicaCount?: number

Property Value

number