artifacts = $artifacts; } /** * @return GoogleCloudAiplatformV1Artifact[] */ public function getArtifacts() { return $this->artifacts; } /** * @param GoogleCloudAiplatformV1Event[] */ public function setEvents($events) { $this->events = $events; } /** * @return GoogleCloudAiplatformV1Event[] */ public function getEvents() { return $this->events; } /** * @param GoogleCloudAiplatformV1Execution[] */ public function setExecutions($executions) { $this->executions = $executions; } /** * @return GoogleCloudAiplatformV1Execution[] */ public function getExecutions() { return $this->executions; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1LineageSubgraph::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1LineageSubgraph');