public final class ConversationModelsGrpc
Manages a collection of models for human agent assistant.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
Type |
Description |
String |
|
Static Methods
bindService(ConversationModelsGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(ConversationModelsGrpc.AsyncService service)
Returns |
Type |
Description |
io.grpc.ServerServiceDefinition |
|
getCreateConversationModelEvaluationMethod()
public static MethodDescriptor<CreateConversationModelEvaluationRequest,Operation> getCreateConversationModelEvaluationMethod()
getCreateConversationModelMethod()
public static MethodDescriptor<CreateConversationModelRequest,Operation> getCreateConversationModelMethod()
getDeleteConversationModelMethod()
public static MethodDescriptor<DeleteConversationModelRequest,Operation> getDeleteConversationModelMethod()
getDeployConversationModelMethod()
public static MethodDescriptor<DeployConversationModelRequest,Operation> getDeployConversationModelMethod()
getGetConversationModelEvaluationMethod()
public static MethodDescriptor<GetConversationModelEvaluationRequest,ConversationModelEvaluation> getGetConversationModelEvaluationMethod()
getGetConversationModelMethod()
public static MethodDescriptor<GetConversationModelRequest,ConversationModel> getGetConversationModelMethod()
getListConversationModelEvaluationsMethod()
public static MethodDescriptor<ListConversationModelEvaluationsRequest,ListConversationModelEvaluationsResponse> getListConversationModelEvaluationsMethod()
getListConversationModelsMethod()
public static MethodDescriptor<ListConversationModelsRequest,ListConversationModelsResponse> getListConversationModelsMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
Type |
Description |
io.grpc.ServiceDescriptor |
|
getUndeployConversationModelMethod()
public static MethodDescriptor<UndeployConversationModelRequest,Operation> getUndeployConversationModelMethod()
newBlockingStub(Channel channel)
public static ConversationModelsGrpc.ConversationModelsBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newFutureStub(Channel channel)
public static ConversationModelsGrpc.ConversationModelsFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newStub(Channel channel)
public static ConversationModelsGrpc.ConversationModelsStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|