![]() |
![]()
| ![]() |
![]()
NAMEPaws::SageMaker::ModelPackage USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::SageMaker::ModelPackage object: $service_obj->Method(Att1 => { ApprovalDescription => $value, ..., ValidationSpecification => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SageMaker::ModelPackage object: $result = $service_obj->Method(...); $result->Att1->ApprovalDescription DESCRIPTIONA versioned model that can be deployed for SageMaker inference. ATTRIBUTESApprovalDescription => StrA description provided when the model approval is set. CertifyForMarketplace => BoolWhether the model package is to be certified to be listed on Amazon Web Services Marketplace. For information about listing model packages on Amazon Web Services Marketplace, see List Your Algorithm or Model Package on Amazon Web Services Marketplace (https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-mkt-list.html). CreatedBy => Paws::SageMaker::UserContextCreationTime => StrThe time that the model package was created. InferenceSpecification => Paws::SageMaker::InferenceSpecificationLastModifiedBy => Paws::SageMaker::UserContextLastModifiedTime => StrThe last time the model package was modified. MetadataProperties => Paws::SageMaker::MetadataPropertiesModelApprovalStatus => StrThe approval status of the model. This can be one of the following values.
ModelMetrics => Paws::SageMaker::ModelMetricsMetrics for the model. ModelPackageArn => StrThe Amazon Resource Name (ARN) of the model package. ModelPackageDescription => StrThe description of the model package. ModelPackageGroupName => StrThe model group to which the model belongs. ModelPackageName => StrThe name of the model. ModelPackageStatus => StrThe status of the model package. This can be one of the following values.
ModelPackageStatusDetails => Paws::SageMaker::ModelPackageStatusDetailsModelPackageVersion => IntThe version number of a versioned model. SourceAlgorithmSpecification => Paws::SageMaker::SourceAlgorithmSpecificationTags => ArrayRef[Paws::SageMaker::Tag]A list of the tags associated with the model package. For more information, see Tagging Amazon Web Services resources (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html) in the Amazon Web Services General Reference Guide. ValidationSpecification => Paws::SageMaker::ModelPackageValidationSpecificationSEE ALSOThis class forms part of Paws, describing an object used in Paws::SageMaker BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|