Send feedback
Class DataLabelingServiceStub (0.127.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.127.0 keyboard_arrow_down
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 ()
Returns
createDatasetCallable()
public UnaryCallable<CreateDatasetRequest , Dataset > createDatasetCallable ()
Returns
createEvaluationJobCallable()
public UnaryCallable<CreateEvaluationJobRequest , EvaluationJob > createEvaluationJobCallable ()
Returns
createInstructionCallable()
public UnaryCallable<CreateInstructionRequest , Operation > createInstructionCallable ()
Returns
createInstructionOperationCallable()
public OperationCallable<CreateInstructionRequest , Instruction , CreateInstructionMetadata > createInstructionOperationCallable ()
Returns
deleteAnnotatedDatasetCallable()
public UnaryCallable<DeleteAnnotatedDatasetRequest , Empty > deleteAnnotatedDatasetCallable ()
Returns
deleteAnnotationSpecSetCallable()
public UnaryCallable<DeleteAnnotationSpecSetRequest , Empty > deleteAnnotationSpecSetCallable ()
Returns
deleteDatasetCallable()
public UnaryCallable<DeleteDatasetRequest , Empty > deleteDatasetCallable ()
Returns
deleteEvaluationJobCallable()
public UnaryCallable<DeleteEvaluationJobRequest , Empty > deleteEvaluationJobCallable ()
Returns
deleteInstructionCallable()
public UnaryCallable<DeleteInstructionRequest , Empty > deleteInstructionCallable ()
Returns
exportDataCallable()
public UnaryCallable<ExportDataRequest , Operation > exportDataCallable ()
Returns
exportDataOperationCallable()
public OperationCallable<ExportDataRequest , ExportDataOperationResponse , ExportDataOperationMetadata > exportDataOperationCallable ()
Returns
getAnnotatedDatasetCallable()
public UnaryCallable<GetAnnotatedDatasetRequest , AnnotatedDataset > getAnnotatedDatasetCallable ()
Returns
getAnnotationSpecSetCallable()
public UnaryCallable<GetAnnotationSpecSetRequest , AnnotationSpecSet > getAnnotationSpecSetCallable ()
Returns
getDataItemCallable()
public UnaryCallable<GetDataItemRequest , DataItem > getDataItemCallable ()
Returns
getDatasetCallable()
public UnaryCallable<GetDatasetRequest , Dataset > getDatasetCallable ()
Returns
getEvaluationCallable()
public UnaryCallable<GetEvaluationRequest , Evaluation > getEvaluationCallable ()
Returns
getEvaluationJobCallable()
public UnaryCallable<GetEvaluationJobRequest , EvaluationJob > getEvaluationJobCallable ()
Returns
getExampleCallable()
public UnaryCallable<GetExampleRequest , Example > getExampleCallable ()
Returns
getInstructionCallable()
public UnaryCallable<GetInstructionRequest , Instruction > getInstructionCallable ()
Returns
getOperationsStub()
public OperationsStub getOperationsStub ()
Returns
importDataCallable()
public UnaryCallable<ImportDataRequest , Operation > importDataCallable ()
Returns
importDataOperationCallable()
public OperationCallable<ImportDataRequest , ImportDataOperationResponse , ImportDataOperationMetadata > importDataOperationCallable ()
Returns
labelImageCallable()
public UnaryCallable<LabelImageRequest , Operation > labelImageCallable ()
Returns
labelImageOperationCallable()
public OperationCallable<LabelImageRequest , AnnotatedDataset , LabelOperationMetadata > labelImageOperationCallable ()
Returns
labelTextCallable()
public UnaryCallable<LabelTextRequest , Operation > labelTextCallable ()
Returns
labelTextOperationCallable()
public OperationCallable<LabelTextRequest , AnnotatedDataset , LabelOperationMetadata > labelTextOperationCallable ()
Returns
labelVideoCallable()
public UnaryCallable<LabelVideoRequest , Operation > labelVideoCallable ()
Returns
labelVideoOperationCallable()
public OperationCallable<LabelVideoRequest , AnnotatedDataset , LabelOperationMetadata > labelVideoOperationCallable ()
Returns
listAnnotatedDatasetsCallable()
public UnaryCallable<ListAnnotatedDatasetsRequest , ListAnnotatedDatasetsResponse > listAnnotatedDatasetsCallable ()
Returns
listAnnotatedDatasetsPagedCallable()
public UnaryCallable<ListAnnotatedDatasetsRequest , DataLabelingServiceClient . ListAnnotatedDatasetsPagedResponse > listAnnotatedDatasetsPagedCallable ()
Returns
listAnnotationSpecSetsCallable()
public UnaryCallable<ListAnnotationSpecSetsRequest , ListAnnotationSpecSetsResponse > listAnnotationSpecSetsCallable ()
Returns
listAnnotationSpecSetsPagedCallable()
public UnaryCallable<ListAnnotationSpecSetsRequest , DataLabelingServiceClient . ListAnnotationSpecSetsPagedResponse > listAnnotationSpecSetsPagedCallable ()
Returns
listDataItemsCallable()
public UnaryCallable<ListDataItemsRequest , ListDataItemsResponse > listDataItemsCallable ()
Returns
listDataItemsPagedCallable()
public UnaryCallable<ListDataItemsRequest , DataLabelingServiceClient . ListDataItemsPagedResponse > listDataItemsPagedCallable ()
Returns
listDatasetsCallable()
public UnaryCallable<ListDatasetsRequest , ListDatasetsResponse > listDatasetsCallable ()
Returns
listDatasetsPagedCallable()
public UnaryCallable<ListDatasetsRequest , DataLabelingServiceClient . ListDatasetsPagedResponse > listDatasetsPagedCallable ()
Returns
listEvaluationJobsCallable()
public UnaryCallable<ListEvaluationJobsRequest , ListEvaluationJobsResponse > listEvaluationJobsCallable ()
Returns
listEvaluationJobsPagedCallable()
public UnaryCallable<ListEvaluationJobsRequest , DataLabelingServiceClient . ListEvaluationJobsPagedResponse > listEvaluationJobsPagedCallable ()
Returns
listExamplesCallable()
public UnaryCallable<ListExamplesRequest , ListExamplesResponse > listExamplesCallable ()
Returns
listExamplesPagedCallable()
public UnaryCallable<ListExamplesRequest , DataLabelingServiceClient . ListExamplesPagedResponse > listExamplesPagedCallable ()
Returns
listInstructionsCallable()
public UnaryCallable<ListInstructionsRequest , ListInstructionsResponse > listInstructionsCallable ()
Returns
listInstructionsPagedCallable()
public UnaryCallable<ListInstructionsRequest , DataLabelingServiceClient . ListInstructionsPagedResponse > listInstructionsPagedCallable ()
Returns
pauseEvaluationJobCallable()
public UnaryCallable<PauseEvaluationJobRequest , Empty > pauseEvaluationJobCallable ()
Returns
resumeEvaluationJobCallable()
public UnaryCallable<ResumeEvaluationJobRequest , Empty > resumeEvaluationJobCallable ()
Returns
searchEvaluationsCallable()
public UnaryCallable<SearchEvaluationsRequest , SearchEvaluationsResponse > searchEvaluationsCallable ()
Returns
searchEvaluationsPagedCallable()
public UnaryCallable<SearchEvaluationsRequest , DataLabelingServiceClient . SearchEvaluationsPagedResponse > searchEvaluationsPagedCallable ()
Returns
searchExampleComparisonsCallable()
public UnaryCallable<SearchExampleComparisonsRequest , SearchExampleComparisonsResponse > searchExampleComparisonsCallable ()
Returns
searchExampleComparisonsPagedCallable()
public UnaryCallable<SearchExampleComparisonsRequest , DataLabelingServiceClient . SearchExampleComparisonsPagedResponse > searchExampleComparisonsPagedCallable ()
Returns
updateEvaluationJobCallable()
public UnaryCallable<UpdateEvaluationJobRequest , EvaluationJob > updateEvaluationJobCallable ()
Returns
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-06 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]