predict

inline suspend fun MachineLearningClient.predict(crossinline block: PredictRequest.Builder.() -> Unit): 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.