All Methods Static Methods Concrete Methods
Modifier and Type |
Method |
Description |
static io.grpc.ServerServiceDefinition |
bindService(ModelServiceGrpc.AsyncService service) |
|
static io.grpc.MethodDescriptor<BatchImportEvaluatedAnnotationsRequest,BatchImportEvaluatedAnnotationsResponse> |
getBatchImportEvaluatedAnnotationsMethod() |
|
static io.grpc.MethodDescriptor<BatchImportModelEvaluationSlicesRequest,BatchImportModelEvaluationSlicesResponse> |
getBatchImportModelEvaluationSlicesMethod() |
|
static io.grpc.MethodDescriptor<CopyModelRequest,com.google.longrunning.Operation> |
getCopyModelMethod() |
|
static io.grpc.MethodDescriptor<DeleteModelRequest,com.google.longrunning.Operation> |
getDeleteModelMethod() |
|
static io.grpc.MethodDescriptor<DeleteModelVersionRequest,com.google.longrunning.Operation> |
getDeleteModelVersionMethod() |
|
static io.grpc.MethodDescriptor<ExportModelRequest,com.google.longrunning.Operation> |
getExportModelMethod() |
|
static io.grpc.MethodDescriptor<GetModelEvaluationRequest,ModelEvaluation> |
getGetModelEvaluationMethod() |
|
static io.grpc.MethodDescriptor<GetModelEvaluationSliceRequest,ModelEvaluationSlice> |
getGetModelEvaluationSliceMethod() |
|
static io.grpc.MethodDescriptor<GetModelRequest,Model> |
getGetModelMethod() |
|
static io.grpc.MethodDescriptor<ImportModelEvaluationRequest,ModelEvaluation> |
getImportModelEvaluationMethod() |
|
static io.grpc.MethodDescriptor<ListModelEvaluationSlicesRequest,ListModelEvaluationSlicesResponse> |
getListModelEvaluationSlicesMethod() |
|
static io.grpc.MethodDescriptor<ListModelEvaluationsRequest,ListModelEvaluationsResponse> |
getListModelEvaluationsMethod() |
|
static io.grpc.MethodDescriptor<ListModelsRequest,ListModelsResponse> |
getListModelsMethod() |
|
static io.grpc.MethodDescriptor<ListModelVersionsRequest,ListModelVersionsResponse> |
getListModelVersionsMethod() |
|
static io.grpc.MethodDescriptor<MergeVersionAliasesRequest,Model> |
getMergeVersionAliasesMethod() |
|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
|
static io.grpc.MethodDescriptor<UpdateExplanationDatasetRequest,com.google.longrunning.Operation> |
getUpdateExplanationDatasetMethod() |
|
static io.grpc.MethodDescriptor<UpdateModelRequest,Model> |
getUpdateModelMethod() |
|
static io.grpc.MethodDescriptor<UploadModelRequest,com.google.longrunning.Operation> |
getUploadModelMethod() |
|
static ModelServiceGrpc.ModelServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel) |
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ModelServiceGrpc.ModelServiceFutureStub |
newFutureStub(io.grpc.Channel channel) |
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ModelServiceGrpc.ModelServiceStub |
newStub(io.grpc.Channel channel) |
Creates a new async stub that supports all call types for the service
|