Google Cloud Gke Recommender V1 Client - Class FetchModelServerVersionsResponse (0.1.0)

Reference documentation and code samples for the Google Cloud Gke Recommender V1 Client class FetchModelServerVersionsResponse.

Response message for GkeInferenceQuickstart.FetchModelServerVersions.

Generated from protobuf message google.cloud.gkerecommender.v1.FetchModelServerVersionsResponse

Namespace

Google \ Cloud \ GkeRecommender \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ model_server_versions array

Output only. A list of available model server versions.

↳ next_page_token string

Output only. A token which may be sent as page_token in a subsequent FetchModelServerVersionsResponse call to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return.

getModelServerVersions

Output only. A list of available model server versions.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setModelServerVersions

Output only. A list of available model server versions.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getNextPageToken

Output only. A token which may be sent as page_token in a subsequent FetchModelServerVersionsResponse call to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return.

Returns
Type Description
string

setNextPageToken

Output only. A token which may be sent as page_token in a subsequent FetchModelServerVersionsResponse call to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return.

Parameter
Name Description
var string
Returns
Type Description
$this