public abstract class DataLabelingServiceStub implements BackgroundResource
Base stub class for the DataLabelingService service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
DataLabelingServiceStub()
public DataLabelingServiceStub()
Methods
close()
public abstract void close()
createAnnotationSpecSetCallable()
public UnaryCallable<CreateAnnotationSpecSetRequest,AnnotationSpecSet> createAnnotationSpecSetCallable()
createDatasetCallable()
public UnaryCallable<CreateDatasetRequest,Dataset> createDatasetCallable()
createEvaluationJobCallable()
public UnaryCallable<CreateEvaluationJobRequest,EvaluationJob> createEvaluationJobCallable()
createInstructionCallable()
public UnaryCallable<CreateInstructionRequest,Operation> createInstructionCallable()
createInstructionOperationCallable()
public OperationCallable<CreateInstructionRequest,Instruction,CreateInstructionMetadata> createInstructionOperationCallable()
deleteAnnotatedDatasetCallable()
public UnaryCallable<DeleteAnnotatedDatasetRequest,Empty> deleteAnnotatedDatasetCallable()
deleteAnnotationSpecSetCallable()
public UnaryCallable<DeleteAnnotationSpecSetRequest,Empty> deleteAnnotationSpecSetCallable()
deleteDatasetCallable()
public UnaryCallable<DeleteDatasetRequest,Empty> deleteDatasetCallable()
deleteEvaluationJobCallable()
public UnaryCallable<DeleteEvaluationJobRequest,Empty> deleteEvaluationJobCallable()
deleteInstructionCallable()
public UnaryCallable<DeleteInstructionRequest,Empty> deleteInstructionCallable()
exportDataCallable()
public UnaryCallable<ExportDataRequest,Operation> exportDataCallable()
exportDataOperationCallable()
public OperationCallable<ExportDataRequest,ExportDataOperationResponse,ExportDataOperationMetadata> exportDataOperationCallable()
getAnnotatedDatasetCallable()
public UnaryCallable<GetAnnotatedDatasetRequest,AnnotatedDataset> getAnnotatedDatasetCallable()
getAnnotationSpecSetCallable()
public UnaryCallable<GetAnnotationSpecSetRequest,AnnotationSpecSet> getAnnotationSpecSetCallable()
getDataItemCallable()
public UnaryCallable<GetDataItemRequest,DataItem> getDataItemCallable()
getDatasetCallable()
public UnaryCallable<GetDatasetRequest,Dataset> getDatasetCallable()
getEvaluationCallable()
public UnaryCallable<GetEvaluationRequest,Evaluation> getEvaluationCallable()
getEvaluationJobCallable()
public UnaryCallable<GetEvaluationJobRequest,EvaluationJob> getEvaluationJobCallable()
getExampleCallable()
public UnaryCallable<GetExampleRequest,Example> getExampleCallable()
getInstructionCallable()
public UnaryCallable<GetInstructionRequest,Instruction> getInstructionCallable()
getOperationsStub()
public OperationsStub getOperationsStub()
importDataCallable()
public UnaryCallable<ImportDataRequest,Operation> importDataCallable()
importDataOperationCallable()
public OperationCallable<ImportDataRequest,ImportDataOperationResponse,ImportDataOperationMetadata> importDataOperationCallable()
labelImageCallable()
public UnaryCallable<LabelImageRequest,Operation> labelImageCallable()
labelImageOperationCallable()
public OperationCallable<LabelImageRequest,AnnotatedDataset,LabelOperationMetadata> labelImageOperationCallable()
labelTextCallable()
public UnaryCallable<LabelTextRequest,Operation> labelTextCallable()
labelTextOperationCallable()
public OperationCallable<LabelTextRequest,AnnotatedDataset,LabelOperationMetadata> labelTextOperationCallable()
labelVideoCallable()
public UnaryCallable<LabelVideoRequest,Operation> labelVideoCallable()
labelVideoOperationCallable()
public OperationCallable<LabelVideoRequest,AnnotatedDataset,LabelOperationMetadata> labelVideoOperationCallable()
listAnnotatedDatasetsCallable()
public UnaryCallable<ListAnnotatedDatasetsRequest,ListAnnotatedDatasetsResponse> listAnnotatedDatasetsCallable()
listAnnotatedDatasetsPagedCallable()
public UnaryCallable<ListAnnotatedDatasetsRequest,DataLabelingServiceClient.ListAnnotatedDatasetsPagedResponse> listAnnotatedDatasetsPagedCallable()
listAnnotationSpecSetsCallable()
public UnaryCallable<ListAnnotationSpecSetsRequest,ListAnnotationSpecSetsResponse> listAnnotationSpecSetsCallable()
listAnnotationSpecSetsPagedCallable()
public UnaryCallable<ListAnnotationSpecSetsRequest,DataLabelingServiceClient.ListAnnotationSpecSetsPagedResponse> listAnnotationSpecSetsPagedCallable()
listDataItemsCallable()
public UnaryCallable<ListDataItemsRequest,ListDataItemsResponse> listDataItemsCallable()
listDataItemsPagedCallable()
public UnaryCallable<ListDataItemsRequest,DataLabelingServiceClient.ListDataItemsPagedResponse> listDataItemsPagedCallable()
listDatasetsCallable()
public UnaryCallable<ListDatasetsRequest,ListDatasetsResponse> listDatasetsCallable()
listDatasetsPagedCallable()
public UnaryCallable<ListDatasetsRequest,DataLabelingServiceClient.ListDatasetsPagedResponse> listDatasetsPagedCallable()
listEvaluationJobsCallable()
public UnaryCallable<ListEvaluationJobsRequest,ListEvaluationJobsResponse> listEvaluationJobsCallable()
listEvaluationJobsPagedCallable()
public UnaryCallable<ListEvaluationJobsRequest,DataLabelingServiceClient.ListEvaluationJobsPagedResponse> listEvaluationJobsPagedCallable()
listExamplesCallable()
public UnaryCallable<ListExamplesRequest,ListExamplesResponse> listExamplesCallable()
listExamplesPagedCallable()
public UnaryCallable<ListExamplesRequest,DataLabelingServiceClient.ListExamplesPagedResponse> listExamplesPagedCallable()
listInstructionsCallable()
public UnaryCallable<ListInstructionsRequest,ListInstructionsResponse> listInstructionsCallable()
listInstructionsPagedCallable()
public UnaryCallable<ListInstructionsRequest,DataLabelingServiceClient.ListInstructionsPagedResponse> listInstructionsPagedCallable()
pauseEvaluationJobCallable()
public UnaryCallable<PauseEvaluationJobRequest,Empty> pauseEvaluationJobCallable()
resumeEvaluationJobCallable()
public UnaryCallable<ResumeEvaluationJobRequest,Empty> resumeEvaluationJobCallable()
searchEvaluationsCallable()
public UnaryCallable<SearchEvaluationsRequest,SearchEvaluationsResponse> searchEvaluationsCallable()
searchEvaluationsPagedCallable()
public UnaryCallable<SearchEvaluationsRequest,DataLabelingServiceClient.SearchEvaluationsPagedResponse> searchEvaluationsPagedCallable()
searchExampleComparisonsCallable()
public UnaryCallable<SearchExampleComparisonsRequest,SearchExampleComparisonsResponse> searchExampleComparisonsCallable()
searchExampleComparisonsPagedCallable()
public UnaryCallable<SearchExampleComparisonsRequest,DataLabelingServiceClient.SearchExampleComparisonsPagedResponse> searchExampleComparisonsPagedCallable()
updateEvaluationJobCallable()
public UnaryCallable<UpdateEvaluationJobRequest,EvaluationJob> updateEvaluationJobCallable()