forked from singnet/snet-daemon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
indentation
- Loading branch information
anandrgitnirman
committed
May 26, 2022
1 parent
b265b1d
commit 7ce4dc7
Showing
3 changed files
with
26 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,35 @@ | ||
# Model Training | ||
|
||
|
||
# Model Training | ||
|
||
## Model - Lifecycle - CREATE/UPDATE/DELETE/GETDETAILS | ||
|
||
### CreateModel | ||
Request to create a model, please note as part of MVP1, there will not be any workflows associated with model request approval | ||
|
||
AI consumers , will pass the below details | ||
list of addresses that can access this model ( applicable if model is not public) | ||
is model is public | ||
Description of the model | ||
Request to create a model, please note as part of MVP1, there will not be any workflows associated with model request | ||
approval | ||
|
||
AI consumers , will pass the below details list of addresses that can access this model ( applicable if model is not | ||
public) | ||
is model is public Description of the model | ||
|
||
In return the AI consumer will get back a model ID | ||
|
||
###UpdateModelAccess | ||
AI consumer can add/remove addresses associated with a given model , can also make this public from private and viceversa. | ||
### UpdateModelAccess | ||
|
||
AI consumer can add/remove addresses associated with a given model , can also make this public from private and | ||
viceversa. | ||
|
||
### DeleteModel | ||
|
||
AI consumer had created and can request that the model be deleted. | ||
|
||
### GetModelStatus | ||
|
||
Pass the model Id and get back the training status of this model | ||
|
||
### GetAllAccessibleModels | ||
An AI consumer can always call back this method to determine the list of models associated to a given address , this can be used while making inference calls , the AI consumer can pick the model of their | ||
choice if multiple models are available | ||
|
||
An AI consumer can always call back this method to determine the list of models associated to a given address , this can | ||
be used while making inference calls , the AI consumer can pick the model of their choice if multiple models are | ||
available | ||
|
||
![](/home/adminaccount/Downloads/trainingflow.png.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters