Monitor Export Dataset Embeddings

šŸ“˜

Click for Python SDK

Dataset.export_embeddings(asynchronous=True) -> EmbeddingsExportJob

This endpoint is used to monitor the status of an asynchronous embeddings export job, which asynchronously uploads the embeddings in batches to a blob-storage in JSON format from where they could be downloaded.

The files have the following JSON schema:

[{
  "reference_id": string,
  "embedding_vector": List[float]
}]
Path Params
string
required

The Scale-generated ID of the Dataset.

string
required

The Scale-generated ID of the asynchronous job.

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json