model_packages_list_only
Lists model_packages
in a region or regions, for all properties use model_packages
Overview
Name | model_packages_list_only |
Type | Resource |
Description | Resource Type definition for AWS::SageMaker::ModelPackage |
Id | aws.sagemaker.model_packages_list_only |
Fields
Name | Datatype | Description |
---|---|---|
tags | array | An array of key-value pairs to apply to this resource. |
additional_inference_specifications | array | An array of additional Inference Specification objects. |
certify_for_marketplace | boolean | Whether to certify the model package for listing on AWS Marketplace. |
client_token | string | A unique token that guarantees that the call to this API is idempotent. |
customer_metadata_properties | object | The metadata properties associated with the model package versions. |
domain | string | The machine learning domain of the model package you specified. |
drift_check_baselines | object | Represents the drift check baselines that can be used when the model monitor is set using the model package. |
inference_specification | object | Details about inference jobs that can be run with models based on this model package. |
metadata_properties | object | Metadata properties of the tracking entity, trial, or trial component. |
model_approval_status | string | The approval status of the model package. |
model_metrics | object | A structure that contains model metrics reports. |
model_package_description | string | The description of the model package. |
model_package_group_name | string | The name of the model package group. |
model_package_name | string | The name or arn of the model package. |
sample_payload_url | string | The Amazon Simple Storage Service (Amazon S3) path where the sample payload are stored pointing to single gzip compressed tar archive. |
skip_model_validation | string | Indicates if you want to skip model validation. |
source_algorithm_specification | object | Details about the algorithm that was used to create the model package. |
task | string | The machine learning task your model package accomplishes. |
validation_specification | object | Specifies configurations for one or more transform jobs that Amazon SageMaker runs to test the model package. |
model_package_arn | string | The Amazon Resource Name (ARN) of the model package group. |
approval_description | string | A description provided for the model approval. |
creation_time | string | The time at which the model package was created. |
last_modified_time | string | The time at which the model package was last modified. |
model_package_status | string | The current status of the model package. |
model_package_version | integer | The version of the model package. |
additional_inference_specifications_to_add | array | An array of additional Inference Specification objects. |
model_package_status_details | object | Details about the current status of the model package. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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