Skip to main content

model_packages_list_only

Lists model_packages in a region or regions, for all properties use model_packages

Overview

Namemodel_packages_list_only
TypeResource
DescriptionResource Type definition for AWS::SageMaker::ModelPackage
Idaws.sagemaker.model_packages_list_only

Fields

NameDatatypeDescription
tagsarrayAn array of key-value pairs to apply to this resource.
additional_inference_specificationsarrayAn array of additional Inference Specification objects.
certify_for_marketplacebooleanWhether to certify the model package for listing on AWS Marketplace.
client_tokenstringA unique token that guarantees that the call to this API is idempotent.
customer_metadata_propertiesobjectThe metadata properties associated with the model package versions.
domainstringThe machine learning domain of the model package you specified.
drift_check_baselinesobjectRepresents the drift check baselines that can be used when the model monitor is set using the model package.
inference_specificationobjectDetails about inference jobs that can be run with models based on this model package.
metadata_propertiesobjectMetadata properties of the tracking entity, trial, or trial component.
model_approval_statusstringThe approval status of the model package.
model_metricsobjectA structure that contains model metrics reports.
model_package_descriptionstringThe description of the model package.
model_package_group_namestringThe name of the model package group.
model_package_namestringThe name or arn of the model package.
sample_payload_urlstringThe Amazon Simple Storage Service (Amazon S3) path where the sample payload are stored pointing to single gzip compressed tar archive.
skip_model_validationstringIndicates if you want to skip model validation.
source_algorithm_specificationobjectDetails about the algorithm that was used to create the model package.
taskstringThe machine learning task your model package accomplishes.
validation_specificationobjectSpecifies configurations for one or more transform jobs that Amazon SageMaker runs to test the model package.
model_package_arnstringThe Amazon Resource Name (ARN) of the model package group.
approval_descriptionstringA description provided for the model approval.
creation_timestringThe time at which the model package was created.
last_modified_timestringThe time at which the model package was last modified.
model_package_statusstringThe current status of the model package.
model_package_versionintegerThe version of the model package.
additional_inference_specifications_to_addarrayAn array of additional Inference Specification objects.
model_package_status_detailsobjectDetails about the current status of the model package.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all model_packages in a region.

SELECT
region,
model_package_arn
FROM aws.sagemaker.model_packages_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the model_packages_list_only resource, see model_packages