Classe LlmUtilityServiceGrpc (1.3.0)

public final class LlmUtilityServiceGrpc

Servizio per le funzioni di utilità correlate agli LLM.

Ereditarietà

java.lang.Object > LlmUtilityServiceGrpc

Campi statici

SERVICE_NAME

public static final String SERVICE_NAME
Valore campo
Tipo Description
String

Metodi statici

bindService(LlmUtilityServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(LlmUtilityServiceGrpc.AsyncService service)
Parametro
Nome Description
service LlmUtilityServiceGrpc.AsyncService
Restituisce
Tipo Description
io.grpc.ServerServiceDefinition

getComputeTokensMethod()

public static MethodDescriptor<ComputeTokensRequest,ComputeTokensResponse> getComputeTokensMethod()
Restituisce
Tipo Description
io.grpc.MethodDescriptor<ComputeTokensRequest,ComputeTokensResponse>

getCountTokensMethod()

public static MethodDescriptor<CountTokensRequest,CountTokensResponse> getCountTokensMethod()
Restituisce
Tipo Description
io.grpc.MethodDescriptor<CountTokensRequest,CountTokensResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Restituisce
Tipo Description
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static LlmUtilityServiceGrpc.LlmUtilityServiceBlockingStub newBlockingStub(Channel channel)

Crea un nuovo stub in stile blocco che supporta chiamate di output unari e di streaming sul servizio

Parametro
Nome Description
channel io.grpc.Channel
Restituisce
Tipo Description
LlmUtilityServiceGrpc.LlmUtilityServiceBlockingStub

newFutureStub(Channel channel)

public static LlmUtilityServiceGrpc.LlmUtilityServiceFutureStub newFutureStub(Channel channel)

Crea un nuovo stub in stile AscoltaableFuture che supporta chiamate unari sul servizio

Parametro
Nome Description
channel io.grpc.Channel
Restituisce
Tipo Description
LlmUtilityServiceGrpc.LlmUtilityServiceFutureStub

newStub(Channel channel)

public static LlmUtilityServiceGrpc.LlmUtilityServiceStub newStub(Channel channel)

Crea un nuovo stub asincrono che supporta tutti i tipi di chiamata per il servizio

Parametro
Nome Description
channel io.grpc.Channel
Restituisce
Tipo Description
LlmUtilityServiceGrpc.LlmUtilityServiceStub