GoogleApi.Container.V1.Model.GPUSharingConfig (google_api_container v0.57.0)

View Source

GPUSharingConfig represents the GPU sharing configuration for Hardware Accelerators.

Attributes

  • gpuSharingStrategy (type: String.t, default: nil) - The type of GPU sharing strategy to enable on the GPU node.
  • maxSharedClientsPerGpu (type: String.t, default: nil) - The max number of containers that can share a physical GPU.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Container.V1.Model.GPUSharingConfig{
  gpuSharingStrategy: String.t() | nil,
  maxSharedClientsPerGpu: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.