public sealed class RuntimeAcceleratorConfig : IMessage<RuntimeAcceleratorConfig>, IEquatable<RuntimeAcceleratorConfig>, IDeepCloneable<RuntimeAcceleratorConfig>, IBufferMessage, IMessage
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
Implements
IMessage<RuntimeAcceleratorConfig>, IEquatable<RuntimeAcceleratorConfig>, IDeepCloneable<RuntimeAcceleratorConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
RuntimeAcceleratorConfig()
public RuntimeAcceleratorConfig()
RuntimeAcceleratorConfig(RuntimeAcceleratorConfig)
public RuntimeAcceleratorConfig(RuntimeAcceleratorConfig other)
Parameter | |
---|---|
Name | Description |
other | RuntimeAcceleratorConfig |
Properties
CoreCount
public long CoreCount { get; set; }
Count of cores of this accelerator.
Property Value | |
---|---|
Type | Description |
Int64 |
Type
public RuntimeAcceleratorConfig.Types.AcceleratorType Type { get; set; }
Accelerator model.
Property Value | |
---|---|
Type | Description |
RuntimeAcceleratorConfig.Types.AcceleratorType |