artifact = $artifact; } /** * @return string */ public function getArtifact() { return $this->artifact; } /** * @param string */ public function setEventTime($eventTime) { $this->eventTime = $eventTime; } /** * @return string */ public function getEventTime() { return $this->eventTime; } /** * @param string */ public function setExecution($execution) { $this->execution = $execution; } /** * @return string */ public function getExecution() { return $this->execution; } /** * @param string[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1Event::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1Event');