inference_components_list_only
Lists inference_components
in a region or regions, for all properties use inference_components
Overview
Name | inference_components_list_only |
Type | Resource |
Description | Resource Type definition for AWS::SageMaker::InferenceComponent |
Id | aws.sagemaker.inference_components_list_only |
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 | |
tags | array | An array of tags to apply to the resource |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all inference_components
in a region.
SELECT
region,
inference_component_arn
FROM aws.sagemaker.inference_components_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the inference_components_list_only
resource, see inference_components