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 the `GPUSharingConfig` class is 3.33.0, with version 3.20.0 being the one currently selected in the documentation."],["`GPUSharingConfig` is a class in the Google Kubernetes Engine v1 API, representing the configuration for sharing GPU resources among hardware accelerators."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["Key properties of `GPUSharingConfig` include `GpuSharingStrategy`, `HasGpuSharingStrategy`, and `MaxSharedClientsPerGpu`, which control the type of GPU sharing, check if the strategy is set, and define the maximum number of shared clients per GPU, respectively."],["The `GPUSharingConfig` class is available in the `Google.Cloud.Container.V1` namespace, and it is part of the `Google.Cloud.Container.V1.dll` assembly."]]],[]]