{ "opencollection": "1.0.0", "info": { "name": "SAP AI Core Addresses Artifacts API", "version": "2.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{subdomain}.authentication.{region}.hana.ondemand.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Artifacts", "type": "folder" }, "items": [ { "info": { "name": "Sap List Artifacts", "type": "http" }, "http": { "method": "GET", "url": "https://api.ai.{region}.cfapps.{landscape}.hana.ondemand.com/v2/lm/artifacts", "headers": [ { "name": "AI-Resource-Group", "value": "" } ] }, "docs": "Retrieves all artifacts (models, datasets) in the resource group." }, { "info": { "name": "Sap Register an Artifact", "type": "http" }, "http": { "method": "POST", "url": "https://api.ai.{region}.cfapps.{landscape}.hana.ondemand.com/v2/lm/artifacts", "headers": [ { "name": "AI-Resource-Group", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Registers a new artifact (model or dataset) for use in executions and deployments." } ] } ], "bundled": true }