Description The entity returned by the job depends on the type of job that just finished. For example:
AutoSelectJobs
The JobInfo will contains many additional information in the details map. All the MLContext parameters are returned as well as the id of the data source being used for validation dataset or the first 5 lines of the Dataframe if an actual DataFrame was used instead of a data source id - depending on which REST method was used (With data source id or with a Dataframe)
returns a KSVSMap. The returned keys are in the format kmeans_{N}_wssse and kmeans_{N}_silhouette where the corresponding values represent the respective WSSSE and Silhouette scores for a model build with N clusters.
DSPredictDataFrameJob
returns a DataFrame. The returned DataFrame contains the following information: id - row id res - anomaly flag via a simple rule q95 - 95% quantile of model scores q98 - 98% quantile of model scores q99 - 99% quantile of model scores evt - anomaly flag via Extreme Value Theory rule
Other jobs do not return any entity.
If a job is not finished or has yet to be started, it returns a JobInfo entity that contains detailed information about a given job. See JobInfo.