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
Methods
__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.
Generated from protobuf field repeated .google.cloud.aiplatform.v1.Model models = 1;
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.
Generated from protobuf field repeated .google.cloud.aiplatform.v1.Model models = 1;
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.
Generated from protobuf field string next_page_token = 2;
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A token to retrieve the next page of results.
Pass to ListModelVersionsRequest.page_token to obtain that page.
Generated from protobuf field string next_page_token = 2;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |