Coinfer
Schemas
Copy Page
Coinfer
Root markdown
Authorization
Get Auth0 login configuration
Login with Auth0.
Login with password.
Get information of current user.
Update information of current user.
Logout the system.
List all of current user's tokens.
Create a new authorization token.
Update a token by its ID.
Delete a token by its ID.
Other
Get changelogs of Coinfer.
Model
List models.
Delete models in batch.
Create a new model.
Update a model by its ID.
View a model by its ID.
View share snapshot of a model
Get configuration about how to run a model.
Share
Share a model specified by model ID.
Delete model shares.
Get basic share information of a model sharing.
Share an experiment.
Delete experiment shares.
Get sharing information of an experiment.
Experiment
List experiments or data.
Create an experiment.
Delete experiments in batch.
View an experiment by its ID.
Update an experiment by its ID.
View a data object by its ID.
Update a data object by its ID.
Delete a data object by its ID.
Get Cloudwatch logs
Schemas
示例数据模型
RunModelParam
Pet
Category
Tag
Schemas
UserLogin
Auth0ConfigRsp
ModifyCurrentUser
SuccRsp[Auth0ConfigRsp]
CreateToken
Auth0LoginRsp
ModifyToken
SuccRsp[Auth0LoginRsp]
ListModels
SuccRsp[UserLoginRsp]
BatchDeleteModel
UserLoginRsp
CreateModel
ErrRsp
ModelContent
ModelMeta
SuccRsp[UserInfoRsp]
ModelTreeNode
UserInfoRsp
UpdateModel
CreateShare
SuccRsp[NoneType]
DeleteModelShare
GetTokensRsp
ListObject
SuccRsp[list[GetTokensRsp]]
BatchDeleteExperiment
SuccRsp[GetTokensRsp]
ViewXP
UpdateXP
UpdateData
GetChangelogRsp
DeleteExperimentShare
SuccRsp[GetChangelogRsp]
ListModelsRspItem
ListingRspData[ListModelsRspItem]
ListingRsp[ListModelsRspItem]
ShareInfoModel
SuccRsp[ListModelsRspItem]
SuccRsp[ViewModelsRsp]
ViewModelShareInfo
ViewModelsRsp
GetConfigRsp
SuccRsp[GetConfigRsp]
CreateShareRsp
SuccRsp[CreateShareRsp]
GetShareRsp
SuccRsp[GetShareRsp]
ListObjectRsp
ListingRspData[ListObjectRsp]
ListingRsp[ListObjectRsp]
MetaModel
SuccRsp[Any]
SuccRsp[ViewCloudwatchLogsRsp]
ViewCloudwatchLogsRsp
Schemas
Copy Page
SuccRsp_GetShareRsp_(SuccRsp[GetShareRsp])
{
"status"
:
"ok"
,
"data"
:
{
"require_password"
:
true
}
}