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.
Sets the scheduling options for this node.
Implements
IMessageSchedulingConfig, IEquatableSchedulingConfig, IDeepCloneableSchedulingConfig, 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 |
bool |
Reserved
public bool Reserved { get; set; }
Whether the node is created under a reservation.
Property Value | |
---|---|
Type | Description |
bool |