Class SupportedValues
SupportedValues represents the values supported by the configuration.
Implements
Inherited Members
Namespace: Google.Apis.AIPlatformNotebooks.v2.Data
Assembly: Google.Apis.AIPlatformNotebooks.v2.dll
Syntax
public class SupportedValues : IDirectResponseSchema
Properties
AcceleratorTypes
Output only. The accelerator types supported by WbI.
Declaration
[JsonProperty("acceleratorTypes")]
public virtual IList<string> AcceleratorTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MachineTypes
Output only. The machine types supported by WbI.
Declaration
[JsonProperty("machineTypes")]
public virtual IList<string> MachineTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |