{ "opencollection": "1.0.0", "info": { "name": "Amazon Neptune Neptune Analytics ?Action=AddTagsToResource ?Action=AddTagsToResource ML API", "version": "2023-11-29" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "ML", "type": "folder" }, "items": [ { "info": { "name": "Amazon Neptune List ML Data Processing Jobs", "type": "http" }, "http": { "method": "GET", "url": "https://neptune-graph.{region}.amazonaws.com/ml/dataprocessing", "params": [ { "name": "maxItems", "value": "", "type": "query", "description": "Maximum number of items to return (default 10, max 1024)." }, { "name": "neptuneIamRoleArn", "value": "", "type": "query", "description": "The ARN of the IAM role for Neptune access." } ] }, "docs": "Returns a list of active Neptune ML data processing job IDs." }, { "info": { "name": "Amazon Neptune Start an ML Data Processing Job", "type": "http" }, "http": { "method": "POST", "url": "https://neptune-graph.{region}.amazonaws.com/ml/dataprocessing", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Neptune ML data processing job that prepares graph data for model training using Amazon SageMaker." }, { "info": { "name": "Amazon Neptune Get ML Data Processing Job Status", "type": "http" }, "http": { "method": "GET", "url": "https://neptune-graph.{region}.amazonaws.com/ml/dataprocessing/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path", "description": "The unique identifier of the data processing job." }, { "name": "neptuneIamRoleArn", "value": "", "type": "query", "description": "The ARN of the IAM role for Neptune access." } ] }, "docs": "Returns the status of a Neptune ML data processing job." }, { "info": { "name": "Amazon Neptune Cancel an ML Data Processing Job", "type": "http" }, "http": { "method": "DELETE", "url": "https://neptune-graph.{region}.amazonaws.com/ml/dataprocessing/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path", "description": "The unique identifier of the data processing job." }, { "name": "clean", "value": "", "type": "query", "description": "Whether to delete all S3 artifacts when cancelling." }, { "name": "neptuneIamRoleArn", "value": "", "type": "query", "description": "The ARN of the IAM role for Neptune access." } ] }, "docs": "Cancels a running Neptune ML data processing job." }, { "info": { "name": "Amazon Neptune List ML Model Training Jobs", "type": "http" }, "http": { "method": "GET", "url": "https://neptune-graph.{region}.amazonaws.com/ml/modeltraining", "params": [ { "name": "maxItems", "value": "", "type": "query" }, { "name": "neptuneIamRoleArn", "value": "", "type": "query" } ] }, "docs": "Returns a list of active Neptune ML model training job IDs." }, { "info": { "name": "Amazon Neptune Start an ML Model Training Job", "type": "http" }, "http": { "method": "POST", "url": "https://neptune-graph.{region}.amazonaws.com/ml/modeltraining", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Neptune ML model training job using Amazon SageMaker." }, { "info": { "name": "Amazon Neptune Get ML Model Training Job Status", "type": "http" }, "http": { "method": "GET", "url": "https://neptune-graph.{region}.amazonaws.com/ml/modeltraining/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path" }, { "name": "neptuneIamRoleArn", "value": "", "type": "query" } ] }, "docs": "Returns the status of a Neptune ML model training job." }, { "info": { "name": "Amazon Neptune Cancel an ML Model Training Job", "type": "http" }, "http": { "method": "DELETE", "url": "https://neptune-graph.{region}.amazonaws.com/ml/modeltraining/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path" }, { "name": "clean", "value": "", "type": "query" }, { "name": "neptuneIamRoleArn", "value": "", "type": "query" } ] }, "docs": "Cancels a running Neptune ML model training job." }, { "info": { "name": "Amazon Neptune List ML Model Transform Jobs", "type": "http" }, "http": { "method": "GET", "url": "https://neptune-graph.{region}.amazonaws.com/ml/modeltransform", "params": [ { "name": "maxItems", "value": "", "type": "query" }, { "name": "neptuneIamRoleArn", "value": "", "type": "query" } ] }, "docs": "Returns a list of active Neptune ML model transform job IDs." }, { "info": { "name": "Amazon Neptune Start an ML Model Transform Job", "type": "http" }, "http": { "method": "POST", "url": "https://neptune-graph.{region}.amazonaws.com/ml/modeltransform", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Neptune ML model transform job that generates model artifacts for inference." }, { "info": { "name": "Amazon Neptune Get ML Model Transform Job Status", "type": "http" }, "http": { "method": "GET", "url": "https://neptune-graph.{region}.amazonaws.com/ml/modeltransform/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path" }, { "name": "neptuneIamRoleArn", "value": "", "type": "query" } ] }, "docs": "Returns the status of a Neptune ML model transform job." }, { "info": { "name": "Amazon Neptune Cancel an ML Model Transform Job", "type": "http" }, "http": { "method": "DELETE", "url": "https://neptune-graph.{region}.amazonaws.com/ml/modeltransform/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path" }, { "name": "clean", "value": "", "type": "query" }, { "name": "neptuneIamRoleArn", "value": "", "type": "query" } ] }, "docs": "Cancels a running Neptune ML model transform job." }, { "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." }, { "info": { "name": "Amazon Neptune Get ML Inference Endpoint Status", "type": "http" }, "http": { "method": "GET", "url": "https://neptune-graph.{region}.amazonaws.com/ml/endpoints/:endpointId", "params": [ { "name": "endpointId", "value": "", "type": "path" }, { "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/:endpointId", "params": [ { "name": "endpointId", "value": "", "type": "path" }, { "name": "clean", "value": "", "type": "query" }, { "name": "neptuneIamRoleArn", "value": "", "type": "query" } ] }, "docs": "Deletes a Neptune ML inference endpoint." } ] } ], "bundled": true }