AuditLogEventModelDeploymentDeactivated¶
- class baseten.client.managementapi.AuditLogEventModelDeploymentDeactivated(*, event_type, model_id, model_name, deployment_id, deployment_name)¶
Bases:
BaseModel- Parameters:
event_type (Annotated[Literal['MODEL_DEPLOYMENT_DEACTIVATED'], FieldInfo(annotation=NoneType, required=True, title='Event Type')])
model_id (Annotated[str, FieldInfo(annotation=NoneType, required=True, title='Model Id')])
model_name (Annotated[str, FieldInfo(annotation=NoneType, required=True, title='Model Name')])
deployment_id (Annotated[str, FieldInfo(annotation=NoneType, required=True, title='Deployment Id')])
deployment_name (Annotated[str, FieldInfo(annotation=NoneType, required=True, title='Deployment Name')])
- model_config = {'extra': 'forbid'}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].