Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ListModelVersionsResponse.
Response message for ModelService.ListModelVersions
Generated from protobuf message google.cloud.aiplatform.v1.ListModelVersionsResponse
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ models |
array<Google\Cloud\AIPlatform\V1\Model>
List of Model versions in the requested page. In the returned Model name field, version ID instead of regvision tag will be included. |
↳ next_page_token |
string
A token to retrieve the next page of results. Pass to ListModelVersionsRequest.page_token to obtain that page. |
getModels
List of Model versions in the requested page.
In the returned Model name field, version ID instead of regvision tag will be included.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setModels
List of Model versions in the requested page.
In the returned Model name field, version ID instead of regvision tag will be included.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\AIPlatform\V1\Model>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A token to retrieve the next page of results.
Pass to ListModelVersionsRequest.page_token to obtain that page.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A token to retrieve the next page of results.
Pass to ListModelVersionsRequest.page_token to obtain that page.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |