ModelPackageStatusDetails
public struct ModelPackageStatusDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The status of the scan of the Docker image container for the model package.
Declaration
Swift
public let imageScanStatuses: [ModelPackageStatusItem]?
-
The validation status of the model package.
Declaration
Swift
public let validationStatuses: [ModelPackageStatusItem]
-
Undocumented
Declaration
Swift
public init(imageScanStatuses: [ModelPackageStatusItem]? = nil, validationStatuses: [ModelPackageStatusItem])