ai

package
v0.1.19 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 5, 2024 License: MulanPSL-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateAlgorithmLogic

type CreateAlgorithmLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type CreateDataSetLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type CreateExportTaskLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type CreateNotebookLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type CreateProcessorTaskLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type CreateServiceLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type CreateTaskLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type CreateTrainingJobLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type CreateVisualizationJobLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewCreateVisualizationJobLogic

func NewCreateVisualizationJobLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateVisualizationJobLogic

func (*CreateVisualizationJobLogic) CreateVisualizationJob

type DeleteAlgorithmLogic

type DeleteAlgorithmLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type DeleteDataSetLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type DeleteServiceLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type DeleteTrainingJobLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type GetExportTasksOfDatasetLogic

type GetExportTasksOfDatasetLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewGetExportTasksOfDatasetLogic

func NewGetExportTasksOfDatasetLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetExportTasksOfDatasetLogic

func (*GetExportTasksOfDatasetLogic) GetExportTasksOfDataset

type GetListTrainingJobsLogic

type GetListTrainingJobsLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type GetNotebookStorageLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type GetVisualizationJobLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type ListAlgorithmsLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type ListClustersLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type ListDataSetLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type ListImportLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type ListNotebookLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type ListServicesLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type MountNotebookStorageLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewMountNotebookStorageLogic

func NewMountNotebookStorageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MountNotebookStorageLogic

func (*MountNotebookStorageLogic) MountNotebookStorage

type ShowAlgorithmByUuidLogic

type ShowAlgorithmByUuidLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type ShowServiceLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type StartNotebookLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type StopNotebookLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL