SamplingServer

class baseten.client.managementapi.SamplingServer(*, id, base_url, model_id, deployment_id)

Bases: BaseModel

Parameters:
  • id (str)

  • base_url (str)

  • model_id (str)

  • deployment_id (str)

model_config = {}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].