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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eSchedulingConfig\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSchedulingConfig\u003c/code\u003e class, part of the \u003ccode\u003eGoogle.Cloud.Tpu.V1\u003c/code\u003e namespace, sets the scheduling options for a Cloud TPU node and implements multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eSchedulingConfig\u003c/code\u003e includes properties to manage if the node is \u003ccode\u003ePreemptible\u003c/code\u003e or \u003ccode\u003eReserved\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSchedulingConfig\u003c/code\u003e class has two constructors, a default one, and another one that takes another \u003ccode\u003eSchedulingConfig\u003c/code\u003e as input.\u003c/p\u003e\n"]]],[],null,["# Cloud TPU v1 API - Class SchedulingConfig (2.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.Tpu.V1/latest/Google.Cloud.Tpu.V1.SchedulingConfig)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Tpu.V1/2.3.0/Google.Cloud.Tpu.V1.SchedulingConfig)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Tpu.V1/2.2.0/Google.Cloud.Tpu.V1.SchedulingConfig)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Tpu.V1/2.1.0/Google.Cloud.Tpu.V1.SchedulingConfig)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Tpu.V1/2.0.0/Google.Cloud.Tpu.V1.SchedulingConfig)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Tpu.V1/1.1.0/Google.Cloud.Tpu.V1.SchedulingConfig)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Tpu.V1/1.0.0/Google.Cloud.Tpu.V1.SchedulingConfig) \n\n public sealed class SchedulingConfig : IMessage\u003cSchedulingConfig\u003e, IEquatable\u003cSchedulingConfig\u003e, IDeepCloneable\u003cSchedulingConfig\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud TPU v1 API class SchedulingConfig.\n\nSets the scheduling options for this node. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SchedulingConfig \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[SchedulingConfig](/dotnet/docs/reference/Google.Cloud.Tpu.V1/latest/Google.Cloud.Tpu.V1.SchedulingConfig), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SchedulingConfig](/dotnet/docs/reference/Google.Cloud.Tpu.V1/latest/Google.Cloud.Tpu.V1.SchedulingConfig), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SchedulingConfig](/dotnet/docs/reference/Google.Cloud.Tpu.V1/latest/Google.Cloud.Tpu.V1.SchedulingConfig), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Tpu.V1](/dotnet/docs/reference/Google.Cloud.Tpu.V1/latest/Google.Cloud.Tpu.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Tpu.V1.dll\n\nConstructors\n------------\n\n### SchedulingConfig()\n\n public SchedulingConfig()\n\n### SchedulingConfig(SchedulingConfig)\n\n public SchedulingConfig(SchedulingConfig other)\n\nProperties\n----------\n\n### Preemptible\n\n public bool Preemptible { get; set; }\n\nDefines whether the node is preemptible.\n\n### Reserved\n\n public bool Reserved { get; set; }\n\nWhether the node is created under a reservation."]]