Cloud TPU v1 API - Class SchedulingConfig (2.3.0)

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.

Inheritance

object > SchedulingConfig

Namespace

Google.Cloud.Tpu.V1

Assembly

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