public sealed class GPUSharingConfig : IMessage<GPUSharingConfig>, IEquatable<GPUSharingConfig>, IDeepCloneable<GPUSharingConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class GPUSharingConfig.
GPUSharingConfig represents the GPU sharing configuration for Hardware
Accelerators.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `GPUSharingConfig` class within the Google Kubernetes Engine v1 API, spanning versions from 2.3.0 to the latest 3.33.0."],["`GPUSharingConfig` is a class used to define the GPU sharing configuration for Hardware Accelerators, detailing how GPUs can be shared among containers."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, and deep cloning."],["Key properties of `GPUSharingConfig` include `GpuSharingStrategy`, which determines the type of GPU sharing, and `MaxSharedClientsPerGpu`, which sets the maximum number of containers that can share a physical GPU."],["The latest version of the `GPUSharingConfig` class is 3.33.0, and it provides a list of all the versions for the class going back to 2.3.0 in this documentation."]]],[]]