Googleapis Datalabeling
Connector for the googleapis-datalabeling API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://datalabeling.googleapis.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
datalabeling_projects_operations_get— GET /v1beta1/{name} — Gets the latest state of a long-running operation. Clients can use this method tdatalabeling_projects_operations_list— GET /v1beta1/{name}/operations — Lists operations that match the specified filter in the request. If the server ddatalabeling_projects_operations_cancel— GET /v1beta1/{name}:cancel — Starts asynchronous cancellation on a long-running operation. The server makes adatalabeling_projects_datasets_annotateddatasets— GET /v1beta1/{parent}/annotatedDatasets — Lists annotated datasets for a dataset. Pagination is supported.datalabeling_projects_annotationspecsets_list— GET /v1beta1/{parent}/annotationSpecSets — Lists annotation spec sets for a project. Pagination is supported.datalabeling_projects_datasets_dataitems_list— GET /v1beta1/{parent}/dataItems — Lists data items in a dataset. This API can be called after data are imported in
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: datalabeling_projects_operations_get
# (attach an 'oauth' credential to the task — no inline secrets)