dataFormat = $dataFormat; } /** * @return self::DATA_FORMAT_* */ public function getDataFormat() { return $this->dataFormat; } /** * The Cloud Storage location for the input instances. * * @param GoogleCloudAiplatformV1GcsSource $gcsSource */ public function setGcsSource(GoogleCloudAiplatformV1GcsSource $gcsSource) { $this->gcsSource = $gcsSource; } /** * @return GoogleCloudAiplatformV1GcsSource */ public function getGcsSource() { return $this->gcsSource; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1ExamplesExampleGcsSource::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1ExamplesExampleGcsSource');