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

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

Response message for GkeInferenceQuickstart.FetchModelServers.

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

Namespace

Google \ Cloud \ GkeRecommender \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ model_servers array

Output only. List of available model servers. Open-source model servers use simplified, lowercase names (e.g., vllm).

↳ next_page_token string

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

getModelServers

Output only. List of available model servers. Open-source model servers use simplified, lowercase names (e.g., vllm).

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setModelServers

Output only. List of available model servers. Open-source model servers use simplified, lowercase names (e.g., vllm).

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

getNextPageToken

Output only. A token which may be sent as page_token in a subsequent FetchModelServersResponse 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 FetchModelServersResponse 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