GKE Recommender V1 API - Class Google::Cloud::GkeRecommender::V1::FetchModelsResponse (v0.1.0)

Reference documentation and code samples for the GKE Recommender V1 API class Google::Cloud::GkeRecommender::V1::FetchModelsResponse.

Response message for GkeInferenceQuickstart.FetchModels.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#models

def models() -> ::Array<::String>
Returns
  • (::Array<::String>) — Output only. List of available models. Open-source models follow the Huggingface Hub owner/model_name format.

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — Output only. A token which may be sent as [page_token][FetchModelsResponse.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.