ModelVersionDetail class

The details of the model version.

Constructors

ModelVersionDetail({String? arn, String? createdTime, ExternalEventsDetail? externalEventsDetail, String? lastUpdatedTime, String? modelId, ModelTypeEnum? modelType, String? modelVersionNumber, String? status, TrainingDataSchema? trainingDataSchema, TrainingDataSourceEnum? trainingDataSource, TrainingResult? trainingResult})
ModelVersionDetail.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The model version ARN.
final
createdTime String?
The timestamp when the model was created.
final
externalEventsDetail ExternalEventsDetail?
The event details.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedTime String?
The timestamp when the model was last updated.
final
modelId String?
The model ID.
final
modelType ModelTypeEnum?
The model type.
final
modelVersionNumber String?
The model version number.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of the model version.
final
trainingDataSchema TrainingDataSchema?
The training data schema.
final
trainingDataSource TrainingDataSourceEnum?
The model version training data source.
final
trainingResult TrainingResult?
The training results.
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