public static final class LlmUtilityServiceGrpc.LlmUtilityServiceStub extends io.grpc.stub.AbstractAsyncStub<LlmUtilityServiceGrpc.LlmUtilityServiceStub>
Service for LLM related utility functions.
| Modifier and Type | Method and Description |
|---|---|
protected LlmUtilityServiceGrpc.LlmUtilityServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
computeTokens(ComputeTokensRequest request,
io.grpc.stub.StreamObserver<ComputeTokensResponse> responseObserver)
Return a list of tokens based on the input text.
|
protected LlmUtilityServiceGrpc.LlmUtilityServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<LlmUtilityServiceGrpc.LlmUtilityServiceStub>public void computeTokens(ComputeTokensRequest request, io.grpc.stub.StreamObserver<ComputeTokensResponse> responseObserver)
Return a list of tokens based on the input text.
Copyright © 2024 Google LLC. All rights reserved.