GoogleCloudAiplatformV1AssignNotebookRuntimeRequest constructor

GoogleCloudAiplatformV1AssignNotebookRuntimeRequest({
  1. GoogleCloudAiplatformV1NotebookRuntime? notebookRuntime,
  2. String? notebookRuntimeId,
  3. String? notebookRuntimeTemplate,
})

Implementation

GoogleCloudAiplatformV1AssignNotebookRuntimeRequest({
  this.notebookRuntime,
  this.notebookRuntimeId,
  this.notebookRuntimeTemplate,
});