DatasetDescriptor class
Describes a set of transformations on a dataset.
Constructors
-
DatasetDescriptor.new({String name = 'default', String description = 'No description', BuildConfig build = const BuildConfig(), List<
PassDescriptor> passes = const []}) -
Create a new descriptor
const
- DatasetDescriptor.fromYaml(YamlMap data)
- Create a descriptor from Yaml
Properties
- build → BuildConfig
-
Build configuration.
final
- description → String
-
Description
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
Name
final
-
passes
→ List<
PassDescriptor> -
Transformation passes.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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