InteractiveSession¶
- class baseten.client.managementapi.InteractiveSession(*, id, trigger, timeout_minutes, session_provider, auth_provider, pod_name, expires_at=None, tunnel_name=None, auth_code=None, auth_url=None, auth_code_generated_at=None, authenticated_at=None, working_directory=None)¶
Bases:
BaseModel- Parameters:
id (str)
trigger (str)
timeout_minutes (int)
session_provider (str)
auth_provider (str)
pod_name (str)
expires_at (AwareDatetime | None)
tunnel_name (str | None)
auth_code (str | None)
auth_url (str | None)
auth_code_generated_at (AwareDatetime | None)
authenticated_at (AwareDatetime | None)
working_directory (str | None)
- model_config = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].