json-schemas.task_logic

Download Schema

AindVideoEncodingBenchmarksTaskLogic

type

object

properties

  • name

Name

Name of the task logic

type

string

default

AindVideoEncodingBenchmarks

  • description

Description

Description of the task.

type

string

default

  • task_parameters

Parameters of the task logic

allOf

AindVideoEncodingBenchmarksTaskParameters

  • version

Version

type

string

default

0.1.1

const

0.1.1

  • stage_name

Stage Name

Optional stage name the Task object instance represents.

default

null

oneOf

type

string

type

null

additionalProperties

False

AindVideoEncodingBenchmarksTaskParameters

type

object

properties

  • rng_seed

Rng Seed

Seed of the random number generator

default

null

oneOf

type

number

type

null

  • aind_behavior_services_pkg_version

aind_behavior_services package version

type

string

pattern

^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$

default

0.8.0-rc1

  • save_raw_video

Save Raw Video

For each video-writer object, will also save the RAW encoded video to disk. Use at your own risk.

type

boolean

default

False

additionalProperties

True