public sealed class GPUSharingConfig : IMessage<GPUSharingConfig>, IEquatable<GPUSharingConfig>, IDeepCloneable<GPUSharingConfig>, IBufferMessage, IMessage
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 webpage provides documentation for `GPUSharingConfig`, a class within the `Google.Cloud.Container.V1` namespace that defines GPU sharing settings for hardware accelerators."],["The latest version of the `GPUSharingConfig` documentation is 3.33.0, with several previous versions available ranging down to 2.3.0."],["`GPUSharingConfig` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties like `GpuSharingStrategy`, `HasGpuSharingStrategy`, and `MaxSharedClientsPerGpu` to configure the GPU sharing behavior, and has a default and an overloaded constructor."],["The property `GpuSharingStrategy` is of the type `GPUSharingConfig.Types.GPUSharingStrategy` and determines how GPUs are shared among nodes."]]],[]]