fix:PCM-CORE代码修改
Former-commit-id: 934fba1947524b7ac5cddda9acdec855e31b83f8
This commit is contained in:
parent
41bb1732e0
commit
42a89eba86
File diff suppressed because it is too large
Load Diff
|
@ -53,7 +53,7 @@ message DataSetReq{
|
|||
string project_id = 1; // @gotags: copier:"ProjectId"
|
||||
int32 limit = 2; // @gotags: copier:"Limit"
|
||||
int32 offset = 3; // @gotags: copier:"Offset"
|
||||
string modelArtsType =4; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =4; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
|
||||
message DataSetResp{
|
||||
|
@ -90,7 +90,7 @@ message ImportTaskDataReq{
|
|||
string dataset_id = 1;
|
||||
string project_id = 2;
|
||||
string import_path = 3;
|
||||
string modelArtsType =4; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =4; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
|
||||
message ImportTaskDataResp{
|
||||
|
@ -110,7 +110,7 @@ message ListImportTasksReq{
|
|||
string project_id = 2; // @gotags: copier:"ProjectId"
|
||||
int32 limit = 3; // @gotags: copier:"Limit"
|
||||
int32 offset = 4; // @gotags: copier:"Offset"
|
||||
string modelArtsType =5; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =5; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
|
||||
|
||||
|
@ -196,7 +196,7 @@ message ListTrainingJobsreq{
|
|||
string project_id = 1;//@gotags: copier:"ProjectId"
|
||||
int32 limit =2;//@gotags: copier:"Limit"
|
||||
int32 offSet =3;//@gotags: copier:"Offset"
|
||||
string modelArtsType =4; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =4; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
|
||||
message ListTrainingJobsresp{
|
||||
|
@ -577,7 +577,7 @@ message CreateTrainingJobConfigReq {
|
|||
int32 spec_id = 7;
|
||||
repeated ParameterS parameter = 8;
|
||||
string project_id =9;
|
||||
string modelArtsType =10; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =10; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
|
||||
message ParameterS {
|
||||
|
@ -597,7 +597,7 @@ message CreateTrainingJobConfigResp{
|
|||
message DeleteTrainingJobReq{
|
||||
string project_id =1; //@gotags: copier:"Project_id"
|
||||
string training_job_id =2; //@gotags: copier:"Training_job_id"
|
||||
string modelArtsType =3; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =3; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
message DeleteTrainingJobResp{
|
||||
int32 code =1; //@gotags: copier:"Code"
|
||||
|
@ -611,7 +611,7 @@ message DeleteTrainingJobResp{
|
|||
message DeleteTrainingJobConfigReq{
|
||||
string project_id =1;
|
||||
string config_name=2;
|
||||
string modelArtsType =3; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =3; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
message DeleteTrainingJobConfigResp{
|
||||
bool is_success =1;
|
||||
|
@ -633,7 +633,7 @@ message ListTrainingJobConfigReq{
|
|||
string order =5;
|
||||
string search_content =6;
|
||||
string config_type =7;
|
||||
string modelArtsType =8; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =8; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
|
||||
message ListTrainingJobConfigResp{
|
||||
|
@ -665,7 +665,7 @@ message CreateAlgorithmReq{
|
|||
repeated ResourceRequirements resource_requirements = 3;// @gotags: copier:"ResourceRequirementsCARq"
|
||||
AdvancedConfigAl advanced_config = 4;// @gotags: copier:"AdvancedConfigCARq"
|
||||
string project_id =5;// @gotags: copier:"ProjectIdCARq"
|
||||
string modelArtsType =6; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =6; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
message ResourceRequirements{
|
||||
string key=1;
|
||||
|
@ -855,7 +855,7 @@ message EngineAlRp {
|
|||
|
||||
/******************ListAlgorithms start*************************/
|
||||
message ListAlgorithmsReq{
|
||||
string modelArtsType =1; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =1; // @gotags: copier:"ModelArtsType"
|
||||
string project_id =2; // @gotags: copier:"ProjectId"
|
||||
int32 offset =3; // @gotags: copier:"Offset"
|
||||
int32 limit= 4; // @gotags: copier:"Limit"
|
||||
|
@ -897,7 +897,7 @@ message JobConfigAlRq {
|
|||
message DeleteAlgorithmsReq{
|
||||
string project_id =1; // @gotags: copier:"ProjectId"
|
||||
string algorithm_id =2; // @gotags: copier:"AlgorithmId"
|
||||
string modelArtsType =3; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =3; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
|
||||
message DeleteAlgorithmsResp{
|
||||
|
@ -911,7 +911,7 @@ message DeleteAlgorithmsResp{
|
|||
message ShowAlgorithmByUuidReq{
|
||||
string project_id =1; // @gotags: copier:"ProjectId"
|
||||
string algorithm_id =2; // @gotags: copier:"AlgorithmId"
|
||||
string modelArtsType =3; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =3; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
|
||||
message ShowAlgorithmByUuidResp{
|
||||
|
@ -930,7 +930,7 @@ message ShowAlgorithmByUuidResp{
|
|||
message TrainingJobFlavorsReq{
|
||||
string project_id =1; // @gotags: copier:"ProjectId"
|
||||
string flavor_type =2; // @gotags: copier:"FlavorType"
|
||||
string modelArtsType =3; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =3; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
|
||||
message TrainingJobFlavorsResp{
|
||||
|
@ -945,7 +945,7 @@ message TrainingJobFlavorsResp{
|
|||
/******************ListAiEngines start*************************/
|
||||
message ListAiEnginesReq{
|
||||
string project_id =1; // @gotags: copier:"ProjectId"
|
||||
string modelArtsType =2; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =2; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
|
||||
message ListAiEnginesResp{
|
||||
|
@ -989,7 +989,7 @@ message ExportTaskReq{
|
|||
bool with_column_header = 12; // @gotags: copier:"WithColumnHeader"
|
||||
string dataset_id = 13; // @gotags: copier:"DatasetId"
|
||||
string project_id = 14; // @gotags: copier:"ProjectId"
|
||||
string modelArtsType =15; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =15; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
|
||||
message ExportTaskDataResp{
|
||||
|
@ -1074,7 +1074,7 @@ message GetExportTasksOfDatasetReq{
|
|||
int32 export_type = 3; // @gotags: copier:"ExportType"
|
||||
int32 limit = 4; // @gotags: copier:"Limit"
|
||||
int32 offset = 5; // @gotags: copier:"Offset"
|
||||
string modelArtsType =6; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =6; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
|
||||
message GetExportTasksOfDatasetResp{
|
||||
|
@ -1124,7 +1124,7 @@ message GetExportTaskStatusOfDatasetReq{
|
|||
string resource_id = 1; // @gotags: copier:"ResourceId"
|
||||
string project_id = 2; // @gotags: copier:"ProjectId"
|
||||
string task_id = 3; // @gotags: copier:"TaskId"
|
||||
string modelArtsType =4; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =4; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
|
||||
message GetExportTaskStatusOfDatasetResp{
|
||||
|
@ -1163,7 +1163,7 @@ message CreateProcessorTaskReq{
|
|||
string version_id = 8;
|
||||
WorkPath work_path = 9;
|
||||
string workspace_id = 10;
|
||||
string modelArtsType =11; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =11; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
|
||||
message CreateProcessorTaskResp{
|
||||
|
@ -1209,7 +1209,7 @@ message OperatorParam {
|
|||
message DescribeProcessorTaskReq{
|
||||
string project_id = 1;
|
||||
string task_id = 2;
|
||||
string modelArtsType =4; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =4; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
|
||||
message DescribeProcessorTaskResp{
|
||||
|
@ -1261,7 +1261,7 @@ message CreateModelReq{
|
|||
string model_name = 22;
|
||||
repeated string install_type = 23;
|
||||
repeated CreateModelRequestInferParams input_params = 24;
|
||||
string modelArtsType =25; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =25; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
|
||||
message CreateModelResp{
|
||||
|
@ -1327,7 +1327,7 @@ message DeleteModelReq{
|
|||
string project_id = 1;
|
||||
string model_id = 2;
|
||||
bool cascade = 3;
|
||||
string modelArtsType =4; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =4; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
|
||||
message DeleteModelResp{
|
||||
|
@ -1357,7 +1357,7 @@ message ListModelReq{
|
|||
string workspace_id = 9;
|
||||
string model_type = 10;
|
||||
string not_model_type = 11;
|
||||
string modelArtsType =12; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =12; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
|
||||
message ListModelResp{
|
||||
|
@ -1404,7 +1404,7 @@ message ModelSpecification{
|
|||
message ShowModelReq{
|
||||
string project_id = 1;
|
||||
string model_id = 2;
|
||||
string modelArtsType =3; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =3; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
|
||||
message ShowModelResp{
|
||||
|
@ -1480,7 +1480,7 @@ message CreateServiceReq{
|
|||
string subnet_network_id = 9; // @gotags: copier:"SubnetNetworkId"
|
||||
repeated ServiceConfig config = 10; // @gotags: copier:"Config"
|
||||
string project_id = 11; // @gotags: copier:"ProjectId"
|
||||
string modelArtsType =12; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =12; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
|
||||
message CreateServiceResp{
|
||||
|
@ -1528,7 +1528,7 @@ message CustomSpec{
|
|||
message DeleteServiceReq{
|
||||
string project_id = 1; // @gotags: copier:"ProjectId"
|
||||
string service_id = 2; // @gotags: copier:"ServiceId"
|
||||
string modelArtsType =3; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =3; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
|
||||
message DeleteServiceResp{
|
||||
|
@ -1544,7 +1544,7 @@ message DeleteServiceResp{
|
|||
message ShowServiceReq{
|
||||
string project_id = 1; // @gotags: copier:"ProjectId"
|
||||
string service_id = 2; // @gotags: copier:"ServiceId"
|
||||
string modelArtsType =3; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =3; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
|
||||
message ShowServiceResp{
|
||||
|
@ -1617,7 +1617,7 @@ message ListServicesReq{
|
|||
string project_id = 1;//@gotags: copier:"ProjectId"
|
||||
int32 limit =2;//@gotags: copier:"Limit"
|
||||
int32 offSet =3;//@gotags: copier:"Offset"
|
||||
string modelArtsType =4; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =4; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
|
||||
message ListServicesResp{
|
||||
|
@ -1665,7 +1665,7 @@ message ListClustersReq{
|
|||
int64 limit = 4; // @gotags: copier:"Limit"
|
||||
string sort_by = 5; // @gotags: copier:"SortBy"
|
||||
string order = 6; // @gotags: copier:"Order"
|
||||
string modelArtsType =7; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =7; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
|
||||
message ListClustersResp{
|
||||
|
@ -1713,7 +1713,7 @@ message CreateDataSetReq {
|
|||
string work_path = 5; // @gotags: copier:"WorkPath"
|
||||
int32 work_path_type = 6; // @gotags: copier:"WorkPathType"
|
||||
string project_id = 7; // @gotags: copier:"ProjectId"
|
||||
string modelArtsType =8; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =8; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
|
||||
message CreateDataSetResq{
|
||||
|
@ -1725,7 +1725,7 @@ message CreateDataSetResq{
|
|||
message DeleteDataSetReq {
|
||||
string project_id = 1; // @gotags: copier:"ProjectId"
|
||||
string dataset_id = 2; // @gotags: copier:"DatasetId"
|
||||
string modelArtsType =3; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =3; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
|
||||
message DeleteDataSetResq{
|
||||
|
@ -1739,7 +1739,7 @@ message DeleteDataSetResq{
|
|||
message ListNotebookReq{
|
||||
string project_id = 1; // @gotags: copier:"ProjectId"
|
||||
ListNotebookParam param = 2; // @gotags: copier:"Param"
|
||||
string modelArtsType =3; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =3; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
message ListNotebookResp{
|
||||
int32 current = 1; // @gotags: copier:"Current"
|
||||
|
@ -1768,7 +1768,7 @@ message ListNotebookParam{
|
|||
message CreateNotebookReq{
|
||||
string project_id = 1; // @gotags: copier:"ProjectId"
|
||||
CreateNotebookParam param = 2; // @gotags: copier:"Param"
|
||||
string modelArtsType =3; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =3; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
message CreateNotebookResp{
|
||||
NotebookResp notebookResp = 1; // @gotags: copier:"NotebookResp"
|
||||
|
@ -1795,7 +1795,7 @@ message StartNotebookReq{
|
|||
string id = 1; // @gotags: copier:"Id"
|
||||
string project_id = 2; // @gotags: copier:"ProjectId"
|
||||
StartNotebookParam param = 3; // @gotags: copier:"Param"
|
||||
string modelArtsType =4; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =4; // @gotags: copier:"ModelArtsType"
|
||||
|
||||
}
|
||||
message StartNotebookResp{
|
||||
|
@ -1812,7 +1812,7 @@ message StartNotebookParam{
|
|||
message StopNotebookReq{
|
||||
string id = 1; // @gotags: copier:"Id"
|
||||
string project_id = 2; // @gotags: copier:"ProjectId"
|
||||
string modelArtsType =3; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =3; // @gotags: copier:"ModelArtsType"
|
||||
|
||||
}
|
||||
message StopNotebookResp{
|
||||
|
@ -1825,7 +1825,7 @@ message StopNotebookResp{
|
|||
message GetNotebookStorageReq{
|
||||
string instance_id = 1; // @gotags: copier:"InstanceId"
|
||||
string project_id = 2; // @gotags: copier:"ProjectId"
|
||||
string modelArtsType =3; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =3; // @gotags: copier:"ModelArtsType"
|
||||
|
||||
}
|
||||
message GetNotebookStorageResp{
|
||||
|
@ -1839,7 +1839,7 @@ message MountNotebookStorageReq{
|
|||
string instance_id = 1; // @gotags: copier:"InstanceId"
|
||||
string project_id = 2; // @gotags: copier:"ProjectId"
|
||||
MountNotebookStorageParam param = 3; // @gotags: copier:"Param"
|
||||
string modelArtsType =4; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =4; // @gotags: copier:"ModelArtsType"
|
||||
|
||||
}
|
||||
message MountNotebookStorageResp{
|
||||
|
@ -2012,7 +2012,7 @@ message LeaseReq{
|
|||
message GetVisualizationJobReq{
|
||||
string project_id = 1; // @gotags: copier:"project_id"
|
||||
GetVisualizationJobParam param = 2; // @gotags: copier:"param"
|
||||
string modelArtsType =3; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =3; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
message GetVisualizationJobResp{
|
||||
bool is_success = 1; // @gotags: copier:"is_success"
|
||||
|
@ -2046,7 +2046,7 @@ message GetVisualizationJobParam{
|
|||
message CreateVisualizationJobReq{
|
||||
string project_id = 1; // @gotags: copier:"project_id"
|
||||
CreateVisualizationJobParam param = 2; // @gotags: copier:"param"
|
||||
string modelArtsType =3; // @gotags: copier:"modelArtsType"
|
||||
string modelArtsType =3; // @gotags: copier:"ModelArtsType"
|
||||
}
|
||||
message CreateVisualizationJobResp{
|
||||
string error_message = 1; // @gotags: copier:"error_message"
|
||||
|
|
|
@ -103,7 +103,7 @@ type (
|
|||
VersionId string `json:"versionId,optional" copier:"VersionId"`
|
||||
WithColumnHeader bool `json:"withColumnHeader,optional" copier:"WithColumnHeader"`
|
||||
/****************智算类型 ModelartsType parmas ********************/
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
)
|
||||
type ExportTaskDataResp {
|
||||
|
@ -180,7 +180,7 @@ type (
|
|||
Limit int32 `form:"limit,optional"`
|
||||
Offset int32 `form:"offset,optional"`
|
||||
/****************智算类型 ModelartsType parmas ********************/
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
)
|
||||
type GetExportTasksOfDatasetResp {
|
||||
|
@ -230,7 +230,7 @@ type (
|
|||
ResourceId string `path:"resourceId"`
|
||||
TaskId string `path:"taskId"`
|
||||
/****************智算类型 ModelartsType parmas ********************/
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
)
|
||||
type GetExportTaskStatusOfDatasetResp {
|
||||
|
@ -270,7 +270,7 @@ type (
|
|||
WorkPath WorkPath `json:"work_path,optional" copier:"WorkPath"`
|
||||
WorkspaceId string `json:"workspace_id,optional" copier:"WorkspaceId"`
|
||||
/****************智算类型 ModelartsType parmas ********************/
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
CreateProcessorTaskResp {
|
||||
TaskId string `json:"taskId,optional" copier:"Code"`
|
||||
|
@ -552,7 +552,7 @@ type (
|
|||
pageIndex int32 `json:"pageIndex,optional"`
|
||||
pageSize int32 `json:"pageSize,optional"`********************/
|
||||
/****************智算类型 ModelartsType parmas ********************/
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
ListTrainingJobsresp {
|
||||
Total int32 `json:"total"`
|
||||
|
@ -652,7 +652,7 @@ type (
|
|||
Config []ServiceConfig `json:"config,optional" copier:"Config"`
|
||||
ProjectId string `path:"projectId"`
|
||||
/****************智算类型 ModelartsType parmas ********************/
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
)
|
||||
type CreateServiceResp {
|
||||
|
@ -700,7 +700,7 @@ type (
|
|||
ProjectId string `path:"projectId"`
|
||||
ServiceId string `path:"serviceId"`
|
||||
/****************智算类型 ModelartsType parmas ********************/
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
)
|
||||
|
||||
|
@ -719,7 +719,7 @@ type (
|
|||
Limit int32 `form:"limit,optional"`
|
||||
Offset int32 `form:"offSet,optional"`
|
||||
/****************智算类型 ModelartsType parmas ********************/
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
)
|
||||
type ListServicesResp {
|
||||
|
@ -765,7 +765,7 @@ type (
|
|||
ProjectId string `path:"projectId"`
|
||||
ServiceId string `path:"serviceId"`
|
||||
/****************智算类型 ModelartsType parmas ********************/
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
)
|
||||
|
||||
|
@ -845,7 +845,7 @@ type (
|
|||
SortBy string `json:"sort_by,optional" copier:"SortBy"`
|
||||
Order string `json:"order,optional" copier:"Order"`
|
||||
/****************智算类型 ModelartsType parmas ********************/
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
ListClustersResp {
|
||||
Resp200 ListClustersResp200 `json:"resp200,omitempty" copier:"Resp200"`
|
||||
|
@ -1068,7 +1068,7 @@ type (
|
|||
ProjectId string `path:"projectId" copier:"ProjectId"`
|
||||
AlgorithmId string `path:"algorithmId" copier:"AlgorithmId"`
|
||||
/****************智算类型 ModelartsType parmas ********************/
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
ShowAlgorithmByUuidResp {
|
||||
Metadata *MetadataAlRq `json:"metadata,omitempty" copier:"Metadata"`
|
||||
|
@ -1146,7 +1146,7 @@ type (
|
|||
ProjectId string `json:"project_id" copier:"ProjectId"`
|
||||
Param ListNotebookParam `json:"param,optional" copier:"Param"`
|
||||
/****************智算类型 ModelartsType parmas ********************/
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
ListNotebookResp {
|
||||
Current int32 `json:"current,omitempty" copier:"Current"`
|
||||
|
@ -1174,7 +1174,7 @@ type (
|
|||
ProjectId string `json:"project_id" copier:"ProjectId"`
|
||||
Param CreateNotebookParam `json:"param" copier:"Param"`
|
||||
/****************智算类型 ModelartsType parmas ********************/
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
CreateNotebookResp {
|
||||
NotebookResp *NotebookResp `json:"notebookResp,omitempty" copier:"NotebookResp"`
|
||||
|
@ -1202,7 +1202,7 @@ type (
|
|||
ProjectId string `json:"project_id" copier:"ProjectId"`
|
||||
Param StartNotebookParam `json:"param" copier:"Param"`
|
||||
/****************智算类型 ModelartsType parmas ********************/
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
StartNotebookResp {
|
||||
NotebookResp NotebookResp `json:"notebookResp" copier:"NotebookResp"`
|
||||
|
@ -1219,7 +1219,7 @@ type (
|
|||
Id string `json:"id" copier:"Id"`
|
||||
ProjectId string `json:"project_id" copier:"ProjectId"`
|
||||
/****************智算类型 ModelartsType parmas ********************/
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
StopNotebookResp {
|
||||
NotebookResp NotebookResp `json:"notebookResp" copier:"NotebookResp"`
|
||||
|
@ -1232,7 +1232,7 @@ type (
|
|||
InstanceId string `json:"instance_id" copier:"InstanceId"`
|
||||
ProjectId string `json:"project_id" copier:"ProjectId"`
|
||||
/****************智算类型 ModelartsType parmas ********************/
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
GetNotebookStorageResp {
|
||||
Current int32 `json:"current" copier:"Current"`
|
||||
|
@ -1246,7 +1246,7 @@ type (
|
|||
ProjectId string `json:"project_id" copier:"ProjectId"`
|
||||
Param MountNotebookStorageParam `json:"param" copier:"Param"`
|
||||
/****************智算类型 ModelartsType parmas ********************/
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
MountNotebookStorageResp {
|
||||
Category string `json:"category" copier:"Category"`
|
||||
|
@ -1433,7 +1433,7 @@ type (
|
|||
Project_id string `json:"project_id"`
|
||||
Param GetVisualizationJobParam `json:"param"`
|
||||
/****************智算类型 ModelartsType parmas ********************/
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
GetVisualizationJobResp {
|
||||
Is_success bool `json:"is_success"`
|
||||
|
@ -1468,7 +1468,7 @@ type (
|
|||
Project_id string `json:"project_id"`
|
||||
Param CreateVisualizationJobParam `json:"param"`
|
||||
/****************智算类型 ModelartsType parmas ********************/
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
CreateVisualizationJobResp {
|
||||
Error_message string `json:"error_message"`
|
||||
|
|
|
@ -435,7 +435,7 @@ type CreateExportTaskReq struct {
|
|||
VersionFormat string `json:"versionFormat,optional" copier:"VersionFormat"`
|
||||
VersionId string `json:"versionId,optional" copier:"VersionId"`
|
||||
WithColumnHeader bool `json:"withColumnHeader,optional" copier:"WithColumnHeader"`
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
|
||||
type ExportTaskDataResp struct {
|
||||
|
@ -510,7 +510,7 @@ type GetExportTasksOfDatasetReq struct {
|
|||
ExportType int32 `json:"export_type,optional" copier:"ExportType"`
|
||||
Limit int32 `form:"limit,optional"`
|
||||
Offset int32 `form:"offset,optional"`
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
|
||||
type GetExportTasksOfDatasetResp struct {
|
||||
|
@ -557,7 +557,7 @@ type GetExportTaskStatusOfDatasetReq struct {
|
|||
ProjectId string `path:"projectId"`
|
||||
ResourceId string `path:"resourceId"`
|
||||
TaskId string `path:"taskId"`
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
|
||||
type GetExportTaskStatusOfDatasetResp struct {
|
||||
|
@ -592,7 +592,7 @@ type CreateProcessorTaskReq struct {
|
|||
VersionId string `json:"version_id,optional" copier:"VersionId"`
|
||||
WorkPath WorkPath `json:"work_path,optional" copier:"WorkPath"`
|
||||
WorkspaceId string `json:"workspace_id,optional" copier:"WorkspaceId"`
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
|
||||
type CreateProcessorTaskResp struct {
|
||||
|
@ -897,7 +897,7 @@ type ListTrainingJobsreq struct {
|
|||
ProjectId string `path:"projectId"`
|
||||
Limit int32 `form:"limit,optional"`
|
||||
Offset int32 `form:"offSet,optional"`
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
|
||||
type ListTrainingJobsresp struct {
|
||||
|
@ -940,7 +940,7 @@ type CreateServiceReq struct {
|
|||
SubnetNetworkId string `json:"subnetNetworkId,optional" copier:"SubnetNetworkId"`
|
||||
Config []ServiceConfig `json:"config,optional" copier:"Config"`
|
||||
ProjectId string `path:"projectId"`
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
|
||||
type CreateServiceResp struct {
|
||||
|
@ -983,7 +983,7 @@ type CustomSpec struct {
|
|||
type DeleteServiceReq struct {
|
||||
ProjectId string `path:"projectId"`
|
||||
ServiceId string `path:"serviceId"`
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
|
||||
type DeleteServiceResp struct {
|
||||
|
@ -996,7 +996,7 @@ type ListServicesReq struct {
|
|||
ProjectId string `path:"projectId"`
|
||||
Limit int32 `form:"limit,optional"`
|
||||
Offset int32 `form:"offSet,optional"`
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
|
||||
type ListServicesResp struct {
|
||||
|
@ -1038,7 +1038,7 @@ type ListServices struct {
|
|||
type ShowServiceReq struct {
|
||||
ProjectId string `path:"projectId"`
|
||||
ServiceId string `path:"serviceId"`
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
|
||||
type ShowServiceResp struct {
|
||||
|
@ -1112,7 +1112,7 @@ type ListClustersReq struct {
|
|||
Limit int64 `form:"limit,optional"`
|
||||
SortBy string `json:"sort_by,optional" copier:"SortBy"`
|
||||
Order string `json:"order,optional" copier:"Order"`
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
|
||||
type ListClustersResp struct {
|
||||
|
@ -1312,7 +1312,7 @@ type DeleteAlgorithmResp struct {
|
|||
type ShowAlgorithmByUuidReq struct {
|
||||
ProjectId string `path:"projectId" copier:"ProjectId"`
|
||||
AlgorithmId string `path:"algorithmId" copier:"AlgorithmId"`
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
|
||||
type ShowAlgorithmByUuidResp struct {
|
||||
|
@ -1379,7 +1379,7 @@ type DeleteDataSetResp struct {
|
|||
type ListNotebookReq struct {
|
||||
ProjectId string `json:"project_id" copier:"ProjectId"`
|
||||
Param ListNotebookParam `json:"param,optional" copier:"Param"`
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
|
||||
type ListNotebookResp struct {
|
||||
|
@ -1409,7 +1409,7 @@ type ListNotebookParam struct {
|
|||
type CreateNotebookReq struct {
|
||||
ProjectId string `json:"project_id" copier:"ProjectId"`
|
||||
Param CreateNotebookParam `json:"param" copier:"Param"`
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
|
||||
type CreateNotebookResp struct {
|
||||
|
@ -1438,7 +1438,7 @@ type StartNotebookReq struct {
|
|||
Id string `json:"id" copier:"Id"`
|
||||
ProjectId string `json:"project_id" copier:"ProjectId"`
|
||||
Param StartNotebookParam `json:"param" copier:"Param"`
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
|
||||
type StartNotebookResp struct {
|
||||
|
@ -1456,7 +1456,7 @@ type StartNotebookParam struct {
|
|||
type StopNotebookReq struct {
|
||||
Id string `json:"id" copier:"Id"`
|
||||
ProjectId string `json:"project_id" copier:"ProjectId"`
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
|
||||
type StopNotebookResp struct {
|
||||
|
@ -1469,7 +1469,7 @@ type StopNotebookResp struct {
|
|||
type GetNotebookStorageReq struct {
|
||||
InstanceId string `json:"instance_id" copier:"InstanceId"`
|
||||
ProjectId string `json:"project_id" copier:"ProjectId"`
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
|
||||
type GetNotebookStorageResp struct {
|
||||
|
@ -1484,7 +1484,7 @@ type MountNotebookStorageReq struct {
|
|||
InstanceId string `json:"instance_id" copier:"InstanceId"`
|
||||
ProjectId string `json:"project_id" copier:"ProjectId"`
|
||||
Param MountNotebookStorageParam `json:"param" copier:"Param"`
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
|
||||
type MountNotebookStorageResp struct {
|
||||
|
@ -1665,7 +1665,7 @@ type LeaseReq struct {
|
|||
type GetVisualizationJobReq struct {
|
||||
Project_id string `json:"project_id"`
|
||||
Param GetVisualizationJobParam `json:"param"`
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
|
||||
type GetVisualizationJobResp struct {
|
||||
|
@ -1703,7 +1703,7 @@ type GetVisualizationJobParam struct {
|
|||
type CreateVisualizationJobReq struct {
|
||||
Project_id string `json:"project_id"`
|
||||
Param CreateVisualizationJobParam `json:"param"`
|
||||
ModelartsType string `json:"modelartsType,optional"`
|
||||
ModelArtsType string `json:"modelartsType,optional"`
|
||||
}
|
||||
|
||||
type CreateVisualizationJobResp struct {
|
||||
|
|
Loading…
Reference in New Issue