Skip to content

Commit 4fb4ac0

Browse files
authored
Merge pull request #232 from superannotateai/docs
Docs
2 parents 4c6b9ab + 7c0e6e8 commit 4fb4ac0

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
@@ -2290,12 +2290,14 @@ def attach_video_urls_to_project(
22902290
annotation_status: Optional[Status] = "NotStarted",
22912291
):
22922292
"""Link videos on external storage to SuperAnnotate.
2293+
22932294
:param project: project name or project folder path
22942295
:type project: str or dict
22952296
:param attachments: path to csv file on attachments metadata
22962297
:type attachments: Path-like (str or Path)
22972298
:param annotation_status: value to set the annotation statuses of the linked videos: NotStarted InProgress QualityCheck Returned Completed Skipped
22982299
:type annotation_status: str
2300+
22992301
:return: attached videos, failed videos, skipped videos
23002302
:rtype: (list, list, list)
23012303
"""
@@ -2556,6 +2558,7 @@ def run_training(
25562558
log: Optional[StrictBool] = False,
25572559
):
25582560
"""Runs neural network training
2561+
25592562
:param model_name: name of the new model
25602563
:type model_name: str
25612564
:param model_description: description of the new model
@@ -2572,6 +2575,7 @@ def run_training(
25722575
:type hyperparameters: dict
25732576
:param log: If true will log training metrics in the stdout
25742577
:type log: boolean
2578+
25752579
:return: the metadata of the newly created model
25762580
:rtype: dict
25772581
"""

0 commit comments

Comments
 (0)