bigqueryReadInstances = $bigqueryReadInstances; } /** * @return GoogleCloudAiplatformV1BigQuerySource */ public function getBigqueryReadInstances() { return $this->bigqueryReadInstances; } /** * @param GoogleCloudAiplatformV1CsvSource */ public function setCsvReadInstances(GoogleCloudAiplatformV1CsvSource $csvReadInstances) { $this->csvReadInstances = $csvReadInstances; } /** * @return GoogleCloudAiplatformV1CsvSource */ public function getCsvReadInstances() { return $this->csvReadInstances; } /** * @param GoogleCloudAiplatformV1FeatureValueDestination */ public function setDestination(GoogleCloudAiplatformV1FeatureValueDestination $destination) { $this->destination = $destination; } /** * @return GoogleCloudAiplatformV1FeatureValueDestination */ public function getDestination() { return $this->destination; } /** * @param GoogleCloudAiplatformV1BatchReadFeatureValuesRequestEntityTypeSpec[] */ public function setEntityTypeSpecs($entityTypeSpecs) { $this->entityTypeSpecs = $entityTypeSpecs; } /** * @return GoogleCloudAiplatformV1BatchReadFeatureValuesRequestEntityTypeSpec[] */ public function getEntityTypeSpecs() { return $this->entityTypeSpecs; } /** * @param GoogleCloudAiplatformV1BatchReadFeatureValuesRequestPassThroughField[] */ public function setPassThroughFields($passThroughFields) { $this->passThroughFields = $passThroughFields; } /** * @return GoogleCloudAiplatformV1BatchReadFeatureValuesRequestPassThroughField[] */ public function getPassThroughFields() { return $this->passThroughFields; } /** * @param string */ public function setStartTime($startTime) { $this->startTime = $startTime; } /** * @return string */ public function getStartTime() { return $this->startTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1BatchReadFeatureValuesRequest::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1BatchReadFeatureValuesRequest');