Reference documentation and code samples for the GKE Recommender V1 API class Google::Cloud::GkeRecommender::V1::FetchModelServersResponse.
Response message for GkeInferenceQuickstart.FetchModelServers.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#model_servers
def model_servers() -> ::Array<::String> Returns
- (::Array<::String>) — Output only. List of available model servers. Open-source model servers use simplified, lowercase names (e.g.,
vllm).
#next_page_token
def next_page_token() -> ::String Returns
- (::String) — Output only. A token which may be sent as [page_token][FetchModelServersResponse.page_token] in a subsequent
FetchModelServersResponsecall to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return.