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