Google Cloud Container V1 Client - Class GPUSharingConfig (1.10.3)

Reference documentation and code samples for the Google Cloud Container V1 Client class GPUSharingConfig.

GPUSharingConfig represents the GPU sharing configuration for Hardware Accelerators.

Generated from protobuf message google.container.v1.GPUSharingConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ max_shared_clients_per_gpu int|string

The max number of containers that can share a physical GPU.

↳ gpu_sharing_strategy int

The type of GPU sharing strategy to enable on the GPU node.

getMaxSharedClientsPerGpu

The max number of containers that can share a physical GPU.

Returns
TypeDescription
int|string

setMaxSharedClientsPerGpu

The max number of containers that can share a physical GPU.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getGpuSharingStrategy

The type of GPU sharing strategy to enable on the GPU node.

Returns
TypeDescription
int

hasGpuSharingStrategy

clearGpuSharingStrategy

setGpuSharingStrategy

The type of GPU sharing strategy to enable on the GPU node.

Parameter
NameDescription
var int
Returns
TypeDescription
$this