Class SchedulingConfig
Sets the scheduling options for this node.
Implements
Inherited Members
Namespace: Google.Apis.TPU.v2.Data
Assembly: Google.Apis.TPU.v2.dll
Syntax
public class SchedulingConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Preemptible
Defines whether the node is preemptible.
Declaration
[JsonProperty("preemptible")]
public virtual bool? Preemptible { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Reserved
Whether the node is created under a reservation.
Declaration
[JsonProperty("reserved")]
public virtual bool? Reserved { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Spot
Optional. Defines whether the node is Spot VM.
Declaration
[JsonProperty("spot")]
public virtual bool? Spot { get; set; }
Property Value
Type | Description |
---|---|
bool? |