Rapidata selections
RapidataSelections #
RapidataSelections Classes
Selections are used to define what type of tasks and in what order they are shown to the user. All Tasks are called a "Session". A session can contain multiple tasks of different types.
Example:
The above example will create a session with a validation task followed by two labeling tasks.
Attributes:
Name | Type | Description |
---|---|---|
labeling |
LabelingSelection
|
The LabelingSelection instance. |
validation |
ValidationSelection
|
The ValidationSelection instance. |
conditional_validation |
ConditionalValidationSelection
|
The ConditionalValidationSelection instance. |
demographic |
DemographicSelection
|
The DemographicSelection instance. |
capped |
CappedSelection
|
The CappedSelection instance. |