dataItemSchemaUri = $dataItemSchemaUri; } /** * @return string */ public function getDataItemSchemaUri() { return $this->dataItemSchemaUri; } /** * Google Cloud Storage Bucket name that contains the blob data of this * Dataset. * * @param string $gcsBucket */ public function setGcsBucket($gcsBucket) { $this->gcsBucket = $gcsBucket; } /** * @return string */ public function getGcsBucket() { return $this->gcsBucket; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1SchemaTextDatasetMetadata::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SchemaTextDatasetMetadata');