Skip to content

Commit 74ca76c

Browse files
committed
update docs with scorer classes, methods and types
1 parent c1f617e commit 74ca76c

5 files changed

Lines changed: 33 additions & 0 deletions

File tree

docs/sdk/async/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ Asynchronous resource classes for working with devboxes, blueprints, snapshots,
2626
blueprint
2727
snapshot
2828
storage_object
29+
scorer
2930

docs/sdk/async/scorer.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Scorer
2+
======
3+
4+
The ``AsyncScorer`` class provides asynchronous methods for managing custom scenario scorers.
5+
6+
.. automodule:: runloop_api_client.sdk.async_scorer
7+
:members:
8+
9+

docs/sdk/sync/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ Synchronous resource classes for working with devboxes, blueprints, snapshots, a
2626
blueprint
2727
snapshot
2828
storage_object
29+
scorer
2930

docs/sdk/sync/scorer.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Scorer
2+
======
3+
4+
The ``Scorer`` class provides synchronous methods for managing custom scenario scorers.
5+
6+
.. automodule:: runloop_api_client.sdk.scorer
7+
:members:
8+
9+

docs/sdk/types.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,19 @@ These TypeDicts define parameters for storage object creation, listing, and down
7878

7979
.. autotypeddict:: runloop_api_client.sdk._types.SDKObjectDownloadParams
8080

81+
Scorer Parameters
82+
-----------------
83+
84+
These TypeDicts define parameters for scorer creation, listing, updating, and validation.
85+
86+
.. autotypeddict:: runloop_api_client.sdk._types.SDKScorerCreateParams
87+
88+
.. autotypeddict:: runloop_api_client.sdk._types.SDKScorerListParams
89+
90+
.. autotypeddict:: runloop_api_client.sdk._types.SDKScorerUpdateParams
91+
92+
.. autotypeddict:: runloop_api_client.sdk._types.SDKScorerValidateParams
93+
8194
Core Request Options
8295
--------------------
8396

0 commit comments

Comments
 (0)