Interface ProjectsApiProjectsRetrieveDatasetRequest

Request parameters for projectsRetrieveDataset operation in ProjectsApi.

ProjectsApiProjectsRetrieveDatasetRequest

interface ProjectsApiProjectsRetrieveDatasetRequest {
    action?: ProjectsRetrieveDatasetActionEnum;
    cloudStorageId?: number;
    filename?: string;
    format?: string;
    id: number;
    location?: ProjectsRetrieveDatasetLocationEnum;
    rqId?: string;
    useDefaultLocation?: boolean;
}

Properties

Used to start downloading process locally after annotation file has been created

ProjectsApiProjectsRetrieveDataset

cloudStorageId?: number

Storage id

ProjectsApiProjectsRetrieveDataset

filename?: string

Desired output file name

ProjectsApiProjectsRetrieveDataset

format?: string

Desired output format name You can get the list of supported formats at: /server/annotation/formats

ProjectsApiProjectsRetrieveDataset

id: number

A unique integer value identifying this project.

ProjectsApiProjectsRetrieveDataset

Where need to save downloaded dataset

ProjectsApiProjectsRetrieveDataset

rqId?: string

rq id

ProjectsApiProjectsRetrieveDataset

useDefaultLocation?: boolean

Use the location that was configured in project to import dataset

ProjectsApiProjectsRetrieveDataset