NAME
Paws::SageMaker::DescribeModelPackageOutput
ATTRIBUTES
ApprovalDescription => Str
A description provided for the model approval.
CertifyForMarketplace => Bool
Whether the model package is certified for listing on Amazon Web Services Marketplace.
CreatedBy => Paws::SageMaker::UserContext
REQUIRED CreationTime => Str
A timestamp specifying when the model package was created.
InferenceSpecification => Paws::SageMaker::InferenceSpecification
Details about inference jobs that can be run with models based on this model package.
LastModifiedBy => Paws::SageMaker::UserContext
LastModifiedTime => Str
The last time the model package was modified.
MetadataProperties => Paws::SageMaker::MetadataProperties
ModelApprovalStatus => Str
The approval status of the model package.
Valid values are: "Approved"
, "Rejected"
, "PendingManualApproval"
=head2 ModelMetrics => Paws::SageMaker::ModelMetrics
Metrics for the model.
REQUIRED ModelPackageArn => Str
The Amazon Resource Name (ARN) of the model package.
ModelPackageDescription => Str
A brief summary of the model package.
ModelPackageGroupName => Str
If the model is a versioned model, the name of the model group that the versioned model belongs to.
REQUIRED ModelPackageName => Str
The name of the model package being described.
REQUIRED ModelPackageStatus => Str
The current status of the model package.
Valid values are: "Pending"
, "InProgress"
, "Completed"
, "Failed"
, "Deleting"
=head2 REQUIRED ModelPackageStatusDetails => Paws::SageMaker::ModelPackageStatusDetails
Details about the current status of the model package.
ModelPackageVersion => Int
The version of the model package.
SourceAlgorithmSpecification => Paws::SageMaker::SourceAlgorithmSpecification
Details about the algorithm that was used to create the model package.
ValidationSpecification => Paws::SageMaker::ModelPackageValidationSpecification
Configurations for one or more transform jobs that Amazon SageMaker runs to test the model package.