Skip to content

Commit 632f8aa

Browse files
author
Diego Ardila
committed
added call to endpoint
1 parent b664115 commit 632f8aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nucleus/slice.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,11 @@ def annotate(
145145
batch_size=batch_size,
146146
)
147147

148+
def send_to_labeling(self, project_id: str):
149+
return self._client.make_request(
150+
{}, f"slice/{self.slice_id}/{project_id}/send_to_labeling"
151+
)
152+
148153

149154
def check_annotations_are_in_slice(
150155
annotations: List[Annotation], slice_to_check: Slice

0 commit comments

Comments
 (0)