ModelPackageSummary
public struct ModelPackageSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A timestamp that shows when the model package was created.
Declaration
Swift
public let creationTime: TimeStamp -
The Amazon Resource Name (ARN) of the model package.
Declaration
Swift
public let modelPackageArn: String -
A brief description of the model package.
Declaration
Swift
public let modelPackageDescription: String? -
The name of the model package.
Declaration
Swift
public let modelPackageName: String -
The overall status of the model package.
Declaration
Swift
public let modelPackageStatus: ModelPackageStatus -
Undocumented
Declaration
Swift
public init(creationTime: TimeStamp, modelPackageArn: String, modelPackageDescription: String? = nil, modelPackageName: String, modelPackageStatus: ModelPackageStatus)
View on GitHub
ModelPackageSummary Structure Reference