integrations.sh
← all integrations

googleapis.com – datalabeling

OpenAPI apis-guru analyticsmedia

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.datalabelingProjectsAnnotationSpecSetsCreate

    Creates an annotation spec set by providing a set of labels.

  • projects.datalabelingProjectsAnnotationSpecSetsList

    Lists annotation spec sets for a project. Pagination is supported.

  • projects.datalabelingProjectsDatasetsAnnotatedDatasetsExamplesList

    Lists examples in an annotated dataset. Pagination is supported.

  • projects.datalabelingProjectsDatasetsAnnotatedDatasetsFeedbackThreadsFeedbackMessagesCreate

    Create a FeedbackMessage object.

  • projects.datalabelingProjectsDatasetsAnnotatedDatasetsFeedbackThreadsFeedbackMessagesList

    List FeedbackMessages with pagination.

  • projects.datalabelingProjectsDatasetsAnnotatedDatasetsFeedbackThreadsList

    List FeedbackThreads with pagination.

  • projects.datalabelingProjectsDatasetsAnnotatedDatasetsList

    Lists annotated datasets for a dataset. Pagination is supported.

  • projects.datalabelingProjectsDatasetsCreate

    Creates dataset. If success return a Dataset resource.

  • projects.datalabelingProjectsDatasetsDataItemsList

    Lists data items in a dataset. This API can be called after data are imported into dataset. Pagination is supported.

  • projects.datalabelingProjectsDatasetsEvaluationsExampleComparisonsSearch

    Searches 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.datalabelingProjectsDatasetsExportData

    Exports data and annotations from dataset.

  • projects.datalabelingProjectsDatasetsImageLabel

    Starts a labeling task for image. The type of image labeling task is configured by feature in the request.

  • projects.datalabelingProjectsDatasetsImportData

    Imports 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.datalabelingProjectsDatasetsList

    Lists datasets under a project. Pagination is supported.

  • projects.datalabelingProjectsDatasetsTextLabel

    Starts a labeling task for text. The type of text labeling task is configured by feature in the request.

  • projects.datalabelingProjectsDatasetsVideoLabel

    Starts a labeling task for video. The type of video labeling task is configured by feature in the request.

  • projects.datalabelingProjectsEvaluationJobsCreate

    Creates an evaluation job.

  • projects.datalabelingProjectsEvaluationJobsList

    Lists all evaluation jobs within a project with possible filters. Pagination is supported.

  • projects.datalabelingProjectsEvaluationJobsPatch

    Updates an evaluation job. You can only update certain fields of the job's EvaluationJobConfig: humanAnnotationConfig.instruction, exampleCount, and exampleSamplePercentage. If you want to change any other aspect of the evaluation job, you must delete the job and create a new one.

  • projects.datalabelingProjectsEvaluationJobsPause

    Pauses an evaluation job. Pausing an evaluation job that is already in a PAUSED state is a no-op.

  • projects.datalabelingProjectsEvaluationJobsResume

    Resumes a paused evaluation job. A deleted evaluation job can't be resumed. Resuming a running or scheduled evaluation job is a no-op.

  • projects.datalabelingProjectsEvaluationsSearch

    Searches evaluations within a project.

  • projects.datalabelingProjectsInstructionsCreate

    Creates an instruction for how data should be labeled.

  • projects.datalabelingProjectsInstructionsList

    Lists instructions for a project. Pagination is supported.

  • projects.datalabelingProjectsOperationsCancel

    Starts 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 to Code.CANCELLED.

  • projects.datalabelingProjectsOperationsDelete

    Deletes 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.datalabelingProjectsOperationsGet

    Gets 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.datalabelingProjectsOperationsList

    Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED. NOTE: the name binding allows API services to override the binding to use different resource name schemes, such as users/*/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.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools