list_sagemaker_resources
List SageMaker endpoints, training jobs, notebook instances, and models in a specified AWS region to enable Well-Architected validation.
Instructions
List SageMaker resources available for validation.
Returns endpoints, training jobs, notebook instances, and models
in the specified region.
Args:
ctx: MCP context
region_name: AWS region name (default: us-east-1)
profile_name: AWS profile name (optional)
Returns:
ListResourcesResponse with resource lists
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region_name | No | AWS region name. Default is us-east-1. | us-east-1 |
| profile_name | No | AWS profile name. If not provided, uses the default profile. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| models | No | List of models | |
| content | Yes | Response content | |
| isError | No | Whether this is an error response | |
| endpoints | No | List of endpoints | |
| training_jobs | No | List of training jobs | |
| notebook_instances | No | List of notebook instances |