Skip to main content

inference_components_list_only

Lists inference_components in a region or regions, for all properties use inference_components

Overview

Nameinference_components_list_only
TypeResource
DescriptionResource Type definition for AWS::SageMaker::InferenceComponent
Idaws.sagemaker.inference_components_list_only

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
tagsarrayAn array of tags to apply to the resource
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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