tensorboardTimeSeriesId = $tensorboardTimeSeriesId; } /** * @return string */ public function getTensorboardTimeSeriesId() { return $this->tensorboardTimeSeriesId; } /** * @param string */ public function setValueType($valueType) { $this->valueType = $valueType; } /** * @return string */ public function getValueType() { return $this->valueType; } /** * @param GoogleCloudAiplatformV1TimeSeriesDataPoint[] */ public function setValues($values) { $this->values = $values; } /** * @return GoogleCloudAiplatformV1TimeSeriesDataPoint[] */ public function getValues() { return $this->values; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1TimeSeriesData::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1TimeSeriesData');