Class SetInstanceAcceleratorRequest
Request for setting instance accelerator.
Implements
Inherited Members
Namespace: Google.Apis.AIPlatformNotebooks.v1.Data
Assembly: Google.Apis.AIPlatformNotebooks.v1.dll
Syntax
public class SetInstanceAcceleratorRequest : IDirectResponseSchema
Properties
CoreCount
Required. Count of cores of this 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.
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
Required. Type of this accelerator.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |