diff --git a/google/cloud/aiplatform/featurestore/entity_type.py b/google/cloud/aiplatform/featurestore/entity_type.py index 7d700ac2b3..edd0c7433b 100644 --- a/google/cloud/aiplatform/featurestore/entity_type.py +++ b/google/cloud/aiplatform/featurestore/entity_type.py @@ -1101,9 +1101,10 @@ def ingest_from_gcs( higher than millisecond precision. gcs_source_uris (Union[str, List[str]]): Required. Google Cloud Storage URI(-s) to the - input file(s). - - Examples: + input file(s). May contain wildcards. For more + information on wildcards, see + https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames. + Example: ["gs://my_bucket/my_file_1.csv", "gs://my_bucket/my_file_2.csv"] or "gs://my_bucket/my_file.avro"