GoogleCloudAiplatformV1NotebookExecutionJob constructor

GoogleCloudAiplatformV1NotebookExecutionJob({
  1. String? createTime,
  2. GoogleCloudAiplatformV1NotebookExecutionJobCustomEnvironmentSpec? customEnvironmentSpec,
  3. GoogleCloudAiplatformV1NotebookExecutionJobDataformRepositorySource? dataformRepositorySource,
  4. GoogleCloudAiplatformV1NotebookExecutionJobDirectNotebookSource? directNotebookSource,
  5. String? displayName,
  6. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  7. String? executionTimeout,
  8. String? executionUser,
  9. GoogleCloudAiplatformV1NotebookExecutionJobGcsNotebookSource? gcsNotebookSource,
  10. String? gcsOutputUri,
  11. String? jobState,
  12. String? kernelName,
  13. Map<String, String>? labels,
  14. String? name,
  15. String? notebookRuntimeTemplateResourceName,
  16. String? scheduleResourceName,
  17. String? serviceAccount,
  18. GoogleRpcStatus? status,
  19. String? updateTime,
  20. GoogleCloudAiplatformV1NotebookExecutionJobWorkbenchRuntime? workbenchRuntime,
})

Implementation

GoogleCloudAiplatformV1NotebookExecutionJob({
  this.createTime,
  this.customEnvironmentSpec,
  this.dataformRepositorySource,
  this.directNotebookSource,
  this.displayName,
  this.encryptionSpec,
  this.executionTimeout,
  this.executionUser,
  this.gcsNotebookSource,
  this.gcsOutputUri,
  this.jobState,
  this.kernelName,
  this.labels,
  this.name,
  this.notebookRuntimeTemplateResourceName,
  this.scheduleResourceName,
  this.serviceAccount,
  this.status,
  this.updateTime,
  this.workbenchRuntime,
});