TestingDataResult class
Sagemaker Groundtruth format manifest files for the input, output and validation datasets that are used and created during testing.
Constructors
- TestingDataResult.new({TestingData? input, TestingData? output, ValidationData? validation})
-
TestingDataResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- input → TestingData?
-
The testing dataset that was supplied for training.
final
- output → TestingData?
-
The subset of the dataset that was actually tested. Some images (assets)
might not be tested due to file formatting and other issues.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- validation → ValidationData?
-
The location of the data validation manifest. The data validation manifest
is created for the test dataset during model training.
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