Skip to content

Commit 7c0e6e8

Browse files
committed
Fix docs
1 parent 3b86805 commit 7c0e6e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/superannotate/lib/app/interface/sdk_interface.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2289,12 +2289,14 @@ def attach_video_urls_to_project(
22892289
annotation_status: Optional[Status] = "NotStarted",
22902290
):
22912291
"""Link videos on external storage to SuperAnnotate.
2292+
22922293
:param project: project name or project folder path
22932294
:type project: str or dict
22942295
:param attachments: path to csv file on attachments metadata
22952296
:type attachments: Path-like (str or Path)
22962297
:param annotation_status: value to set the annotation statuses of the linked videos: NotStarted InProgress QualityCheck Returned Completed Skipped
22972298
:type annotation_status: str
2299+
22982300
:return: attached videos, failed videos, skipped videos
22992301
:rtype: (list, list, list)
23002302
"""
@@ -2554,6 +2556,7 @@ def run_training(
25542556
log: Optional[StrictBool] = False,
25552557
):
25562558
"""Runs neural network training
2559+
25572560
:param model_name: name of the new model
25582561
:type model_name: str
25592562
:param model_description: description of the new model
@@ -2570,6 +2573,7 @@ def run_training(
25702573
:type hyperparameters: dict
25712574
:param log: If true will log training metrics in the stdout
25722575
:type log: boolean
2576+
25732577
:return: the metadata of the newly created model
25742578
:rtype: dict
25752579
"""

0 commit comments

Comments
 (0)