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 \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ model_servers
string[]
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
).
setModelServers
Output only. List of available model servers. Open-source model servers use
simplified, lowercase names (e.g., vllm
).
var
string[]
$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.
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.
var
string
$this

