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, specifically version 2.3.0."],["The `SchedulingConfig` class is used to configure the scheduling options for a TPU node, and it inherits from the base `object` class while implementing several interfaces."],["The class has two constructors, a default constructor, and a constructor that takes another `SchedulingConfig` instance as a parameter for duplication purposes."],["Two key properties of the `SchedulingConfig` class are `Preemptible`, which determines if the node can be preempted, and `Reserved`, indicating if the node is part of a reservation."],["The document lists the various available versions of this `SchedulingConfig` document, with 2.4.0 being the most up-to-date version."]]],[]]