GetModelsDeploymentsLogsRequest¶
- class baseten.client.managementapi.GetModelsDeploymentsLogsRequest(*, start_epoch_millis=None, end_epoch_millis=None, direction=None, limit=<factory>, min_level=None, replica=None, request_id=None, component=None, search_pattern=None, includes=None, excludes=None)¶
Bases:
BaseModel- Parameters:
start_epoch_millis (int | None)
end_epoch_millis (int | None)
direction (SortOrder | None)
limit (Limit | None)
min_level (LogLevel | None)
replica (Replica | None)
request_id (RequestId | None)
component (Component | None)
search_pattern (SearchPattern | None)
includes (Annotated[list[str] | None, MaxLen(max_length=8)])
excludes (Annotated[list[str] | None, MaxLen(max_length=8)])
- model_config = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].