Class AcceleratorConfig
AcceleratorConfig represents a Hardware Accelerator request.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.dll
Syntax
public class AcceleratorConfig : IDirectResponseSchema
Properties
AcceleratorCount
The number of the accelerator cards exposed to an instance.
Declaration
[JsonProperty("acceleratorCount")]
public virtual long? AcceleratorCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
AcceleratorType
The accelerator type resource name. List of supported accelerators here
Declaration
[JsonProperty("acceleratorType")]
public virtual string AcceleratorType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GpuDriverInstallationConfig
The configuration for auto installation of GPU driver.
Declaration
[JsonProperty("gpuDriverInstallationConfig")]
public virtual GPUDriverInstallationConfig GpuDriverInstallationConfig { get; set; }
Property Value
Type | Description |
---|---|
GPUDriverInstallationConfig |
GpuPartitionSize
Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide.
Declaration
[JsonProperty("gpuPartitionSize")]
public virtual string GpuPartitionSize { get; set; }
Property Value
Type | Description |
---|---|
string |
GpuSharingConfig
The configuration for GPU sharing options.
Declaration
[JsonProperty("gpuSharingConfig")]
public virtual GPUSharingConfig GpuSharingConfig { get; set; }
Property Value
Type | Description |
---|---|
GPUSharingConfig |