public static final class LlmUtilityServiceGrpc.LlmUtilityServiceBlockingStub extends AbstractBlockingStub<LlmUtilityServiceGrpc.LlmUtilityServiceBlockingStub>A stub to allow clients to do limited synchronous rpc calls to service LlmUtilityService.
Service for LLM related utility functions.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > LlmUtilityServiceGrpc.LlmUtilityServiceBlockingStubMethods
build(Channel channel, CallOptions callOptions)
protected LlmUtilityServiceGrpc.LlmUtilityServiceBlockingStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
LlmUtilityServiceGrpc.LlmUtilityServiceBlockingStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
computeTokens(ComputeTokensRequest request)
public ComputeTokensResponse computeTokens(ComputeTokensRequest request)Return a list of tokens based on the input text.
| Parameter | |
|---|---|
| Name | Description |
request |
ComputeTokensRequest |
| Returns | |
|---|---|
| Type | Description |
ComputeTokensResponse |
|