View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1AssignNotebookRuntimeRequest (google_api_ai_platform v0.13.0)
Request message for NotebookService.AssignNotebookRuntime.
Attributes
-
notebookRuntime
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NotebookRuntime.t
, default:nil
) - Required. Provide runtime specific information (e.g. runtime owner, notebook id) used for NotebookRuntime assignment. -
notebookRuntimeId
(type:String.t
, default:nil
) - Optional. User specified ID for the notebook runtime. -
notebookRuntimeTemplate
(type:String.t
, default:nil
) - Required. The resource name of the NotebookRuntimeTemplate based on which a NotebookRuntime will be assigned (reuse or create a new one).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1AssignNotebookRuntimeRequest{ notebookRuntime: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NotebookRuntime.t() | nil, notebookRuntimeId: String.t() | nil, notebookRuntimeTemplate: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.