public sealed class SchedulingConfig : IMessage<SchedulingConfig>, IEquatable<SchedulingConfig>, IDeepCloneable<SchedulingConfig>, IBufferMessage, IMessage
[[["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 `SchedulingConfig` is 2.4.0, with previous versions dating back to 1.0.0 also accessible."],["`SchedulingConfig` is a class that configures the scheduling options for a node, inheriting from `Object` and implementing multiple interfaces."],["The class includes properties such as `Preemptible` which determines if a node is preemptible, and `Reserved` to determine if the node is under a reservation."],["Constructors are available to create a `SchedulingConfig` object with or without an existing `SchedulingConfig` object as a parameter."],["The `SchedulingConfig` class is part of the `Google.Cloud.Tpu.V1` namespace and is contained within the `Google.Cloud.Tpu.V1.dll` assembly."]]],[]]