ProjectVersionDescription class
The description of a version of a model.
Constructors
- ProjectVersionDescription.new({int? billableTrainingTimeInSeconds, DateTime? creationTimestamp, EvaluationResult? evaluationResult, GroundTruthManifest? manifestSummary, int? minInferenceUnits, OutputConfig? outputConfig, String? projectVersionArn, ProjectVersionStatus? status, String? statusMessage, TestingDataResult? testingDataResult, TrainingDataResult? trainingDataResult, DateTime? trainingEndTimestamp})
-
ProjectVersionDescription.fromJson(Map<
String, dynamic> json) -
factory
Properties
- billableTrainingTimeInSeconds → int?
-
The duration, in seconds, that the model version has been billed for
training. This value is only returned if the model version has been
successfully trained.
final
- creationTimestamp → DateTime?
-
The Unix datetime for the date and time that training started.
final
- evaluationResult → EvaluationResult?
-
The training results.
EvaluationResult
is only returned if training is successful.final - hashCode → int
-
The hash code for this object.
no setterinherited
- manifestSummary → GroundTruthManifest?
-
The location of the summary manifest. The summary manifest provides
aggregate data validation results for the training and test datasets.
final
- minInferenceUnits → int?
-
The minimum number of inference units used by the model. For more
information, see StartProjectVersion.
final
- outputConfig → OutputConfig?
-
The location where training results are saved.
final
- projectVersionArn → String?
-
The Amazon Resource Name (ARN) of the model version.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → ProjectVersionStatus?
-
The current status of the model version.
final
- statusMessage → String?
-
A descriptive message for an error or warning that occurred.
final
- testingDataResult → TestingDataResult?
-
Contains information about the testing results.
final
- trainingDataResult → TrainingDataResult?
-
Contains information about the training results.
final
- trainingEndTimestamp → DateTime?
-
The Unix date and time that training of the model ended.
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