Uses a specified model to run inference on a given dataset. Can only use models trained for prediction. Inference can only be run with models that have completed training. By default, attempts to coerce the given dataset into the input schema required by the model (e.g., adding missing required columns and populating them with null values). Set coerce_schema=False to prevent schema coercion and enforce strict validation. When coerce_schema=False, the system specifically expects that the required input columns associated with the model are a subset of the columns of the dataset and that the types match.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response