Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1 KB

Body1.md

File metadata and controls

15 lines (11 loc) · 1 KB

Body1

Properties

Name Type Description Notes
predictor_name str The predictor name of the seldon deployment to get inference logs for. e.g. "default", "canary", "shadow"
container_name str The container name of the seldon deployment to get inference logs for. e.g. "my-container", "input-transformer", "output-transformer"
start_time datetime The start time of the inference logs to get. [optional]
end_time datetime The end time of the inference logs to get. [optional]
limit int The maximum number of inference logs to get. [optional]
page_token str The page token to use to get the next page of inference logs. [optional]

[Back to Model list] [Back to API list] [Back to README]