PatchInteractiveSessionResponse¶
- class baseten.client.managementapi.PatchInteractiveSessionResponse(*, interactive_session, message)¶
Bases:
BaseModel- Parameters:
interactive_session (InteractiveSession)
message (str)
- model_config = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].