@@ -1788,7 +1788,7 @@ def list_models(
1788
1788
expand (`List[ExpandModelProperty_T]`, *optional*):
1789
1789
List properties to return in the response. When used, only the properties in the list will be returned.
1790
1790
This parameter cannot be used if `full`, `cardData` or `fetch_config` are passed.
1791
- Possible values are `"author"`, `"baseModels"`, `"cardData"`, `"childrenModelCount"`, `"config"`, `"createdAt"`, `"disabled"`, `"downloads"`, `"downloadsAllTime"`, `"gated"`, `"gguf"`, `"inference"`, `"lastModified"`, `"library_name"`, `"likes"`, `"mask_token"`, `"model-index"`, `"pipeline_tag"`, `"private"`, `"safetensors"`, `"sha"`, `"siblings"`, `"spaces"`, `"tags"`, `"transformersInfo"`, `"trendingScore"`, `"widgetData"`, `"usedStorage"`, `"resourceGroup"`.
1791
+ Possible values are `"author"`, `"baseModels"`, `"cardData"`, `"childrenModelCount"`, `"config"`, `"createdAt"`, `"disabled"`, `"downloads"`, `"downloadsAllTime"`, `"gated"`, `"gguf"`, `"inference"`, `"lastModified"`, `"library_name"`, `"likes"`, `"mask_token"`, `"model-index"`, `"pipeline_tag"`, `"private"`, `"safetensors"`, `"sha"`, `"siblings"`, `"spaces"`, `"tags"`, `"transformersInfo"`, `"trendingScore"`, `"widgetData"`, `"usedStorage"` and `"resourceGroup"`.
1792
1792
full (`bool`, *optional*):
1793
1793
Whether to fetch all model data, including the `last_modified`,
1794
1794
the `sha`, the files and the `tags`. This is set to `True` by
@@ -2008,7 +2008,7 @@ def list_datasets(
2008
2008
expand (`List[ExpandDatasetProperty_T]`, *optional*):
2009
2009
List properties to return in the response. When used, only the properties in the list will be returned.
2010
2010
This parameter cannot be used if `full` is passed.
2011
- Possible values are `"author"`, `"cardData"`, `"citation"`, `"createdAt"`, `"disabled"`, `"description"`, `"downloads"`, `"downloadsAllTime"`, `"gated"`, `"lastModified"`, `"likes"`, `"paperswithcode_id"`, `"private"`, `"siblings"`, `"sha"`, `"tags"`, `"trendingScore"`, `"usedStorage"`, `"resourceGroup"`.
2011
+ Possible values are `"author"`, `"cardData"`, `"citation"`, `"createdAt"`, `"disabled"`, `"description"`, `"downloads"`, `"downloadsAllTime"`, `"gated"`, `"lastModified"`, `"likes"`, `"paperswithcode_id"`, `"private"`, `"siblings"`, `"sha"`, `"tags"`, `"trendingScore"`, `"usedStorage"` and `"resourceGroup"`.
2012
2012
full (`bool`, *optional*):
2013
2013
Whether to fetch all dataset data, including the `last_modified`,
2014
2014
the `card_data` and the files. Can contain useful information such as the
0 commit comments