InfrastructureOverrides Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Explicitly set tool run requirements - overrides the tool definition.
public class InfrastructureOverrides : System.ClientModel.Primitives.IJsonModel<Azure.AI.Discovery.InfrastructureOverrides>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Discovery.InfrastructureOverrides>
type InfrastructureOverrides = class
interface IJsonModel<InfrastructureOverrides>
interface IPersistableModel<InfrastructureOverrides>
Public Class InfrastructureOverrides
Implements IJsonModel(Of InfrastructureOverrides), IPersistableModel(Of InfrastructureOverrides)
- Inheritance
-
InfrastructureOverrides
- Implements
Constructors
| Name | Description |
|---|---|
| InfrastructureOverrides() |
Initializes a new instance of InfrastructureOverrides. |
Properties
| Name | Description |
|---|---|
| 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. |