{ "opencollection": "1.0.0", "info": { "name": "Amazon Neptune Neptune Analytics ?Action=AddTagsToResource ?Action=AddTagsToResource Inference Endpoints API", "version": "2023-11-29" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Inference Endpoints", "type": "folder" }, "items": [ { "info": { "name": "Amazon Neptune List ML Inference Endpoints", "type": "http" }, "http": { "method": "GET", "url": "https://neptune-graph.{region}.amazonaws.com/ml/endpoints", "params": [ { "name": "maxItems", "value": "", "type": "query" }, { "name": "neptuneIamRoleArn", "value": "", "type": "query" } ] }, "docs": "Returns a list of active Neptune ML inference endpoint IDs." }, { "info": { "name": "Amazon Neptune Create an ML Inference Endpoint", "type": "http" }, "http": { "method": "POST", "url": "https://neptune-graph.{region}.amazonaws.com/ml/endpoints", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Neptune ML inference endpoint backed by Amazon SageMaker. The endpoint can be used to make real-time predictions on graph data using a trained model. Can also be used to update an existing endpoint by setting the update parameter to true." }, { "info": { "name": "Amazon Neptune Get ML Inference Endpoint Status", "type": "http" }, "http": { "method": "GET", "url": "https://neptune-graph.{region}.amazonaws.com/ml/endpoints/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the inference endpoint." }, { "name": "neptuneIamRoleArn", "value": "", "type": "query" } ] }, "docs": "Returns the status of a Neptune ML inference endpoint." }, { "info": { "name": "Amazon Neptune Delete an ML Inference Endpoint", "type": "http" }, "http": { "method": "DELETE", "url": "https://neptune-graph.{region}.amazonaws.com/ml/endpoints/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "clean", "value": "", "type": "query", "description": "Whether to delete all related S3 artifacts." }, { "name": "neptuneIamRoleArn", "value": "", "type": "query" } ] }, "docs": "Deletes a Neptune ML inference endpoint. Optionally cleans up all related S3 artifacts." } ] } ], "bundled": true }