Class Config
Response for getting WbI configurations in a location
Implements
Inherited Members
Namespace: Google.Apis.AIPlatformNotebooks.v2.Data
Assembly: Google.Apis.AIPlatformNotebooks.v2.dll
Syntax
public class Config : IDirectResponseSchema
Properties
AvailableImages
Output only. The list of available images to create a WbI.
Declaration
[JsonProperty("availableImages")]
public virtual IList<ImageRelease> AvailableImages { get; set; }
Property Value
Type | Description |
---|---|
IList<ImageRelease> |
DefaultValues
Output only. The default values for configuration.
Declaration
[JsonProperty("defaultValues")]
public virtual DefaultValues DefaultValues { get; set; }
Property Value
Type | Description |
---|---|
DefaultValues |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SupportedValues
Output only. The supported values for configuration.
Declaration
[JsonProperty("supportedValues")]
public virtual SupportedValues SupportedValues { get; set; }
Property Value
Type | Description |
---|---|
SupportedValues |