File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/superannotate/lib/app/interface Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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 """
You can’t perform that action at this time.
0 commit comments