public interface FetchModelServersResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getModelServers(int index)
public abstract String getModelServers(int index) Output only. List of available model servers. Open-source model servers use
simplified, lowercase names (e.g., vllm).
repeated string model_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The modelServers at the given index. |
getModelServersBytes(int index)
public abstract ByteString getModelServersBytes(int index) Output only. List of available model servers. Open-source model servers use
simplified, lowercase names (e.g., vllm).
repeated string model_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the modelServers at the given index. |
getModelServersCount()
public abstract int getModelServersCount() Output only. List of available model servers. Open-source model servers use
simplified, lowercase names (e.g., vllm).
repeated string model_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The count of modelServers. |
getModelServersList()
public abstract List<String> getModelServersList() Output only. List of available model servers. Open-source model servers use
simplified, lowercase names (e.g., vllm).
repeated string model_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the modelServers. |
getNextPageToken()
public abstract String getNextPageToken() Output only. A token which may be sent as
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.
string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() Output only. A token which may be sent as
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.
string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |