SymetryML Job Information
Specific Job Information
This API function reports specific job information.
URL
HTTP Responses
200
OK
Job has finished. {"statusCode":"OK","statusString":"Job is finished","values":{}}
202
ACCEPTED
Job is still running. {"statusCode":"ACCEPTED","statusString":"Job still running","values":{}}
400
BAD REQUEST
Invalid job ID. {"statusCode":"BAD_REQUEST","statusString":"No such job","values":{}}
HTTP Response Entity
AutoSelectJobs
Single ProjectInfo Jobs
List Projects Info Jobs
DS Predict Jobs
ExploreJob
SVDJob
PCA Job
AwsInfoJob
DSUpdateJob
SparkDSUpdateJob
ExploreVIFJob
Optimized Kmeans Job
DSPredictDataFrameJob
Other jobs do not return any entity.
List All Jobs
This API function lists all current jobs.
URL
HTTP Responses
200
OK
Job has finished. {"statusCode":"OK","statusString":"Job is finished","values":{}}
HTTP Response Entity
Response contains a list of all the currently created on the computer.
Kill a Job
This API function kills a job.
URL
HTTP Responses
200
OK
Job was killed.
202
ACCEPTED
Job cannot be killed.
400
BAD REQUEST
Invalid job ID. {"statusCode":"BAD_REQUEST","statusString":"No such job","values":{}}
Last updated