public sealed class FetchModelServersResponse : IPageResponse<string>, IEnumerable<string>, IEnumerable, IMessage<FetchModelServersResponse>, IEquatable<FetchModelServersResponse>, IDeepCloneable<FetchModelServersResponse>, IBufferMessage, IMessageReference documentation and code samples for the GKE Recommender v1 API class FetchModelServersResponse.
Response message for [GkeInferenceQuickstart.FetchModelServers][google.cloud.gkerecommender.v1.GkeInferenceQuickstart.FetchModelServers].
Implements
IPageResponsestring, IEnumerablestring, IEnumerable, IMessageFetchModelServersResponse, IEquatableFetchModelServersResponse, IDeepCloneableFetchModelServersResponse, IBufferMessage, IMessageNamespace
Google.Cloud.GkeRecommender.V1Assembly
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 |
|