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."],[[["This document provides information about the `SchedulingConfig` class within the `Google.Cloud.Tpu.V1` namespace, specifically version 1.0.0 of the library."],["The `SchedulingConfig` class is used to configure scheduling options for a TPU node, which are Google's Tensor Processing Units, and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`SchedulingConfig` has two boolean properties: `Preemptible`, which determines if the node is preemptible, and `Reserved`, which indicates if the node is created under a reservation."],["There are two constructors available for `SchedulingConfig`, a default constructor, and one that takes another `SchedulingConfig` object as a parameter for copying its configuration."],["The document also lists the inheritance hierarchy, inherited members from the `Object` class, and links to available versions of the `Google.Cloud.Tpu.V1` library, ranging from 1.0.0 to 2.4.0."]]],[]]