See https://firebase.google.com/docs/ml/manage-hosted-models#list_your_projects_models |
| pageSize | number | The number of results to return in each page. |
| pageToken | string | A token that specifies the result page to return. |
ListModelsOptions.filter
An expression that specifies how to filter the results.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-29 UTC."],[],[],null,["# ListModelsOptions interface\n\nInterface representing options for listing Models.\n\n**Signature:** \n\n export interface ListModelsOptions \n\nProperties\n----------\n\n| Property | Type | Description |\n|------------------------------------------------------------------------------------------|--------|------------------------------------------------------------------|\n| [filter](./firebase-admin.machine-learning.listmodelsoptions.md#listmodelsoptionsfilter) | string | An expression that specifies how to filter the results.Examples: |\n\n display_name = your_model\n display_name : experimental_*\n tags: face_detector AND tags: experimental\n state.published = true\n\nSee https://firebase.google.com/docs/ml/manage-hosted-models#list_your_projects_models \\|\n\\| [pageSize](./firebase-admin.machine-learning.listmodelsoptions.md#listmodelsoptionspagesize) \\| number \\| The number of results to return in each page. \\|\n\\| [pageToken](./firebase-admin.machine-learning.listmodelsoptions.md#listmodelsoptionspagetoken) \\| string \\| A token that specifies the result page to return. \\|\n\nListModelsOptions.filter\n------------------------\n\nAn expression that specifies how to filter the results.\n\nExamples: \n\n display_name = your_model\n display_name : experimental_*\n tags: face_detector AND tags: experimental\n state.published = true\n\nSee https://firebase.google.com/docs/ml/manage-hosted-models#list_your_projects_models\n\n**Signature:** \n\n filter?: string;\n\nListModelsOptions.pageSize\n--------------------------\n\nThe number of results to return in each page.\n\n**Signature:** \n\n pageSize?: number;\n\nListModelsOptions.pageToken\n---------------------------\n\nA token that specifies the result page to return.\n\n**Signature:** \n\n pageToken?: string;"]]