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.
The ID of a test case. Required for non-production sessions (is_production=False
).
A client-provided custom ID for the session.
This is useful to associate sessions in the Galtea platform with those in your application.
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
.