R/models.R
gcat_batch_predict.Rd
Perform a batch prediction. Unlike the online Predict, batchprediction result won't be immediately available in the response. Instead,a long running operation object is returned.
gcat_batch_predict(modelDisplayName, inputSource, outputTarget)
modelDisplayName | the name of the model shown in the interface |
---|---|
inputSource | Google Cloud Storage URIs to input files, up to 2000 characters long. Full object path, e.g. gs://bucket/directory/object.csv |
outputTarget | STRING Required. Google Cloud Storage URI to output directory, up to 2000 characters long. Prefix path: gs://bucket/directory The requesting user must have write permission to the bucket. The directory is created if it doesn't exist. |
Other Model functions:
gcat_create_model()
,
gcat_get_model()
,
gcat_list_model_evaluations()
,
gcat_list_models()