InputDataConfig class
The data used to train a predictor. The data includes a dataset group and any supplementary features. You specify this object in the CreatePredictor request.
Constructors
-
InputDataConfig({required String datasetGroupArn, List<
SupplementaryFeature> ? supplementaryFeatures}) -
InputDataConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- datasetGroupArn → String
-
The Amazon Resource Name (ARN) of the dataset group.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
supplementaryFeatures
→ List<
SupplementaryFeature> ? -
An array of supplementary features. The only supported feature is a holiday
calendar.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited