All REST Endpoints
I Generic
The operations from the I Generic category.
- Get Metadata for all Versions
- Method: getPath:
/omlmod/ - Get Open API Specification
- Method: getPath:
/omlmod/v1/api - Get Version 1 Metadata
- Method: getPath:
/omlmod/v1
II Repository
The operations from the II Repository category.
- Delete Model
- Method: deletePath:
/omlmod/v1/models/{modelId} - Get Model Content
- Method: getPath:
/omlmod/v1/models/{modelId}/content - Get Model Information
- Method: getPath:
/omlmod/v1/models/{modelId} - Get Model Metadata
- Method: getPath:
/omlmod/v1/models/{modelId}/metadata - Get Models List
- Method: getPath:
/omlmod/v1/models - Store Model
- Method: postPath:
/omlmod/v1/models - Update Model Namespace
- Method: postPath:
/omlmod/v1/models/{modelId}
III Deployment
The operations from the III Deployment category.
- Create Model Endpoint
- Method: postPath:
/omlmod/v1/deployment - Delete Endpoint
- Method: deletePath:
/omlmod/v1/deployment/{uri} - Get Endpoint Details
- Method: getPath:
/omlmod/v1/deployment/{uri} - Get Endpoints
- Method: getPath:
/omlmod/v1/deployment - Get Open API Specification for Endpoint
- Method: getPath:
/omlmod/v1/deployment/{uri}/api - Score Model Using Endpoint
- Method: postPath:
/omlmod/v1/deployment/{uri}/score
IV Cognitive Text
The operations from the IV Cognitive Text category.
- Get Endpoints
- Method: getPath:
/omlmod/v1/cognitive-text - Get Most Relevant Keywords
- Method: postPath:
/omlmod/v1/cognitive-text/keywords - Get Most Relevant Topics
- Method: postPath:
/omlmod/v1/cognitive-text/topics - Get Numeric Features
- Method: postPath:
/omlmod/v1/cognitive-text/features - Get Semantic Similarities
- Method: postPath:
/omlmod/v1/cognitive-text/similarity - Get Sentiments
- Method: postPath:
/omlmod/v1/cognitive-text/sentiment - Get Summaries
- Method: postPath:
/omlmod/v1/cognitive-text/summary
V Asynchronous Jobs
The operations from the V Asynchronous Jobs category.
- Delete a Job
- Method: deletePath:
/omlmod/v1/jobs/{jobId} - Get Job Details
- Method: getPath:
/omlmod/v1/jobs/{jobId} - Get Job Run Details
- Method: getPath:
/omlmod/v1/jobs/{jobId}/runs - Lists Jobs
- Method: getPath:
/omlmod/v1/jobs - Perform a Job Action
- Method: postPath:
/omlmod/v1/jobs/{jobId}/action - Poll Asynchronous Job Submission or Update
- Method: getPath:
/omlmod/v1/jobs/{jobId}/check - Submit a New Job
- Method: postPath:
/omlmod/v1/jobs - Update a Job
- Method: postPath:
/omlmod/v1/jobs/{jobId}