googleapis.com – datalabeling
Public API for Google Cloud AI Data Labeling Service.
- Homepage
- https://api.apis.guru/v2/specs/googleapis.com:datalabeling/v1beta1.json
- Provider
- googleapis.com:datalabeling / datalabeling
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/googleapis.com/datalabeling/v1beta1/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/googleapis.com/datalabeling/v1beta1/openapi.yaml
Tools (30)
Extracted live via the executor SDK.
-
projects.datalabelingProjectsAnnotationSpecSetsCreateCreates an annotation spec set by providing a set of labels.
-
projects.datalabelingProjectsAnnotationSpecSetsListLists annotation spec sets for a project. Pagination is supported.
-
projects.datalabelingProjectsDatasetsAnnotatedDatasetsExamplesListLists examples in an annotated dataset. Pagination is supported.
-
projects.datalabelingProjectsDatasetsAnnotatedDatasetsFeedbackThreadsFeedbackMessagesCreateCreate a FeedbackMessage object.
-
projects.datalabelingProjectsDatasetsAnnotatedDatasetsFeedbackThreadsFeedbackMessagesListList FeedbackMessages with pagination.
-
projects.datalabelingProjectsDatasetsAnnotatedDatasetsFeedbackThreadsListList FeedbackThreads with pagination.
-
projects.datalabelingProjectsDatasetsAnnotatedDatasetsListLists annotated datasets for a dataset. Pagination is supported.
-
projects.datalabelingProjectsDatasetsCreateCreates dataset. If success return a Dataset resource.
-
projects.datalabelingProjectsDatasetsDataItemsListLists data items in a dataset. This API can be called after data are imported into dataset. Pagination is supported.
-
projects.datalabelingProjectsDatasetsEvaluationsExampleComparisonsSearchSearches example comparisons from an evaluation. The return format is a list of example comparisons that show ground truth and prediction(s) for a single input. Search by providing an evaluation ID.
-
projects.datalabelingProjectsDatasetsExportDataExports data and annotations from dataset.
-
projects.datalabelingProjectsDatasetsImageLabelStarts a labeling task for image. The type of image labeling task is configured by feature in the request.
-
projects.datalabelingProjectsDatasetsImportDataImports data into dataset based on source locations defined in request. It can be called multiple times for the same dataset. Each dataset can only have one long running operation running on it. For example, no labeling task (also long running operation) can be started while importing is still ongoing. Vice versa.
-
projects.datalabelingProjectsDatasetsListLists datasets under a project. Pagination is supported.
-
projects.datalabelingProjectsDatasetsTextLabelStarts a labeling task for text. The type of text labeling task is configured by feature in the request.
-
projects.datalabelingProjectsDatasetsVideoLabelStarts a labeling task for video. The type of video labeling task is configured by feature in the request.
-
projects.datalabelingProjectsEvaluationJobsCreateCreates an evaluation job.
-
projects.datalabelingProjectsEvaluationJobsListLists all evaluation jobs within a project with possible filters. Pagination is supported.
-
projects.datalabelingProjectsEvaluationJobsPatchUpdates an evaluation job. You can only update certain fields of the job's EvaluationJobConfig:
humanAnnotationConfig.instruction,exampleCount, andexampleSamplePercentage. If you want to change any other aspect of the evaluation job, you must delete the job and create a new one. -
projects.datalabelingProjectsEvaluationJobsPausePauses an evaluation job. Pausing an evaluation job that is already in a
PAUSEDstate is a no-op. -
projects.datalabelingProjectsEvaluationJobsResumeResumes a paused evaluation job. A deleted evaluation job can't be resumed. Resuming a running or scheduled evaluation job is a no-op.
-
projects.datalabelingProjectsEvaluationsSearchSearches evaluations within a project.
-
projects.datalabelingProjectsInstructionsCreateCreates an instruction for how data should be labeled.
-
projects.datalabelingProjectsInstructionsListLists instructions for a project. Pagination is supported.
-
projects.datalabelingProjectsOperationsCancelStarts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns
google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding toCode.CANCELLED. -
projects.datalabelingProjectsOperationsDeleteDeletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns
google.rpc.Code.UNIMPLEMENTED. -
projects.datalabelingProjectsOperationsGetGets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
-
projects.datalabelingProjectsOperationsListLists operations that match the specified filter in the request. If the server doesn't support this method, it returns
UNIMPLEMENTED. NOTE: thenamebinding allows API services to override the binding to use different resource name schemes, such asusers/*/operations. To override the binding, API services can add a binding such as"/v1/{name=users/*}/operations"to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id. -
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools