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. |
| image |
Override the image to use for this tool run. |
| max |
Override the maximum CPU allowed for the tool run (e.g. 1, or 500m for 500 milli-CPUs) |
| max |
Override the maximum GPU count allowed for the tool run |
| max |
Override the maximum RAM allowed for the tool run (e.g. 500Mi or 1Gi) |
| ram | Override RAM requirements (e.g. 500Mi or 1Gi). |
| replica |
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