BaseImage¶
- class baseten.client.modelconfig.BaseImage(*, image='', python_executable_path='', docker_auth=None, **extra_data)¶
Bases:
BaseModel- Parameters:
image (str | None)
python_executable_path (str | None)
docker_auth (DockerAuthSettings | None)
extra_data (Any)
- model_config = {'extra': 'allow'}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].