Request message for
ModelService.ListModelVersions.
Attributes
Name
Description
name
str
Required. The name of the model to list
versions for.
page_size
int
The standard list page size.
page_token
str
The standard list page token. Typically obtained via
next_page_token
of the previous
ListModelVersions
call.
filter
str
An expression for filtering the results of the request. For
field names both snake_case and camelCase are supported.
- labels supports general map functions that is:
- labels.key=value - key:value equality
- \`labels.key:\* or labels:key - key existence
- A key including a space must be quoted.
labels."a key".
Some examples:
- labels.myKey="myValue"
read_mask
google.protobuf.field_mask_pb2.FieldMask
Mask specifying which fields to read.
order_by
str
A comma-separated list of fields to order by, sorted in
ascending order. Use "desc" after a field name for
descending. Supported fields:
- create_time
- update_time
Example: update_time asc, create_time desc.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-06-10 UTC."],[],[]]