Skip to main content
The Stream Client is used for real-time logging of model predictions, providing lower latency than batch logging.

log()

The log() method migrates from client.log() to client.ml.log_stream().

Parameter Reference

This table provides a complete mapping of all parameters between v7 and v8, including which parameters were removed, renamed, or remain unchanged.

Side-by-Side Comparison

See the complete migration in action with this example showing both client initialization and streaming model predictions.