AI Platform Notebooks v1 API - Class RuntimeAcceleratorConfig (2.0.0)

public sealed class RuntimeAcceleratorConfig : IMessage<RuntimeAcceleratorConfig>, IEquatable<RuntimeAcceleratorConfig>, IDeepCloneable<RuntimeAcceleratorConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the AI Platform Notebooks v1 API class RuntimeAcceleratorConfig.

Definition of the types of hardware accelerators that can be used. Definition of the types of hardware accelerators that can be used. See Compute Engine AcceleratorTypes. Examples:

  • nvidia-tesla-k80
  • nvidia-tesla-p100
  • nvidia-tesla-v100
  • nvidia-tesla-p4
  • nvidia-tesla-t4
  • nvidia-tesla-a100

Inheritance

Object > RuntimeAcceleratorConfig

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

RuntimeAcceleratorConfig()

public RuntimeAcceleratorConfig()

RuntimeAcceleratorConfig(RuntimeAcceleratorConfig)

public RuntimeAcceleratorConfig(RuntimeAcceleratorConfig other)
Parameter
NameDescription
otherRuntimeAcceleratorConfig

Properties

CoreCount

public long CoreCount { get; set; }

Count of cores of this accelerator.

Property Value
TypeDescription
Int64

Type

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

Accelerator model.

Property Value
TypeDescription
RuntimeAcceleratorConfig.Types.AcceleratorType