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."],[[["This document provides reference documentation for the `SchedulingConfig` class within the Google Cloud TPU v1 API, version 2.2.0."],["The `SchedulingConfig` class is used to set scheduling options for a Cloud TPU node, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`SchedulingConfig` has two constructors, one default and one that accepts another `SchedulingConfig` object, and it inherits members from the base `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The class includes two properties: `Preemptible`, which defines whether a node can be preempted, and `Reserved`, which indicates if the node is under a reservation."],["There are multiple versions of the `SchedulingConfig` class available, with the latest being version 2.4.0."]]],[]]