C# Class BigML.Execution

Once a WhizzML script has been created, you can execute it as many times as you want. Every execution will return a list of outputs and/or BigML resources (models, ensembles, clusters, predictions, etc.) that were created during the given run. It's also possible to execute a pipeline of more than one scripts in one request. The complete and updated reference with all available parameters is in our documentation website.
Inheritance: Response
Show file Open project: bigmlcom/bigml-csharp Class Usage Examples