ListModelsResult interface
Stay organized with collections
Save and categorize content based on your preferences.
Response object for a listModels operation.
Signature:
export interface ListModelsResult
Properties
Property |
Type |
Description |
models |
Model[] |
A list of models in your project. |
pageToken |
string |
A token you can use to retrieve the next page of results. If null, the current page is the final page. |
ListModelsResult.models
A list of models in your project.
Signature:
readonly models: Model[];
ListModelsResult.pageToken
A token you can use to retrieve the next page of results. If null, the current page is the final page.
Signature:
readonly pageToken?: string;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-29 UTC.
[null,null,["Last updated 2022-07-29 UTC."],[],[],null,["Response object for a listModels operation.\n\n**Signature:** \n\n export interface ListModelsResult \n\nProperties\n\nListModelsResult.models\n\nA list of models in your project.\n\n**Signature:** \n\n readonly models: Model[];\n\nListModelsResult.pageToken\n\nA token you can use to retrieve the next page of results. If null, the current page is the final page.\n\n**Signature:** \n\n readonly pageToken?: string;"]]