Skip to content

Commit 25622f8

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
chore: fix doc wording in list_features()
PiperOrigin-RevId: 706859826
1 parent dab0703 commit 25622f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vertexai/resources/preview/feature_store/feature_group.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -383,13 +383,13 @@ def list_features(
383383
384384
Args:
385385
project:
386-
Project to create feature in. If unset, the project set in
386+
Project to list features in. If unset, the project set in
387387
aiplatform.init will be used.
388388
location:
389-
Location to create feature in. If not set, location set in
389+
Location to list features in. If not set, location set in
390390
aiplatform.init will be used.
391391
credentials:
392-
Custom credentials to use to create this feature. Overrides
392+
Custom credentials to use to list features. Overrides
393393
credentials set in aiplatform.init.
394394
395395
Returns:

0 commit comments

Comments
 (0)