Skip to main content

model_package_tags

Expands all tag keys and values for model_packages in a region

Overview

Namemodel_package_tags
TypeResource
DescriptionResource Type definition for AWS::SageMaker::ModelPackage
Idaws.sagemaker.model_package_tags

Fields

NameDatatypeDescription
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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all model_packages in a region.

SELECT
region,
additional_inference_specifications,
certify_for_marketplace,
client_token,
customer_metadata_properties,
domain,
drift_check_baselines,
inference_specification,
metadata_properties,
model_approval_status,
model_metrics,
model_package_description,
model_package_group_name,
model_package_name,
sample_payload_url,
skip_model_validation,
source_algorithm_specification,
task,
validation_specification,
model_package_arn,
approval_description,
creation_time,
last_modified_time,
model_package_status,
model_package_version,
additional_inference_specifications_to_add,
model_package_status_details,
tag_key,
tag_value
FROM aws.sagemaker.model_package_tags
WHERE region = 'us-east-1';

Permissions

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