Spaces:
Build error
Build error
da-admin-service-dev
/
src
/test
/java
/com
/dalab
/adminservice
/client
/IAutolabelJobApiClient.java
| package com.dalab.adminservice.client; | |
| import com.dalab.adminservice.dto.JobStatusDTO; | |
| import java.util.List; | |
| /** | |
| * Test client interface for Autolabel Job API | |
| */ | |
| public interface IAutolabelJobApiClient { | |
| /** | |
| * Get all labeling jobs status | |
| * @return List of job status DTOs | |
| */ | |
| List<JobStatusDTO> getAutolabelJobs(); | |
| } |