Interface JobsApiJobsCreateAnnotationsRequest

Request parameters for jobsCreateAnnotations operation in JobsApi.

JobsApiJobsCreateAnnotationsRequest

interface JobsApiJobsCreateAnnotationsRequest {
    annotationFileRequest?: AnnotationFileRequest;
    cloudStorageId?: number;
    filename?: string;
    format?: string;
    id: number;
    location?: JobsCreateAnnotationsLocationEnum;
    useDefaultLocation?: boolean;
}

Properties

annotationFileRequest?: AnnotationFileRequest

JobsApiJobsCreateAnnotations

cloudStorageId?: number

Storage id

JobsApiJobsCreateAnnotations

filename?: string

Annotation file name

JobsApiJobsCreateAnnotations

format?: string

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

JobsApiJobsCreateAnnotations

id: number

A unique integer value identifying this job.

JobsApiJobsCreateAnnotations

where to import the annotation from

JobsApiJobsCreateAnnotations

useDefaultLocation?: boolean

Use the location that was configured in the task to import annotation

JobsApiJobsCreateAnnotations