Class ExecutionTemplate.Types.SchedulerAcceleratorConfig (1.0.0-beta04)

public sealed class SchedulerAcceleratorConfig : IMessage<ExecutionTemplate.Types.SchedulerAcceleratorConfig>, IEquatable<ExecutionTemplate.Types.SchedulerAcceleratorConfig>, IDeepCloneable<ExecutionTemplate.Types.SchedulerAcceleratorConfig>, IBufferMessage, IMessage

Definition of a hardware accelerator. Note that not all combinations of type and core_count are valid. Check GPUs on Compute Engine to find a valid combination. TPUs are not supported.

Inheritance

Object > ExecutionTemplate.Types.SchedulerAcceleratorConfig

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

SchedulerAcceleratorConfig()

public SchedulerAcceleratorConfig()

SchedulerAcceleratorConfig(ExecutionTemplate.Types.SchedulerAcceleratorConfig)

public SchedulerAcceleratorConfig(ExecutionTemplate.Types.SchedulerAcceleratorConfig other)
Parameter
NameDescription
otherExecutionTemplate.Types.SchedulerAcceleratorConfig

Properties

CoreCount

public long CoreCount { get; set; }

Count of cores of this accelerator.

Property Value
TypeDescription
Int64

Type

public ExecutionTemplate.Types.SchedulerAcceleratorType Type { get; set; }

Type of this accelerator.

Property Value
TypeDescription
ExecutionTemplate.Types.SchedulerAcceleratorType