entityId = $entityId; } /** * @return string */ public function getEntityId() { return $this->entityId; } /** * Required. Feature values to be written, mapping from Feature ID to value. * Up to 100,000 `feature_values` entries may be written across all payloads. * The feature generation time, aligned by days, must be no older than five * years (1825 days) and no later than one year (366 days) in the future. * * @param GoogleCloudAiplatformV1FeatureValue[] $featureValues */ public function setFeatureValues($featureValues) { $this->featureValues = $featureValues; } /** * @return GoogleCloudAiplatformV1FeatureValue[] */ public function getFeatureValues() { return $this->featureValues; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1WriteFeatureValuesPayload::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1WriteFeatureValuesPayload');