Assigns cluster labels to the input dataset using a trained clustering model. The model must be in COMPLETE status. Returns the cluster assignments for each instance. 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