TaskRunProperties class
The configuration properties for the task run.
Constructors
- TaskRunProperties({ExportLabelsTaskRunProperties? exportLabelsTaskRunProperties, FindMatchesTaskRunProperties? findMatchesTaskRunProperties, ImportLabelsTaskRunProperties? importLabelsTaskRunProperties, LabelingSetGenerationTaskRunProperties? labelingSetGenerationTaskRunProperties, TaskType? taskType})
-
TaskRunProperties.fromJson(Map<
String, dynamic> json) -
factory
Properties
- exportLabelsTaskRunProperties → ExportLabelsTaskRunProperties?
-
The configuration properties for an exporting labels task run.
final
- findMatchesTaskRunProperties → FindMatchesTaskRunProperties?
-
The configuration properties for a find matches task run.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- importLabelsTaskRunProperties → ImportLabelsTaskRunProperties?
-
The configuration properties for an importing labels task run.
final
- labelingSetGenerationTaskRunProperties → LabelingSetGenerationTaskRunProperties?
-
The configuration properties for a labeling set generation task run.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- taskType → TaskType?
-
The type of task run.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited