Class GPUSharingConfig
GPUSharingConfig represents the GPU sharing configuration for Hardware Accelerators.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.dll
Syntax
public class GPUSharingConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GpuSharingStrategy
The type of GPU sharing strategy to enable on the GPU node.
Declaration
[JsonProperty("gpuSharingStrategy")]
public virtual string GpuSharingStrategy { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxSharedClientsPerGpu
The max number of containers that can share a physical GPU.
Declaration
[JsonProperty("maxSharedClientsPerGpu")]
public virtual long? MaxSharedClientsPerGpu { get; set; }
Property Value
Type | Description |
---|---|
long? |