Reference documentation and code samples for the Google Cloud Gke Recommender V1 Client class FetchModelsResponse.
Response message for GkeInferenceQuickstart.FetchModels .
Generated from protobuf message google.cloud.gkerecommender.v1.FetchModelsResponse
Namespace
Google \ Cloud \ GkeRecommender \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ models
string[]
Output only. List of available models. Open-source models follow the Huggingface Hub owner/model_name
format.
↳ next_page_token
string
Output only. A token which may be sent as page_token
in a subsequent FetchModelsResponse
call to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return.
getModels
Output only. List of available models. Open-source models follow the
Huggingface Hub owner/model_name
format.
setModels
Output only. List of available models. Open-source models follow the
Huggingface Hub owner/model_name
format.
var
string[]
$this
getNextPageToken
Output only. A token which may be sent as page_token
in a subsequent FetchModelsResponse
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 FetchModelsResponse
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

