GoogleApi.Notebooks.V2.Model.Config (google_api_notebooks v0.16.0)
View SourceResponse for getting WbI configurations in a location
Attributes
-
availableImages(type:list(GoogleApi.Notebooks.V2.Model.ImageRelease.t), default:nil) - Output only. The list of available images to create a WbI. -
defaultValues(type:GoogleApi.Notebooks.V2.Model.DefaultValues.t, default:nil) - Output only. The default values for configuration. -
disableWorkbenchLegacyCreation(type:boolean(), default:nil) - Output only. Flag to disable the creation of legacy Workbench notebooks (User-managed notebooks and Google-managed notebooks). -
supportedValues(type:GoogleApi.Notebooks.V2.Model.SupportedValues.t, default:nil) - Output only. The supported values for configuration.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Notebooks.V2.Model.Config{ availableImages: [GoogleApi.Notebooks.V2.Model.ImageRelease.t()] | nil, defaultValues: GoogleApi.Notebooks.V2.Model.DefaultValues.t() | nil, disableWorkbenchLegacyCreation: boolean() | nil, supportedValues: GoogleApi.Notebooks.V2.Model.SupportedValues.t() | nil }