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
description: 'Algorithmia API Key, used when uploading the model file'
9
+
required: true
10
+
algorithmia_username:
11
+
description: 'Algorithmia Username, used as Git Commit Username and as part of default model upload path'
12
+
required: true
13
+
algorithmia_email:
14
+
description: 'Algorithmia Email, used as Git Commit Email'
15
+
required: true
16
+
algorithmia_password:
17
+
description: 'Algorithmia Password. Only required if the algorithm is hosted on Algorithmia.'
18
+
required: false
19
+
github_username:
20
+
description: 'Github username owning the algorithm repository, used to clone the algorithm repository. Only required if the algorithm is hosted on Github.'
21
+
required: false
22
+
github_pat:
23
+
description: 'Github Personal Access Token, used to clone the algorithm repository. Only required if the algorithm is hosted on Github.'
24
+
required: false
25
+
algorithmia_algoname:
26
+
description: 'Algorithmia Algorithm name'
27
+
required: true
28
+
algorithmia_uploadpath:
29
+
description: 'Algorithmia data collection name to upload the model file'
0 commit comments