GoogleCloudAiplatformV1CreateNotebookExecutionJobRequest constructor

GoogleCloudAiplatformV1CreateNotebookExecutionJobRequest({
  1. GoogleCloudAiplatformV1NotebookExecutionJob? notebookExecutionJob,
  2. String? notebookExecutionJobId,
  3. String? parent,
})

Implementation

GoogleCloudAiplatformV1CreateNotebookExecutionJobRequest({
  this.notebookExecutionJob,
  this.notebookExecutionJobId,
  this.parent,
});