{ "opencollection": "1.0.0", "info": { "name": "Amazon SageMaker Endpoints Models API", "version": "2017-07-24" }, "items": [ { "info": { "name": "Models", "type": "folder" }, "items": [ { "info": { "name": "Amazon SageMaker Create a Model", "type": "http" }, "http": { "method": "POST", "url": "https://api.sagemaker.{region}.amazonaws.com/#CreateModel", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a model in SageMaker. In the request, you specify a name for the model and describe a primary container that contains the inference code, model artifacts, and environment variables." }, { "info": { "name": "Amazon SageMaker Describe a Model", "type": "http" }, "http": { "method": "POST", "url": "https://api.sagemaker.{region}.amazonaws.com/#DescribeModel", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Describes a model that you created using the CreateModel API." }, { "info": { "name": "Amazon SageMaker List Models", "type": "http" }, "http": { "method": "POST", "url": "https://api.sagemaker.{region}.amazonaws.com/#ListModels", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Lists models created with the CreateModel API." } ] } ], "bundled": true }