{ "opencollection": "1.0.0", "info": { "name": "Amazon SageMaker Endpoints Training Jobs API", "version": "2017-07-24" }, "items": [ { "info": { "name": "Training Jobs", "type": "folder" }, "items": [ { "info": { "name": "Amazon SageMaker Create a Training Job", "type": "http" }, "http": { "method": "POST", "url": "https://api.sagemaker.{region}.amazonaws.com/#CreateTrainingJob", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Starts a model training job. SageMaker provides the algorithm and compute resources, and you provide the input data and training parameters." }, { "info": { "name": "Amazon SageMaker Describe a Training Job", "type": "http" }, "http": { "method": "POST", "url": "https://api.sagemaker.{region}.amazonaws.com/#DescribeTrainingJob", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns information about a training job." }, { "info": { "name": "Amazon SageMaker List Training Jobs", "type": "http" }, "http": { "method": "POST", "url": "https://api.sagemaker.{region}.amazonaws.com/#ListTrainingJobs", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Lists training jobs." } ] } ], "bundled": true }