/// Make a prediction on one or more Cloud ML features.
/// <param name="inputs">Input Cloud ML features.</param>
/// <param name="options">Hub prediction options.</param>
/// <returns>Output Cloud ML features.</returns>
Task<MLFeatureCollection<MLCloudFeature>> Predict (MLCloudFeature[] inputs, PredictionOptions options);