MLCloudModel
class NatML.MLCloudModel : MLModel
Creating the Model
/// <summary>
/// Create a cloud ML model.
/// </summary>
/// <param name="tag">Predictor tag.</param>
/// <param name="accessKey">NatML access key.</param>
static Task<MLCloudModel> Create (string tag, string accessKey = null);Making Predictions
Disposing the Model
Last updated