Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cfg = getConfig()
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { zrpc.RpcServerConf OctopusConfig OctopusConfig OctopusApi OctopusApi PcmCoreRpcConf zrpc.RpcClientConf LogConf logx.LogConf RedisConf redis.RedisConf }
type OctopusApi ¶
type OctopusApi struct { GetUserImageList string GetMyAlgorithmList string GetNotebookList string GetMydatasetList string CreateImage string DeleteImage string CreateDataSet string DeleteDataSet string GetAlgorithmApplyList string GetAlgorithmFrameworkList string DeleteMyAlgorithm string CreateMyAlgorithm string GetAlgorithmList string GetAlgorithm string DownloadAlgorithm string UploadAlgorithm string UploadAlgorithmConfirm string UploadImage string UploadImageConfirm string UploadDataSet string UploadDataSetConfirm string CreateDataSetVersion string DeleteDataSetVersion string GetDatasetVersionList string DeleteNotebook string StartNotebook string StopNotebook string CreateNotebook string GetNotebook string CreateTrainJob string GetDatasetApplyList string GetDatasetTypeList string GetTrainJobList string GetMyModelList string GetModelVersionList string DeleteMyModel string DeleteModelVersion string DownloadModelVersion string GetTrainJob string DeleteTrainJob string StopTrainJob string GetTrainJobEvent string GetTrainJobMetric string CreateModelDeploy string GetModelDeployList string GetModelDeploy string GetModelDeployEvent string StopModelDeploy string DeleteModelDeploy string InferModelDeploy string }
Click to show internal directories.
Click to hide internal directories.