predict

abstract suspend fun predict(input: PredictRequest): PredictResponse

Generates a prediction for the observation using the specified ML Model.

Note: Not all response parameters will be populated. Whether a response parameter is populated depends on the type of model requested.