inference_experiments_list_only
Lists inference_experiments in a region or regions, for all properties use inference_experiments
Overview
| Name | inference_experiments_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::SageMaker::InferenceExperiment |
| Id | aws.sagemaker.inference_experiments_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
name | string | The name for the inference experiment. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all inference_experiments in a region.
SELECT
region,
name
FROM aws.sagemaker.inference_experiments_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the inference_experiments_list_only resource, see inference_experiments