TrainingDataResult class

Sagemaker Groundtruth format manifest files for the input, output and validation datasets that are used and created during testing.

Constructors

TrainingDataResult({TrainingData? input, TrainingData? output, ValidationData? validation})
TrainingDataResult.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
input TrainingData?
The training assets that you supplied for training.
final
output TrainingData?
The images (assets) that were actually trained by Amazon Rekognition Custom Labels.
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 training 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