GoogleCloudAiplatformV1NotebookExecutionJobDataformRepositorySource constructor

GoogleCloudAiplatformV1NotebookExecutionJobDataformRepositorySource({
  1. String? commitSha,
  2. String? dataformRepositoryResourceName,
})

Implementation

GoogleCloudAiplatformV1NotebookExecutionJobDataformRepositorySource({
  this.commitSha,
  this.dataformRepositoryResourceName,
});