AI Platform Notebooks v1 API - Class Instance.Types.AcceleratorConfig (2.0.0)

public sealed class AcceleratorConfig : IMessage<Instance.Types.AcceleratorConfig>, IEquatable<Instance.Types.AcceleratorConfig>, IDeepCloneable<Instance.Types.AcceleratorConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the AI Platform Notebooks v1 API class Instance.Types.AcceleratorConfig.

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 > Instance.Types.AcceleratorConfig

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

AcceleratorConfig()

public AcceleratorConfig()

AcceleratorConfig(Instance.Types.AcceleratorConfig)

public AcceleratorConfig(Instance.Types.AcceleratorConfig other)
Parameter
NameDescription
otherInstance.Types.AcceleratorConfig

Properties

CoreCount

public long CoreCount { get; set; }

Count of cores of this accelerator.

Property Value
TypeDescription
Int64

Type

public Instance.Types.AcceleratorType Type { get; set; }

Type of this accelerator.

Property Value
TypeDescription
Instance.Types.AcceleratorType