Model Management

Loading...
The Model Management API provides basic resources for monitoring performance, comparing models, and running workflow processes.

Performance Jobs

Contains the operations for the Performance Jobs resource.
get
Get a list of jobs for a performance task
Internal-Use OnlyReturns a list of the jobs and the performance results that are associated with a specified task ID.
/performanceTasks/{taskId}/performanceJobs
get
Get performance job results
Internal-Use OnlyReturns the performance results that are associated with the specified task ID and job ID.
/performanceTasks/{taskId}/performanceJobs/{jobId}
delete
Delete a performance job
Internal-Use OnlyDeletes the specified performance job.
/performanceTasks/{taskId}/performanceJobs/{jobId}
get
Get the state of a performance job
Internal-Use OnlyReturns the state of the specified performance job.
/performanceTasks/{taskId}/performanceJobs/{jobId}/state
get
Get the performance job code
Internal-Use OnlyReturns the performance job execution code for a performance task.
/performanceTasks/{taskId}/performanceJobs/{jobId}/code
get
Get a performance job log
Internal-Use OnlyReturns the execution log for a performance job.
/performanceTasks/{taskId}/performanceJobs/{jobId}/log
get
Get the performance report data
Internal-Use OnlyRetrieves the performance monitoring report data associated with the specified task ID.
/performanceTasks/{taskId}/performanceReportData
get
Get the performance result data for plot
Internal-Use OnlyRetrieves the performance monitoring result data associated with the specified task ID.
/performanceTasks/{taskId}/resultPlotData
get
Get the time periods from a performance task
Internal-Use OnlyRetrieves the time period data associated with the specified task ID.
/performanceTasks/{taskId}/timeSK

Performance Tasks

Contains the operations for the Performance Tasks resource.

Workflow Associations

Contains the operations for the Workflow Associations resource.

Workflow Processes

Contains the operations for the Workflow Processes resource.

Workflow Process Variables

Contains the operations for the Workflow Process Variables resource.
get
Get variables within a workflow process
Internal-Use OnlyReturns the variables within a workflow process that are associated with SAS Model Manager.
/workflow/processes/{processId}/variables
patch
Update variables within a workflow process
Internal-Use OnlyUpdate variables within a workflow process that is associated with SAS Model Manager. The media type of the returned collection items is application/vnd.sas.workflow.variable+json. Users are restricted to updating the variable with a name of modelProjectId.
/workflow/processes/{processId}/variables
get
Get variable by name from a process
Internal-Use OnlyReturns the variable with the specified name from a process that is associated with SAS Model Manager.
/workflow/processes/{processId}/variables/{variableName}
put
Update variable within a process
Internal-Use OnlyUpdates the variable with the specified name within the process associated with SAS Model Manager. Users are restricted to updating the variable with a name of modelProjectId.
/workflow/processes/{processId}/variables/{variableName}
get
Get variables within a subprocess
Internal-Use OnlyReturns the variables within a subprocess that is associated with SAS Model Manager.
/workflow/processes/{processId}/subprocesses/{subprocessId}/variables
patch
Update variables within a subprocess
Internal-Use OnlyUpdates variables within a subprocess that is associated with SAS Model Manager. The media type of the returned collection items is application/vnd.sas.workflow.variable+json. Users are restricted to updating the variable with a name of modelProjectId.
/workflow/processes/{processId}/subprocesses/{subprocessId}/variables
get
Get variable by name within a subprocess
Internal-Use OnlyRetrieves a variable with the specified name within a subprocess that is associated with SAS Model Manager.
/workflow/processes/{processId}/subprocesses/{subprocessId}/variables/{variableName}
put
Update variable within a subprocess
Internal-Use OnlyUpdates a variable with the specified name within a subprocess that is associated with SAS Model Manager. Users are restricted to updating the variable with a name of modelProjectId.
/workflow/processes/{processId}/subprocesses/{subprocessId}/variables/{variableName}
post
Notify process of received messages
Internal-Use OnlyNotifies a process that is associated with a SAS Model Manager client that a message has been received.
/workflow/processes/{processId}/receivedMessages

Workflow Tasks

Contains the operations for the Workflow Tasks resource.

Alert Rules

Contains the operations for the Alert Rules resource.

Model Comparison Reports

Contains the operations for a generating model comparison reports.

Multi-Variate Prediction Summary

Contains the distinct values along with the frequency for the specific variable in a CAS table.