Interface PatchedTaskValidationLayoutWriteRequest

PatchedTaskValidationLayoutWriteRequest

interface PatchedTaskValidationLayoutWriteRequest {
    disabled_frames?: number[];
    frame_selection_method?: FrameSelectionMethod;
    honeypot_real_frames?: number[];
}

Properties

disabled_frames?: number[]

The list of frame ids to be excluded from validation

PatchedTaskValidationLayoutWriteRequest

frame_selection_method?: FrameSelectionMethod

The method to use for frame selection of new real frames for honeypots in the task * random_uniform - RANDOM_UNIFORM * random_per_job - RANDOM_PER_JOB * manual - MANUAL

PatchedTaskValidationLayoutWriteRequest

honeypot_real_frames?: number[]

The list of frame ids. Applicable only to the "manual" frame selection method

PatchedTaskValidationLayoutWriteRequest