inference_experiments
Retrieves a list of inference_experiments
in a region
Overview
Name | inference_experiments |
Type | Resource |
Description | inference_experiments |
Id | awscc.sagemaker.inference_experiments |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name for the inference experiment. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name
FROM awscc.sagemaker.inference_experiments
WHERE region = 'us-east-1'
Permissions
To operate on the inference_experiments
resource, the following permissions are required:
Create
sagemaker:CreateInferenceExperiment,
sagemaker:DescribeInferenceExperiment,
sagemaker:AddTags,
sagemaker:ListTags,
iam:PassRole
List
sagemaker:ListInferenceExperiments