Show / Hide Table of Contents

Class Config

Response for getting WbI configurations in a location

Inheritance
object
Config
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 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

DisableWorkbenchLegacyCreation

Output only. Flag to disable the creation of legacy Workbench notebooks (User-managed notebooks and Google-managed notebooks).

Declaration
[JsonProperty("disableWorkbenchLegacyCreation")]
public virtual bool? DisableWorkbenchLegacyCreation { get; set; }
Property Value
Type Description
bool?

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX