Interface TaskValidationLayoutRead

TaskValidationLayoutRead

interface TaskValidationLayoutRead {
    disabled_frames?: number[];
    frames_per_job_count?: null | number;
    honeypot_count?: number;
    honeypot_frames?: number[];
    honeypot_real_frames?: number[];
    mode?: null | ValidationMode;
    validation_frames?: number[];
}

Properties

disabled_frames?: number[]

The list of frame ids excluded from validation

TaskValidationLayoutRead

frames_per_job_count?: null | number

TaskValidationLayoutRead

honeypot_count?: number

TaskValidationLayoutRead

honeypot_frames?: number[]

The list of frame ids for all honeypots in the task

TaskValidationLayoutRead

honeypot_real_frames?: number[]

The list of real (validation) frame ids for all honeypots in the task

TaskValidationLayoutRead

mode?: null | ValidationMode

TaskValidationLayoutRead

validation_frames?: number[]

The list of frame ids to be used for validation

TaskValidationLayoutRead