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