GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NotebookSoftwareConfig (google_api_ai_platform v0.27.0)
View SourceNotebook Software Config.
Attributes
-
env
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1EnvVar.t)
, default:nil
) - Optional. Environment variables to be passed to the container. Maximum limit is 100. -
postStartupScriptConfig
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PostStartupScriptConfig.t
, default:nil
) - Optional. Post startup script config.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NotebookSoftwareConfig{ env: [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1EnvVar.t()] | nil, postStartupScriptConfig: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PostStartupScriptConfig.t() | nil }