Documentation ¶
Index ¶
- type CreateAlgorithmLogic
- type CreateDataSetLogic
- type CreateExportTaskLogic
- type CreateNotebookLogic
- type CreateProcessorTaskLogic
- type CreateServiceLogic
- type CreateTaskLogic
- type CreateTrainingJobLogic
- type CreateVisualizationJobLogic
- type DeleteAlgorithmLogic
- type DeleteDataSetLogic
- type DeleteServiceLogic
- type DeleteTrainingJobLogic
- type GetExportTaskStatusOfDatasetLogic
- type GetExportTasksOfDatasetLogic
- type GetListTrainingJobsLogic
- type GetNotebookStorageLogic
- type GetVisualizationJobLogic
- type ListAlgorithmsLogic
- type ListClustersLogic
- type ListDataSetLogic
- type ListImportLogic
- type ListNotebookLogic
- type ListServicesLogic
- type MountNotebookStorageLogic
- type ShowAlgorithmByUuidLogic
- type ShowServiceLogic
- type StartNotebookLogic
- type StopNotebookLogic
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateAlgorithmLogic ¶
func NewCreateAlgorithmLogic ¶
func NewCreateAlgorithmLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateAlgorithmLogic
func (*CreateAlgorithmLogic) CreateAlgorithm ¶
func (l *CreateAlgorithmLogic) CreateAlgorithm(req *types.CreateAlgorithmReq) (resp *types.CreateAlgorithmResp, err error)
type CreateDataSetLogic ¶
func NewCreateDataSetLogic ¶
func NewCreateDataSetLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateDataSetLogic
func (*CreateDataSetLogic) CreateDataSet ¶
func (l *CreateDataSetLogic) CreateDataSet(req *types.CreateDataSetReq) (resp *types.CreateDataSetResp, err error)
type CreateExportTaskLogic ¶
func NewCreateExportTaskLogic ¶
func NewCreateExportTaskLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateExportTaskLogic
func (*CreateExportTaskLogic) CreateExportTask ¶
func (l *CreateExportTaskLogic) CreateExportTask(req *types.CreateExportTaskReq) (resp *types.ExportTaskDataResp, err error)
type CreateNotebookLogic ¶
func NewCreateNotebookLogic ¶
func NewCreateNotebookLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateNotebookLogic
func (*CreateNotebookLogic) CreateNotebook ¶
func (l *CreateNotebookLogic) CreateNotebook(req *types.CreateNotebookReq) (resp *types.CreateNotebookResp, err error)
type CreateProcessorTaskLogic ¶
func NewCreateProcessorTaskLogic ¶
func NewCreateProcessorTaskLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateProcessorTaskLogic
func (*CreateProcessorTaskLogic) CreateProcessorTask ¶
func (l *CreateProcessorTaskLogic) CreateProcessorTask(req *types.CreateProcessorTaskReq) (resp *types.CreateProcessorTaskResp, err error)
type CreateServiceLogic ¶
func NewCreateServiceLogic ¶
func NewCreateServiceLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateServiceLogic
func (*CreateServiceLogic) CreateService ¶
func (l *CreateServiceLogic) CreateService(req *types.CreateServiceReq) (resp *types.CreateServiceResp, err error)
type CreateTaskLogic ¶
func NewCreateTaskLogic ¶
func NewCreateTaskLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateTaskLogic
func (*CreateTaskLogic) CreateTask ¶
func (l *CreateTaskLogic) CreateTask(req *types.ImportTaskDataReq) (resp *types.ImportTaskDataResp, err error)
type CreateTrainingJobLogic ¶
func NewCreateTrainingJobLogic ¶
func NewCreateTrainingJobLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateTrainingJobLogic
func (*CreateTrainingJobLogic) CreateTrainingJob ¶
func (l *CreateTrainingJobLogic) CreateTrainingJob(req *types.CreateTrainingJobReq) (resp *types.CreateTrainingJobResp, err error)
type CreateVisualizationJobLogic ¶
func NewCreateVisualizationJobLogic ¶
func NewCreateVisualizationJobLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateVisualizationJobLogic
func (*CreateVisualizationJobLogic) CreateVisualizationJob ¶
func (l *CreateVisualizationJobLogic) CreateVisualizationJob(req *types.CreateVisualizationJobReq) (resp *types.CreateVisualizationJobResp, err error)
type DeleteAlgorithmLogic ¶
func NewDeleteAlgorithmLogic ¶
func NewDeleteAlgorithmLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteAlgorithmLogic
func (*DeleteAlgorithmLogic) DeleteAlgorithm ¶
func (l *DeleteAlgorithmLogic) DeleteAlgorithm(req *types.DeleteAlgorithmReq) (resp *types.DeleteAlgorithmResp, err error)
type DeleteDataSetLogic ¶
func NewDeleteDataSetLogic ¶
func NewDeleteDataSetLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteDataSetLogic
func (*DeleteDataSetLogic) DeleteDataSet ¶
func (l *DeleteDataSetLogic) DeleteDataSet(req *types.DeleteDataSetReq) (resp *types.DeleteDataSetResp, err error)
type DeleteServiceLogic ¶
func NewDeleteServiceLogic ¶
func NewDeleteServiceLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteServiceLogic
func (*DeleteServiceLogic) DeleteService ¶
func (l *DeleteServiceLogic) DeleteService(req *types.DeleteServiceReq) (resp *types.DeleteServiceResp, err error)
type DeleteTrainingJobLogic ¶
func NewDeleteTrainingJobLogic ¶
func NewDeleteTrainingJobLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteTrainingJobLogic
func (*DeleteTrainingJobLogic) DeleteTrainingJob ¶
func (l *DeleteTrainingJobLogic) DeleteTrainingJob(req *types.DeleteTrainingJobReq) (resp *types.DeleteTrainingJobResp, err error)
type GetExportTaskStatusOfDatasetLogic ¶
type GetExportTaskStatusOfDatasetLogic struct { logx.Logger // contains filtered or unexported fields }
func NewGetExportTaskStatusOfDatasetLogic ¶
func NewGetExportTaskStatusOfDatasetLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetExportTaskStatusOfDatasetLogic
func (*GetExportTaskStatusOfDatasetLogic) GetExportTaskStatusOfDataset ¶
func (l *GetExportTaskStatusOfDatasetLogic) GetExportTaskStatusOfDataset(req *types.GetExportTaskStatusOfDatasetReq) (resp *types.GetExportTaskStatusOfDatasetResp, err error)
type GetExportTasksOfDatasetLogic ¶
func NewGetExportTasksOfDatasetLogic ¶
func NewGetExportTasksOfDatasetLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetExportTasksOfDatasetLogic
func (*GetExportTasksOfDatasetLogic) GetExportTasksOfDataset ¶
func (l *GetExportTasksOfDatasetLogic) GetExportTasksOfDataset(req *types.GetExportTasksOfDatasetReq) (resp *types.GetExportTasksOfDatasetResp, err error)
type GetListTrainingJobsLogic ¶
func NewGetListTrainingJobsLogic ¶
func NewGetListTrainingJobsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetListTrainingJobsLogic
func (*GetListTrainingJobsLogic) GetListTrainingJobs ¶
func (l *GetListTrainingJobsLogic) GetListTrainingJobs(req *types.ListTrainingJobsreq) (resp *types.ListTrainingJobsresp, err error)
type GetNotebookStorageLogic ¶
func NewGetNotebookStorageLogic ¶
func NewGetNotebookStorageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetNotebookStorageLogic
func (*GetNotebookStorageLogic) GetNotebookStorage ¶
func (l *GetNotebookStorageLogic) GetNotebookStorage(req *types.GetNotebookStorageReq) (resp *types.GetNotebookStorageResp, err error)
type GetVisualizationJobLogic ¶
func NewGetVisualizationJobLogic ¶
func NewGetVisualizationJobLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetVisualizationJobLogic
func (*GetVisualizationJobLogic) GetVisualizationJob ¶
func (l *GetVisualizationJobLogic) GetVisualizationJob(req *types.GetVisualizationJobReq) (resp *types.GetVisualizationJobResp, err error)
type ListAlgorithmsLogic ¶
func NewListAlgorithmsLogic ¶
func NewListAlgorithmsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ListAlgorithmsLogic
func (*ListAlgorithmsLogic) ListAlgorithms ¶
func (l *ListAlgorithmsLogic) ListAlgorithms(req *types.ListAlgorithmsReq) (resp *types.ListAlgorithmsResp, err error)
type ListClustersLogic ¶
func NewListClustersLogic ¶
func NewListClustersLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ListClustersLogic
func (*ListClustersLogic) ListClusters ¶
func (l *ListClustersLogic) ListClusters(req *types.ListClustersReq) (resp *types.ListClustersResp, err error)
type ListDataSetLogic ¶
func NewListDataSetLogic ¶
func NewListDataSetLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ListDataSetLogic
func (*ListDataSetLogic) ListDataSet ¶
func (l *ListDataSetLogic) ListDataSet(req *types.DataSetReq) (resp *types.DataSetResp, err error)
type ListImportLogic ¶
func NewListImportLogic ¶
func NewListImportLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ListImportLogic
func (*ListImportLogic) ListImport ¶
func (l *ListImportLogic) ListImport(req *types.ListImportTasksReq) (resp *types.ListImportTasksResp, err error)
type ListNotebookLogic ¶
func NewListNotebookLogic ¶
func NewListNotebookLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ListNotebookLogic
func (*ListNotebookLogic) ListNotebook ¶
func (l *ListNotebookLogic) ListNotebook(req *types.ListNotebookReq) (resp *types.ListNotebookResp, err error)
type ListServicesLogic ¶
func NewListServicesLogic ¶
func NewListServicesLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ListServicesLogic
func (*ListServicesLogic) ListServices ¶
func (l *ListServicesLogic) ListServices(req *types.ListServicesReq) (resp *types.ListServicesResp, err error)
type MountNotebookStorageLogic ¶
func NewMountNotebookStorageLogic ¶
func NewMountNotebookStorageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MountNotebookStorageLogic
func (*MountNotebookStorageLogic) MountNotebookStorage ¶
func (l *MountNotebookStorageLogic) MountNotebookStorage(req *types.MountNotebookStorageReq) (resp *types.MountNotebookStorageResp, err error)
type ShowAlgorithmByUuidLogic ¶
func NewShowAlgorithmByUuidLogic ¶
func NewShowAlgorithmByUuidLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ShowAlgorithmByUuidLogic
func (*ShowAlgorithmByUuidLogic) ShowAlgorithmByUuid ¶
func (l *ShowAlgorithmByUuidLogic) ShowAlgorithmByUuid(req *types.ShowAlgorithmByUuidReq) (resp *types.ShowAlgorithmByUuidResp, err error)
type ShowServiceLogic ¶
func NewShowServiceLogic ¶
func NewShowServiceLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ShowServiceLogic
func (*ShowServiceLogic) ShowService ¶
func (l *ShowServiceLogic) ShowService(req *types.ShowServiceReq) (resp *types.ShowServiceResp, err error)
type StartNotebookLogic ¶
func NewStartNotebookLogic ¶
func NewStartNotebookLogic(ctx context.Context, svcCtx *svc.ServiceContext) *StartNotebookLogic
func (*StartNotebookLogic) StartNotebook ¶
func (l *StartNotebookLogic) StartNotebook(req *types.StartNotebookReq) (resp *types.StartNotebookResp, err error)
type StopNotebookLogic ¶
func NewStopNotebookLogic ¶
func NewStopNotebookLogic(ctx context.Context, svcCtx *svc.ServiceContext) *StopNotebookLogic
func (*StopNotebookLogic) StopNotebook ¶
func (l *StopNotebookLogic) StopNotebook(req *types.StopNotebookReq) (resp *types.StopNotebookResp, err error)
Source Files ¶
- createalgorithmlogic.go
- createdatasetlogic.go
- createexporttasklogic.go
- createnotebooklogic.go
- createprocessortasklogic.go
- createservicelogic.go
- createtasklogic.go
- createtrainingjoblogic.go
- createvisualizationjoblogic.go
- deletealgorithmlogic.go
- deletedatasetlogic.go
- deleteservicelogic.go
- deletetrainingjoblogic.go
- getexporttasksofdatasetlogic.go
- getexporttaskstatusofdatasetlogic.go
- getlisttrainingjobslogic.go
- getnotebookstoragelogic.go
- getvisualizationjoblogic.go
- listalgorithmslogic.go
- listclusterslogic.go
- listdatasetlogic.go
- listimportlogic.go
- listnotebooklogic.go
- listserviceslogic.go
- mountnotebookstoragelogic.go
- showalgorithmbyuuidlogic.go
- showservicelogic.go
- startnotebooklogic.go
- stopnotebooklogic.go
Click to show internal directories.
Click to hide internal directories.