File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/runloop_api_client/types Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1111__all__ = ["BenchmarkStartRunParams" ]
1212
1313
14+ # Split into separate params so that OO SDK start_run params can omit the benchmark_id
15+ # Neither of these params are exposed to the user, only the derived SDKBenchmarkStartRunParams
1416class BenchmarkSelfStartRunParams (TypedDict , total = False ):
1517 metadata : Optional [Dict [str , str ]]
1618 """User defined metadata to attach to the benchmark run for organization."""
Original file line number Diff line number Diff line change 77__all__ = ["RunListParams" ]
88
99
10+ # Split into separate params so that OO SDK list_runs params can omit the benchmark_id
11+ # Neither of these params are exposed to the user, only the derived SDKBenchmarkListRunsParams
1012class RunSelfListParams (TypedDict , total = False ):
1113 limit : int
1214 """The limit of items to return. Default is 20. Max is 5000."""
You can’t perform that action at this time.
0 commit comments