public sealed class SchedulingConfig : IMessage<SchedulingConfig>, IEquatable<SchedulingConfig>, IDeepCloneable<SchedulingConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud TPU v1 API class SchedulingConfig.
[[["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 Cloud TPU v1 API, is used to define scheduling options for a node."],["This class is found within the `Google.Cloud.Tpu.V1` namespace and is documented in the `Google.Cloud.Tpu.V1.dll` assembly, and the latest version of the documentation is 2.4.0."],["`SchedulingConfig` inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with providing constructors for the class."],["It includes properties such as `Preemptible`, which determines if a node is preemptible, and `Reserved`, which indicates if the node is created under a reservation, both of type bool."],["The documentation provides links to all previous versions of this API class, from version 1.0.0 to 2.4.0."]]],[]]