GpUpdate: GpUpdate

Description Usage Arguments Value References

View source: R/GpUpdate.R

Description

Add new data to a trained model.

Usage

1
  GpUpdate(output, csv_instance, model_id, project, oauth)

Arguments

output

The generic output value - could be regression or class label.

csv_instance

The input features for this instance.

model_id

The unique name for the predictive model.

project

The project associated with the model.

oauth

The httr OAuth2.0 token reference class object to use for authentication.

Value

JSON response from the Google Prediction API converted into an R List.

References

Trainedmodels: update https://developers.google.com/prediction/docs/reference/v1.6/trainedmodels/update


jdeboer/gprediction documentation built on May 19, 2019, 8:24 a.m.