Create analytics training service with value stream input
Hi,
I have created a service that will:
- Convert a value stream into an infotable (via QueryPropertyHistory)
- Use CreateInfoTableFromDataShape (referencing AnalyticsDatasetRef and AnalyticsDatasetMetadata) to create another reference infotable that will append data from the original value stream infotable
- Use the CreateJob() service from the Analytics_Server_Training_Thing to output a model ID using the reference infotable
I am able to output a model ID but when I run it through the GetJobInfo() service under the Training Thing it shows that my model fails.
Has anyone attempted to create a service that calls the Analytics_Server_Training_Thing, and if so, is there a key step I'm missing or any tips? Do I need to implement the CreateDatasetWithDatasetRef service from the Analytics Data Thing in order to get a dataURI?
Thanks!

