Methods
list
List all auto-label jobs.Filter jobs by project UID
Maximum number of jobs to return per page
Pagination cursor for fetching the next page
List of auto-label job objects
Cursor for the next page of results
get
Retrieve a specific auto-label job by UID.Unique identifier of the auto-label job
Unique identifier of the job
Project UID where the job is running
Type of model used for labeling
Minimum confidence score for predictions
Labels to generate predictions for
Current status of the job (pending, running, completed, failed)
Timestamp when the job was created
Timestamp when the job completed
create
Create a new auto-label job for a project.UID of the project to run auto-labeling on
Type of model to use (e.g., “yolov8”, “faster-rcnn”)
Minimum confidence score for predictions (0.0 to 1.0)
Specific labels to generate predictions for. If not provided, uses all project labels.
If true, preview results without saving labels (default: false)
Unique identifier of the created job
Initial status of the job
cancel
Cancel a running auto-label job.Unique identifier of the job to cancel
Async Methods
All methods are available in async form throughAsyncAvala: