DescribeModelPackageOutput
public struct DescribeModelPackageOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Whether the model package is certified for listing on AWS Marketplace.
Declaration
Swift
public let certifyForMarketplace: Bool?
-
A timestamp specifying when the model package was created.
Declaration
Swift
public let creationTime: TimeStamp
-
Details about inference jobs that can be run with models based on this model package.
Declaration
Swift
public let inferenceSpecification: InferenceSpecification?
-
The Amazon Resource Name (ARN) of the model package.
Declaration
Swift
public let modelPackageArn: String
-
A brief summary of the model package.
Declaration
Swift
public let modelPackageDescription: String?
-
The name of the model package being described.
Declaration
Swift
public let modelPackageName: String
-
The current status of the model package.
Declaration
Swift
public let modelPackageStatus: ModelPackageStatus
-
Details about the current status of the model package.
Declaration
Swift
public let modelPackageStatusDetails: ModelPackageStatusDetails
-
Details about the algorithm that was used to create the model package.
Declaration
Swift
public let sourceAlgorithmSpecification: SourceAlgorithmSpecification?
-
Configurations for one or more transform jobs that Amazon SageMaker runs to test the model package.
Declaration
Swift
public let validationSpecification: ModelPackageValidationSpecification?
-
init(certifyForMarketplace:creationTime:inferenceSpecification:modelPackageArn:modelPackageDescription:modelPackageName:modelPackageStatus:modelPackageStatusDetails:sourceAlgorithmSpecification:validationSpecification:)
Undocumented
Declaration
Swift
public init(certifyForMarketplace: Bool? = nil, creationTime: TimeStamp, inferenceSpecification: InferenceSpecification? = nil, modelPackageArn: String, modelPackageDescription: String? = nil, modelPackageName: String, modelPackageStatus: ModelPackageStatus, modelPackageStatusDetails: ModelPackageStatusDetails, sourceAlgorithmSpecification: SourceAlgorithmSpecification? = nil, validationSpecification: ModelPackageValidationSpecification? = nil)