You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -83,7 +83,7 @@ This method can be used for any Scale supported task type using the following fo
83
83
84
84
Passing in the applicable values into the function definition. The applicable fields and further information for each task type can be found in `Scale's API documentation`__.
85
85
86
-
__https://docs.scale.com/reference
86
+
__https://scale.com/docs/api-reference
87
87
88
88
.. code-block:: python
89
89
@@ -117,7 +117,7 @@ Retrieve a task
117
117
118
118
Retrieve a task given its id. Check out `Scale's API documentation`__ for more information.
Cancel a task given its id if work has not started on the task (task status is ``Queued`` in the UI). Check out `Scale's API documentation`__ for more information.
Manage the members of your Scale team via API. Check out `Scale Team API Documentation`__ for more information.
628
628
629
-
__https://docs.scale.com/reference/teams-overview
629
+
__https://scale.com/docs/team-getting-started
630
630
631
631
List Teammates
632
632
^^^^^^^^^^^^^^
@@ -689,7 +689,7 @@ Create an evaluation task.
689
689
690
690
Passing in the applicable values into the function definition. The applicable fields are the same as for create_task. Applicable fields for each task type can be found in `Scale's API documentation`__. Additionally an expected_response is required. An optional initial_response can be provided if it's for a review phase evaluation task.
691
691
692
-
__https://docs.scale.com/reference
692
+
__https://scale.com/docs/api-reference
693
693
694
694
.. code-block:: python
695
695
@@ -899,7 +899,7 @@ as a `ScaleException` parent type and child exceptions:
899
899
- ``ScaleServiceUnavailable``: 503 - Server Timeout From Request Queueing -- Try again later.
900
900
- ``ScaleTimeoutError``: 504 - Server Timeout Error -- Try again later.
901
901
902
-
Check out `Scale's API documentation <https://docs.scale.com/reference#errors>`_ for more details.
902
+
Check out `Scale's API documentation <https://scale.com/docs/api-reference/errors>`_ for more details.
0 commit comments