Class RuntimeAcceleratorConfig
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
Inherited Members
Namespace: Google.Apis.AIPlatformNotebooks.v1.Data
Assembly: Google.Apis.AIPlatformNotebooks.v1.dll
Syntax
public class RuntimeAcceleratorConfig : IDirectResponseSchema
Properties
CoreCount
Count of cores of this accelerator.
Declaration
[JsonProperty("coreCount")]
public virtual long? CoreCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Accelerator model.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |