Google Cloud Ai Platform V1 Client - Class ListModelVersionsResponse (0.20.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var array<Google\Cloud\AIPlatform\V1\Model>
Returns
TypeDescription
$this

getNextPageToken

A token to retrieve the next page of results.

Pass to ListModelVersionsRequest.page_token to obtain that page.

Returns
TypeDescription
string

setNextPageToken

A token to retrieve the next page of results.

Pass to ListModelVersionsRequest.page_token to obtain that page.

Parameter
NameDescription
var string
Returns
TypeDescription
$this