Skip to main content

inference_component_tags

Expands all tag keys and values for inference_components in a region

Overview

Nameinference_component_tags
TypeResource
DescriptionResource Type definition for AWS::SageMaker::InferenceComponent
Idaws.sagemaker.inference_component_tags

Fields

NameDatatypeDescription
inference_component_arnstringThe Amazon Resource Name (ARN) of the inference component
inference_component_namestringThe name of the inference component
endpoint_arnstringThe Amazon Resource Name (ARN) of the endpoint the inference component is associated with
endpoint_namestringThe name of the endpoint used to run the monitoring job.
variant_namestringThe name of the endpoint variant the inference component is associated with
failure_reasonstringThe failure reason if the inference component is in a failed state
specificationobjectThe specification for the inference component
runtime_configobjectThe runtime config for the inference component
inference_component_statusstring
creation_timestring
last_modified_timestring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all inference_components in a region.

SELECT
region,
inference_component_arn,
inference_component_name,
endpoint_arn,
endpoint_name,
variant_name,
failure_reason,
specification,
runtime_config,
inference_component_status,
creation_time,
last_modified_time,
tag_key,
tag_value
FROM aws.sagemaker.inference_component_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the inference_component_tags resource, see inference_components