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."],[[["The `GPUSharingConfig` class, part of the Google Kubernetes Engine v1 API, configures GPU sharing for hardware accelerators within container environments."],["The latest version available is 3.33.0, with multiple prior versions listed, ranging from 3.32.0 down to 2.3.0, allowing users to access documentation specific to their implementation version."],["`GPUSharingConfig` has properties including `GpuSharingStrategy`, `HasGpuSharingStrategy`, and `MaxSharedClientsPerGpu`, which define the configuration and limitations of sharing a physical GPU among containers."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, adding functionalities for serialization, comparison, and deep cloning."],["The `GPUSharingConfig` class includes two constructors, a parameterless constructor, and one that accepts another `GPUSharingConfig` object as a parameter for copying properties."]]],[]]