Show / Hide Table of Contents

Class AcceleratorConfig

AcceleratorConfig represents a Hardware Accelerator request.

Inheritance
object
AcceleratorConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.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

MaxTimeSharedClientsPerGpu

The number of time-shared GPU resources to expose for each physical GPU.

Declaration
[JsonProperty("maxTimeSharedClientsPerGpu")]
public virtual long? MaxTimeSharedClientsPerGpu { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX