All Methods Static Methods Concrete Methods
Modifier and Type |
Method |
Description |
static io.grpc.ServerServiceDefinition |
bindService(DataLabelingServiceGrpc.AsyncService service) |
|
static io.grpc.MethodDescriptor<CreateAnnotationSpecSetRequest,AnnotationSpecSet> |
getCreateAnnotationSpecSetMethod() |
|
static io.grpc.MethodDescriptor<CreateDatasetRequest,Dataset> |
getCreateDatasetMethod() |
|
static io.grpc.MethodDescriptor<CreateEvaluationJobRequest,EvaluationJob> |
getCreateEvaluationJobMethod() |
|
static io.grpc.MethodDescriptor<CreateInstructionRequest,com.google.longrunning.Operation> |
getCreateInstructionMethod() |
|
static io.grpc.MethodDescriptor<DeleteAnnotatedDatasetRequest,com.google.protobuf.Empty> |
getDeleteAnnotatedDatasetMethod() |
|
static io.grpc.MethodDescriptor<DeleteAnnotationSpecSetRequest,com.google.protobuf.Empty> |
getDeleteAnnotationSpecSetMethod() |
|
static io.grpc.MethodDescriptor<DeleteDatasetRequest,com.google.protobuf.Empty> |
getDeleteDatasetMethod() |
|
static io.grpc.MethodDescriptor<DeleteEvaluationJobRequest,com.google.protobuf.Empty> |
getDeleteEvaluationJobMethod() |
|
static io.grpc.MethodDescriptor<DeleteInstructionRequest,com.google.protobuf.Empty> |
getDeleteInstructionMethod() |
|
static io.grpc.MethodDescriptor<ExportDataRequest,com.google.longrunning.Operation> |
getExportDataMethod() |
|
static io.grpc.MethodDescriptor<GetAnnotatedDatasetRequest,AnnotatedDataset> |
getGetAnnotatedDatasetMethod() |
|
static io.grpc.MethodDescriptor<GetAnnotationSpecSetRequest,AnnotationSpecSet> |
getGetAnnotationSpecSetMethod() |
|
static io.grpc.MethodDescriptor<GetDataItemRequest,DataItem> |
getGetDataItemMethod() |
|
static io.grpc.MethodDescriptor<GetDatasetRequest,Dataset> |
getGetDatasetMethod() |
|
static io.grpc.MethodDescriptor<GetEvaluationJobRequest,EvaluationJob> |
getGetEvaluationJobMethod() |
|
static io.grpc.MethodDescriptor<GetEvaluationRequest,Evaluation> |
getGetEvaluationMethod() |
|
static io.grpc.MethodDescriptor<GetExampleRequest,Example> |
getGetExampleMethod() |
|
static io.grpc.MethodDescriptor<GetInstructionRequest,Instruction> |
getGetInstructionMethod() |
|
static io.grpc.MethodDescriptor<ImportDataRequest,com.google.longrunning.Operation> |
getImportDataMethod() |
|
static io.grpc.MethodDescriptor<LabelImageRequest,com.google.longrunning.Operation> |
getLabelImageMethod() |
|
static io.grpc.MethodDescriptor<LabelTextRequest,com.google.longrunning.Operation> |
getLabelTextMethod() |
|
static io.grpc.MethodDescriptor<LabelVideoRequest,com.google.longrunning.Operation> |
getLabelVideoMethod() |
|
static io.grpc.MethodDescriptor<ListAnnotatedDatasetsRequest,ListAnnotatedDatasetsResponse> |
getListAnnotatedDatasetsMethod() |
|
static io.grpc.MethodDescriptor<ListAnnotationSpecSetsRequest,ListAnnotationSpecSetsResponse> |
getListAnnotationSpecSetsMethod() |
|
static io.grpc.MethodDescriptor<ListDataItemsRequest,ListDataItemsResponse> |
getListDataItemsMethod() |
|
static io.grpc.MethodDescriptor<ListDatasetsRequest,ListDatasetsResponse> |
getListDatasetsMethod() |
|
static io.grpc.MethodDescriptor<ListEvaluationJobsRequest,ListEvaluationJobsResponse> |
getListEvaluationJobsMethod() |
|
static io.grpc.MethodDescriptor<ListExamplesRequest,ListExamplesResponse> |
getListExamplesMethod() |
|
static io.grpc.MethodDescriptor<ListInstructionsRequest,ListInstructionsResponse> |
getListInstructionsMethod() |
|
static io.grpc.MethodDescriptor<PauseEvaluationJobRequest,com.google.protobuf.Empty> |
getPauseEvaluationJobMethod() |
|
static io.grpc.MethodDescriptor<ResumeEvaluationJobRequest,com.google.protobuf.Empty> |
getResumeEvaluationJobMethod() |
|
static io.grpc.MethodDescriptor<SearchEvaluationsRequest,SearchEvaluationsResponse> |
getSearchEvaluationsMethod() |
|
static io.grpc.MethodDescriptor<SearchExampleComparisonsRequest,SearchExampleComparisonsResponse> |
getSearchExampleComparisonsMethod() |
|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
|
static io.grpc.MethodDescriptor<UpdateEvaluationJobRequest,EvaluationJob> |
getUpdateEvaluationJobMethod() |
|
static DataLabelingServiceGrpc.DataLabelingServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel) |
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static DataLabelingServiceGrpc.DataLabelingServiceFutureStub |
newFutureStub(io.grpc.Channel channel) |
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static DataLabelingServiceGrpc.DataLabelingServiceStub |
newStub(io.grpc.Channel channel) |
Creates a new async stub that supports all call types for the service
|