We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
list_features()
1 parent dab0703 commit 25622f8Copy full SHA for 25622f8
vertexai/resources/preview/feature_store/feature_group.py
@@ -383,13 +383,13 @@ def list_features(
383
384
Args:
385
project:
386
- Project to create feature in. If unset, the project set in
+ Project to list features in. If unset, the project set in
387
aiplatform.init will be used.
388
location:
389
- Location to create feature in. If not set, location set in
+ Location to list features in. If not set, location set in
390
391
credentials:
392
- Custom credentials to use to create this feature. Overrides
+ Custom credentials to use to list features. Overrides
393
credentials set in aiplatform.init.
394
395
Returns:
0 commit comments