Open sdonohoo opened 4 years ago
Are there any other resources with examples of batch endpoints for R models? I've been trying to find something, but the majority of the R Azure ML is outdated and does not use the CLI v2.
@ray-pacheco Unfortunately, AzureML managed batch endpoints do not support R at this time. I am still investigating ways to do this as changes are made on the batch endpoint backend but, in the meantime, a pipeline using R components is probably the best approach to batch scoring with R.
That explains why I haven't been able to find anything. Thanks! I'll look into using R components in a pipeline!
Will address using AzureML CLI v2 managed endpoint