ModelPackageStatusDetails class

Specifies the validation and image scan statuses of the model package.

Constructors

ModelPackageStatusDetails({required List<ModelPackageStatusItem> validationStatuses, List<ModelPackageStatusItem>? imageScanStatuses})
ModelPackageStatusDetails.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
imageScanStatuses List<ModelPackageStatusItem>?
The status of the scan of the Docker image container for the model package.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validationStatuses List<ModelPackageStatusItem>
The validation status of the model package.
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