GoogleCloudAiplatformV1LineageSubgraph constructor

GoogleCloudAiplatformV1LineageSubgraph({
  1. List<GoogleCloudAiplatformV1Artifact>? artifacts,
  2. List<GoogleCloudAiplatformV1Event>? events,
  3. List<GoogleCloudAiplatformV1Execution>? executions,
})

Implementation

GoogleCloudAiplatformV1LineageSubgraph({
  this.artifacts,
  this.events,
  this.executions,
});