Session
Create Session
Create a new session to group inference results.
Returns
Returns a Session object.
Example
Parameters
The ID of the version to associate with this session.
A client-provided session ID. If not provided, one will be auto-generated.
The ID of a test case. Required for non-production sessions (is_production=False
).
The context provided to the AI product during the session.
A flag to indicate if the session is from a production environment. Defaults to False
.