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 latest version of the `SchedulingConfig` class for the Cloud TPU v1 API is 2.4.0, with previous versions available for reference, including versions 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.1.0, and 1.0.0."],["The `SchedulingConfig` class, part of the `Google.Cloud.Tpu.V1` namespace, sets the scheduling options for a Cloud TPU node and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `SchedulingConfig` includes properties to manage if the node is `Preemptible` or `Reserved`."],["The `SchedulingConfig` class has two constructors, a default one, and another one that takes another `SchedulingConfig` as input."]]],[]]