logic

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2023 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitCron

func InitCron(svc *svc.ServiceContext)

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

CreateAlgorithm 创建算法

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

create DateSet

type CreateModelLogic

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

func NewCreateModelLogic

func NewCreateModelLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateModelLogic

func (*CreateModelLogic) CreateModel

model management

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

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

processor task

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

service management

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

creat task 创建导入任务

type CreateTrainingJobConfigLogic

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

func NewCreateTrainingJobConfigLogic

func NewCreateTrainingJobConfigLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateTrainingJobConfigLogic

func (*CreateTrainingJobConfigLogic) CreateTrainingJobConfig

CreateTrainingJobConfig 创建训练作业参数

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

CreateTrainingJob 创建训练作业

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 DeleteAlgorithmsLogic

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

func NewDeleteAlgorithmsLogic

func NewDeleteAlgorithmsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteAlgorithmsLogic

func (*DeleteAlgorithmsLogic) DeleteAlgorithms

DeleteAlgorithms 删除算法

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

create DateSet

type DeleteModelLogic

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

func NewDeleteModelLogic

func NewDeleteModelLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteModelLogic

func (*DeleteModelLogic) DeleteModel

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

type DeleteTrainingJobConfigLogic

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

func NewDeleteTrainingJobConfigLogic

func NewDeleteTrainingJobConfigLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteTrainingJobConfigLogic

func (*DeleteTrainingJobConfigLogic) DeleteTrainingJobConfig

DeleteTrainingJobConfig 删除训练作业参数

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

DeleteTrainingJobConfig 删除训练作业

type DescribeProcessorTaskLogic

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

func NewDescribeProcessorTaskLogic

func NewDescribeProcessorTaskLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DescribeProcessorTaskLogic

func (*DescribeProcessorTaskLogic) DescribeProcessorTask

type ExportTaskLogic

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

func NewExportTaskLogic

func NewExportTaskLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ExportTaskLogic

func (*ExportTaskLogic) ExportTask

ExportTask for modelarts

type GetAiEnginesListLogic

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

func NewGetAiEnginesListLogic

func NewGetAiEnginesListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetAiEnginesListLogic

func (*GetAiEnginesListLogic) GetAiEnginesList

GET ai-engines 查询作业引擎规格

type GetDatasetListLogic

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

func NewGetDatasetListLogic

func NewGetDatasetListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetDatasetListLogic

func (*GetDatasetListLogic) GetDatasetList

find datasetList

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 GetImportTaskListLogic

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

func NewGetImportTaskListLogic

func NewGetImportTaskListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetImportTaskListLogic

func (*GetImportTaskListLogic) GetImportTaskList

find taskList 查询数据集导入任务列表

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

get ListTrainingJobs1

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

type GetTokenLogic

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

func NewGetTokenLogic

func NewGetTokenLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetTokenLogic

func (*GetTokenLogic) GetToken

getToken

type GetTrainingJobFlavorsLogic

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

func NewGetTrainingJobFlavorsLogic

func NewGetTrainingJobFlavorsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetTrainingJobFlavorsLogic

func (*GetTrainingJobFlavorsLogic) GetTrainingJobFlavors

training-job-flavors 获取训练作业支持的公共规格

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

visualization-jobs

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

ListAlgorithms 查询算法

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

type ListModelsLogic

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

func NewListModelsLogic

func NewListModelsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ListModelsLogic

func (*ListModelsLogic) ListModels

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

notebook task

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

type ListTrainingJobConfigLogic

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

func NewListTrainingJobConfigLogic

func NewListTrainingJobConfigLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ListTrainingJobConfigLogic

func (*ListTrainingJobConfigLogic) ListTrainingJobConfig

ListTrainingJobConfig 查询训练作业参数

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

ShowAlgorithmByUuid 展示算法详情

type ShowModelsLogic

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

func NewShowModelsLogic

func NewShowModelsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ShowModelsLogic

func (*ShowModelsLogic) ShowModels

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

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

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

Jump to

Keyboard shortcuts

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