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 `SchedulingConfig` class, part of the Google.Cloud.Tpu.V1 namespace, is used to set scheduling options for a node."],["`SchedulingConfig` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for message handling."],["The class has two constructors: a default one and another that takes a `SchedulingConfig` object as a parameter to copy it."],["It features two properties, `Preemptible` and `Reserved`, which are both booleans and determine if the node is preemptible and if the node is created under a reservation respectively."],["Version 2.4.0 is the latest version of the library, with previous versions back to 1.0.0 being documented."]]],[]]