public final class DataLabelingServiceGrpc
Service for the AI Platform Data Labeling API.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value
Static Methods
getCreateAnnotationSpecSetMethod()
public static MethodDescriptor<CreateAnnotationSpecSetRequest,AnnotationSpecSet> getCreateAnnotationSpecSetMethod()
Returns
getCreateDatasetMethod()
public static MethodDescriptor<CreateDatasetRequest,Dataset> getCreateDatasetMethod()
Returns
getCreateEvaluationJobMethod()
public static MethodDescriptor<CreateEvaluationJobRequest,EvaluationJob> getCreateEvaluationJobMethod()
Returns
getCreateInstructionMethod()
public static MethodDescriptor<CreateInstructionRequest,Operation> getCreateInstructionMethod()
Returns
getDeleteAnnotatedDatasetMethod()
public static MethodDescriptor<DeleteAnnotatedDatasetRequest,Empty> getDeleteAnnotatedDatasetMethod()
Returns
getDeleteAnnotationSpecSetMethod()
public static MethodDescriptor<DeleteAnnotationSpecSetRequest,Empty> getDeleteAnnotationSpecSetMethod()
Returns
getDeleteDatasetMethod()
public static MethodDescriptor<DeleteDatasetRequest,Empty> getDeleteDatasetMethod()
Returns
getDeleteEvaluationJobMethod()
public static MethodDescriptor<DeleteEvaluationJobRequest,Empty> getDeleteEvaluationJobMethod()
Returns
getDeleteInstructionMethod()
public static MethodDescriptor<DeleteInstructionRequest,Empty> getDeleteInstructionMethod()
Returns
getExportDataMethod()
public static MethodDescriptor<ExportDataRequest,Operation> getExportDataMethod()
Returns
getGetAnnotatedDatasetMethod()
public static MethodDescriptor<GetAnnotatedDatasetRequest,AnnotatedDataset> getGetAnnotatedDatasetMethod()
Returns
getGetAnnotationSpecSetMethod()
public static MethodDescriptor<GetAnnotationSpecSetRequest,AnnotationSpecSet> getGetAnnotationSpecSetMethod()
Returns
getGetDataItemMethod()
public static MethodDescriptor<GetDataItemRequest,DataItem> getGetDataItemMethod()
Returns
getGetDatasetMethod()
public static MethodDescriptor<GetDatasetRequest,Dataset> getGetDatasetMethod()
Returns
getGetEvaluationJobMethod()
public static MethodDescriptor<GetEvaluationJobRequest,EvaluationJob> getGetEvaluationJobMethod()
Returns
getGetEvaluationMethod()
public static MethodDescriptor<GetEvaluationRequest,Evaluation> getGetEvaluationMethod()
Returns
getGetExampleMethod()
public static MethodDescriptor<GetExampleRequest,Example> getGetExampleMethod()
Returns
getGetInstructionMethod()
public static MethodDescriptor<GetInstructionRequest,Instruction> getGetInstructionMethod()
Returns
getImportDataMethod()
public static MethodDescriptor<ImportDataRequest,Operation> getImportDataMethod()
Returns
getLabelImageMethod()
public static MethodDescriptor<LabelImageRequest,Operation> getLabelImageMethod()
Returns
getLabelTextMethod()
public static MethodDescriptor<LabelTextRequest,Operation> getLabelTextMethod()
Returns
getLabelVideoMethod()
public static MethodDescriptor<LabelVideoRequest,Operation> getLabelVideoMethod()
Returns
getListAnnotatedDatasetsMethod()
public static MethodDescriptor<ListAnnotatedDatasetsRequest,ListAnnotatedDatasetsResponse> getListAnnotatedDatasetsMethod()
Returns
getListAnnotationSpecSetsMethod()
public static MethodDescriptor<ListAnnotationSpecSetsRequest,ListAnnotationSpecSetsResponse> getListAnnotationSpecSetsMethod()
Returns
getListDataItemsMethod()
public static MethodDescriptor<ListDataItemsRequest,ListDataItemsResponse> getListDataItemsMethod()
Returns
getListDatasetsMethod()
public static MethodDescriptor<ListDatasetsRequest,ListDatasetsResponse> getListDatasetsMethod()
Returns
getListEvaluationJobsMethod()
public static MethodDescriptor<ListEvaluationJobsRequest,ListEvaluationJobsResponse> getListEvaluationJobsMethod()
Returns
getListExamplesMethod()
public static MethodDescriptor<ListExamplesRequest,ListExamplesResponse> getListExamplesMethod()
Returns
getListInstructionsMethod()
public static MethodDescriptor<ListInstructionsRequest,ListInstructionsResponse> getListInstructionsMethod()
Returns
getPauseEvaluationJobMethod()
public static MethodDescriptor<PauseEvaluationJobRequest,Empty> getPauseEvaluationJobMethod()
Returns
getResumeEvaluationJobMethod()
public static MethodDescriptor<ResumeEvaluationJobRequest,Empty> getResumeEvaluationJobMethod()
Returns
getSearchEvaluationsMethod()
public static MethodDescriptor<SearchEvaluationsRequest,SearchEvaluationsResponse> getSearchEvaluationsMethod()
Returns
getSearchExampleComparisonsMethod()
public static MethodDescriptor<SearchExampleComparisonsRequest,SearchExampleComparisonsResponse> getSearchExampleComparisonsMethod()
Returns
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns
Type | Description |
io.grpc.ServiceDescriptor | |
getUpdateEvaluationJobMethod()
public static MethodDescriptor<UpdateEvaluationJobRequest,EvaluationJob> getUpdateEvaluationJobMethod()
Returns
newBlockingStub(Channel channel)
public static DataLabelingServiceGrpc.DataLabelingServiceBlockingStub 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
|
Returns
newFutureStub(Channel channel)
public static DataLabelingServiceGrpc.DataLabelingServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter
Name | Description |
channel | io.grpc.Channel
|
Returns
newStub(Channel channel)
public static DataLabelingServiceGrpc.DataLabelingServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter
Name | Description |
channel | io.grpc.Channel
|
Returns