inference_component_tags
Expands all tag keys and values for inference_components
in a region
Overview
Name | inference_component_tags |
Type | Resource |
Description | Resource Type definition for AWS::SageMaker::InferenceComponent |
Id | aws.sagemaker.inference_component_tags |
Fields
Name | Datatype | Description |
---|---|---|
inference_component_arn | string | The Amazon Resource Name (ARN) of the inference component |
inference_component_name | string | The name of the inference component |
endpoint_arn | string | The Amazon Resource Name (ARN) of the endpoint the inference component is associated with |
endpoint_name | string | The name of the endpoint used to run the monitoring job. |
variant_name | string | The name of the endpoint variant the inference component is associated with |
failure_reason | string | The failure reason if the inference component is in a failed state |
specification | object | The specification for the inference component |
runtime_config | object | The runtime config for the inference component |
inference_component_status | string | |
creation_time | string | |
last_modified_time | string | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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