gcat_batch_predict: Perform a batch prediction. Unlike the online Predict,...

View source: R/models.R

gcat_batch_predictR Documentation

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.

Description

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.

Usage

gcat_batch_predict(modelDisplayName, inputSource, outputTarget)

Arguments

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.

See Also

Other Model functions: gcat_create_model(), gcat_get_model(), gcat_list_model_evaluations(), gcat_list_models()


justinjm/googleCloudAutoMLTablesR documentation built on Jan. 11, 2023, 7:38 p.m.