Show / Hide Table of Contents

Class GPUSharingConfig

GPUSharingConfig represents the GPU sharing configuration for Hardware Accelerators.

Inheritance
object
GPUSharingConfig
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX