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 latest version available for `GPUSharingConfig` is 3.33.0, and the page provides access to various past versions, down to version 2.3.0."],["`GPUSharingConfig` is a class in the Google Kubernetes Engine v1 API, specifically designed for GPU sharing configurations within Hardware Accelerators."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are part of the .NET framework and provide various method implementations."],["The `GPUSharingConfig` class includes properties such as `GpuSharingStrategy`, `HasGpuSharingStrategy`, and `MaxSharedClientsPerGpu` to define the rules and parameters of the GPU sharing strategy."],["The class has two constructors, a default one, and another one that takes a `GPUSharingConfig` object as a parameter to copy its properties into the newly created instance."]]],[]]