Show / Hide Table of Contents

Class SupportedValues

SupportedValues represents the values supported by the configuration.

Inheritance
object
SupportedValues
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX