Client.prototype.insert = function(options, cb) {
  if(!options.storageDataLocation) {
    return cb(errors.NO_STORAGE_DATA_LOCATION_ERROR);
  }
  this._trainedModelsCaller('insert', options, cb);