/** * Google Cloud Machine Learning Engine * * An API to enable creating and using machine learning models. * * @example * const google = require('googleapis'); * const ml = google.ml('v1'); * * @namespace ml * @type {Function} * @version v1 * @variation v1 * @param {object=} options Options for Ml */ declare function Ml(options: any): void; export = Ml;