SQL API client to send all SQL query requests.
Partially adjusts this model with the given options.
Name of the model.
Project the model belongs to.
Queries this model for a batch prediction by joining with another data source.
Name of the model.
Column that the model predicts.
Project the model belongs to.
Options to use when querying the model.
Describes the features of this model.
Name of the model.
Project the model belongs to.
Optional
unique_id: stringOptional unique id to filter the accuracy by.
Describes the features of this model.
Name of the model.
Project the model belongs to.
Gets a model by name and project.
Name of the model.
Project the model belongs to.
Optional
version: numberThe version of the model.
Private
makePrivate
makePrivate
makePrivate
makePrivate
makePrivate
makePrivate
makePrivate
makePrivate
makePrivate
makeQueries this model for a single prediction. For batch predictions, use batchQuery.
Name of the model.
Column that the model predicts.
Project the model belongs to.
Options to use when querying the model.
Rerains this model with the given options.
Name of the model.
Column for the model to predict.
Project the model belongs to.
Optional
trainingOptions: TrainingOptionsTrains this model with the given options.
Name of the model.
Column for the model to predict.
Project the model belongs to.
Generated using TypeDoc
Implementation of ModelsApiClient that goes through the REST API