SageMaker Inference Component

SageMaker Inference Component is an AWS resource that provides detailed information about a deployed inference component within Amazon SageMaker. It allows you to describe and monitor the configuration, status, and runtime details of the component, which is used to serve machine learning models in production. This helps manage model endpoints more efficiently by offering visibility into how inference workloads are running.

aws.sagemaker_inference_component

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
creation_timecoretimestampThe time when the inference component was created.
endpoint_arncorestringThe Amazon Resource Name (ARN) of the endpoint that hosts the inference component.
endpoint_namecorestringThe name of the endpoint that hosts the inference component.
failure_reasoncorestringIf the inference component status is Failed, the reason for the failure.
inference_component_arncorestringThe Amazon Resource Name (ARN) of the inference component.
inference_component_namecorestringThe name of the inference component.
inference_component_statuscorestringThe status of the inference component.
last_deployment_configcorejsonThe deployment and rollback settings that you assigned to the inference component.
last_modified_timecoretimestampThe time when the inference component was last updated.
runtime_configcorejsonDetails about the runtime settings for the model that is deployed with the inference component.
specificationcorejsonDetails about the resources that are deployed with this inference component.
tagscorehstore
variant_namecorestringThe name of the production variant that hosts the inference component.