public static final class GroundedGenerationServiceGrpc.GroundedGenerationServiceStub extends AbstractAsyncStub<GroundedGenerationServiceGrpc.GroundedGenerationServiceStub>A stub to allow clients to do asynchronous rpc calls to service GroundedGenerationService.
Service for grounded generation.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > GroundedGenerationServiceGrpc.GroundedGenerationServiceStubMethods
build(Channel channel, CallOptions callOptions)
protected GroundedGenerationServiceGrpc.GroundedGenerationServiceStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
GroundedGenerationServiceGrpc.GroundedGenerationServiceStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
checkGrounding(CheckGroundingRequest request, StreamObserver<CheckGroundingResponse> responseObserver)
public void checkGrounding(CheckGroundingRequest request, StreamObserver<CheckGroundingResponse> responseObserver)Performs a grounding check.
| Parameters | |
|---|---|
| Name | Description |
request |
CheckGroundingRequest |
responseObserver |
io.grpc.stub.StreamObserver<CheckGroundingResponse> |