Class AcceleratorConfig
An accelerator configuration for a VM instance Definition of a hardware accelerator. Note that there is no check
on type
and core_count
combinations. TPUs are not supported. See GPUs on Compute
Engine to find a valid combination.
Implements
Inherited Members
Namespace: Google.Apis.AIPlatformNotebooks.v2.Data
Assembly: Google.Apis.AIPlatformNotebooks.v2.dll
Syntax
public class AcceleratorConfig : IDirectResponseSchema
Properties
CoreCount
Optional. 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
Optional. Type of this accelerator.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |