GKE Recommender v1 API - Class FetchModelServersResponse (1.0.0-beta01)

public sealed class FetchModelServersResponse : IPageResponse<string>, IEnumerable<string>, IEnumerable, IMessage<FetchModelServersResponse>, IEquatable<FetchModelServersResponse>, IDeepCloneable<FetchModelServersResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the GKE Recommender v1 API class FetchModelServersResponse.

Response message for [GkeInferenceQuickstart.FetchModelServers][google.cloud.gkerecommender.v1.GkeInferenceQuickstart.FetchModelServers].

Inheritance

object > FetchModelServersResponse

Namespace

Google.Cloud.GkeRecommender.V1

Assembly

Google.Cloud.GkeRecommender.V1.dll

Constructors

FetchModelServersResponse()

public FetchModelServersResponse()

FetchModelServersResponse(FetchModelServersResponse)

public FetchModelServersResponse(FetchModelServersResponse other)
Parameter
Name Description
other FetchModelServersResponse

Properties

ModelServers

public RepeatedField<string> ModelServers { get; }

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

Property Value
Type Description
RepeatedFieldstring

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<string> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorstring