public sealed class SchedulingConfig : IMessage<SchedulingConfig>, IEquatable<SchedulingConfig>, IDeepCloneable<SchedulingConfig>, IBufferMessage, IMessageSets the scheduling options for this node.
Implements
IMessage<SchedulingConfig>, IEquatable<SchedulingConfig>, IDeepCloneable<SchedulingConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Tpu.V1Assembly
Google.Cloud.Tpu.V1.dll
Constructors
SchedulingConfig()
public SchedulingConfig()SchedulingConfig(SchedulingConfig)
public SchedulingConfig(SchedulingConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
SchedulingConfig |
Properties
Preemptible
public bool Preemptible { get; set; }Defines whether the node is preemptible.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
Reserved
public bool Reserved { get; set; }Whether the node is created under a reservation.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|