We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b79348 + e002b27 commit ec24457Copy full SHA for ec24457
labelbox/client.py
@@ -892,7 +892,9 @@ def get_feature_schemas(self, name_contains) -> PaginatedCollection:
892
Fetches top level feature schemas with names that match the `name_contains` string
893
894
Args:
895
- name_contains (str): the string to search top level feature schema names by
+ name_contains (str): search filter for a name of a root feature schema
896
+ If present, results in a case insensitive 'like' search for feature schemas
897
+ If None, returns all top level feature schemas
898
Returns:
899
PaginatedCollection of FeatureSchemas with names that match `name_contains`
900
"""
0 commit comments