Package viam.app.mltraining.v1
Class MLTrainingServiceGrpc
java.lang.Object
viam.app.mltraining.v1.MLTrainingServiceGrpc
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static final class
A stub to allow clients to do synchronous rpc calls to service MLTrainingService.static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service MLTrainingService.static class
Base class for the server implementation of the service MLTrainingService.static final class
A stub to allow clients to do asynchronous rpc calls to service MLTrainingService. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinition
static io.grpc.MethodDescriptor<MlTraining.CancelTrainingJobRequest,
MlTraining.CancelTrainingJobResponse> static io.grpc.MethodDescriptor<MlTraining.DeleteCompletedTrainingJobRequest,
MlTraining.DeleteCompletedTrainingJobResponse> static io.grpc.MethodDescriptor<MlTraining.GetTrainingJobLogsRequest,
MlTraining.GetTrainingJobLogsResponse> static io.grpc.MethodDescriptor<MlTraining.GetTrainingJobRequest,
MlTraining.GetTrainingJobResponse> static io.grpc.MethodDescriptor<MlTraining.ListTrainingJobsRequest,
MlTraining.ListTrainingJobsResponse> static io.grpc.ServiceDescriptor
static io.grpc.MethodDescriptor<MlTraining.SubmitCustomTrainingJobRequest,
MlTraining.SubmitCustomTrainingJobResponse> static io.grpc.MethodDescriptor<MlTraining.SubmitTrainingJobRequest,
MlTraining.SubmitTrainingJobResponse> newBlockingStub
(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub
(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub
(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getSubmitTrainingJobMethod
public static io.grpc.MethodDescriptor<MlTraining.SubmitTrainingJobRequest,MlTraining.SubmitTrainingJobResponse> getSubmitTrainingJobMethod() -
getSubmitCustomTrainingJobMethod
public static io.grpc.MethodDescriptor<MlTraining.SubmitCustomTrainingJobRequest,MlTraining.SubmitCustomTrainingJobResponse> getSubmitCustomTrainingJobMethod() -
getGetTrainingJobMethod
public static io.grpc.MethodDescriptor<MlTraining.GetTrainingJobRequest,MlTraining.GetTrainingJobResponse> getGetTrainingJobMethod() -
getListTrainingJobsMethod
public static io.grpc.MethodDescriptor<MlTraining.ListTrainingJobsRequest,MlTraining.ListTrainingJobsResponse> getListTrainingJobsMethod() -
getCancelTrainingJobMethod
public static io.grpc.MethodDescriptor<MlTraining.CancelTrainingJobRequest,MlTraining.CancelTrainingJobResponse> getCancelTrainingJobMethod() -
getDeleteCompletedTrainingJobMethod
public static io.grpc.MethodDescriptor<MlTraining.DeleteCompletedTrainingJobRequest,MlTraining.DeleteCompletedTrainingJobResponse> getDeleteCompletedTrainingJobMethod() -
getGetTrainingJobLogsMethod
public static io.grpc.MethodDescriptor<MlTraining.GetTrainingJobLogsRequest,MlTraining.GetTrainingJobLogsResponse> getGetTrainingJobLogsMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static MLTrainingServiceGrpc.MLTrainingServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static MLTrainingServiceGrpc.MLTrainingServiceFutureStub newFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(MLTrainingServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-