inference_component
Gets an individual inference_component
resource
Overview
Name | inference_component |
Type | Resource |
Description | inference_component |
Id | awscc.sagemaker.inference_component |
Fields
Name | Datatype | Description |
---|---|---|
inference_component_arn | string | |
inference_component_name | string | |
endpoint_arn | string | |
endpoint_name | string | |
variant_name | string | |
failure_reason | string | |
specification | object | |
runtime_config | object | |
inference_component_status | string | |
creation_time | string | |
last_modified_time | string | |
tags | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
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,
tags
FROM awscc.sagemaker.inference_component
WHERE data__Identifier = '<InferenceComponentArn>';
Permissions
To operate on the inference_component
resource, the following permissions are required:
Update
sagemaker:UpdateInferenceComponent,
sagemaker:UpdateInferenceComponentRuntimeConfig,
sagemaker:DescribeInferenceComponent,
sagemaker:AddTags,
sagemaker:ListTags,
sagemaker:DeleteTags
Delete
sagemaker:DescribeInferenceComponent,
sagemaker:DeleteInferenceComponent,
sagemaker:DeleteTags
Read
sagemaker:DescribeInferenceComponent,
sagemaker:ListTags