fix:增加modelarts数据集代码到2.0分支
This commit is contained in:
parent
9ccd9d5aa5
commit
6adeea36f4
|
|
@ -671,7 +671,7 @@ type DataSets struct {
|
|||
ImportData bool `protobuf:"varint,7,opt,name=import_data,json=importData,proto3" json:"import_data,omitempty"` // @gotags: copier:"ImportData"
|
||||
TotalSampleCount int32 `protobuf:"varint,8,opt,name=total_sample_count,json=totalSampleCount,proto3" json:"total_sample_count,omitempty"` // @gotags: copier:"TotalSampleCount"
|
||||
CreateTime int64 `protobuf:"varint,9,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // @gotags: copier:"CreateTime"
|
||||
Description string `protobuf:"bytes,10,opt,name=description,proto3" json:"description,omitempty"` // @gotags: copier:"description"
|
||||
Description string `protobuf:"bytes,10,opt,name=description,proto3" json:"description,omitempty"` // @gotags: copier:"Description"
|
||||
}
|
||||
|
||||
func (x *DataSets) Reset() {
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ message DataSets{
|
|||
bool import_data =7; // @gotags: copier:"ImportData"
|
||||
int32 total_sample_count =8; // @gotags: copier:"TotalSampleCount"
|
||||
int64 create_time =9; // @gotags: copier:"CreateTime"
|
||||
string description =10; // @gotags: copier:"description"
|
||||
string description =10; // @gotags: copier:"Description"
|
||||
}
|
||||
|
||||
message DataSources{
|
||||
|
|
|
|||
|
|
@ -16,9 +16,9 @@ type DataSets {
|
|||
DatasetName string `json:"dataset_name" copier:"DatasetName"`
|
||||
DatasetType int32 `json:"dataset_type" copier:"DatasetType"`
|
||||
ImportData bool `json:"import_data" copier:"ImportData"`
|
||||
TotalSampleCount int32 `json:"total_sample_count" copier:"TotalSampleCount"`
|
||||
CreateTime int64 `json:"create_time" copier:"CreateTime"`
|
||||
description string `json:"description" copier:"description"`
|
||||
TotalSampleCount int32 `json:"total_sample_count" copier:"TotalSampleCount"`
|
||||
CreateTime int64 `json:"create_time" copier:"CreateTime"`
|
||||
description string `json:"description" copier:"Description"`
|
||||
}
|
||||
|
||||
type DataSources {
|
||||
|
|
|
|||
|
|
@ -414,7 +414,7 @@ type DataSets struct {
|
|||
ImportData bool `json:"import_data" copier:"ImportData"`
|
||||
TotalSampleCount int32 `json:"total_sample_count" copier:"TotalSampleCount"`
|
||||
CreateTime int64 `json:"create_time" copier:"CreateTime"`
|
||||
Description string `json:"description" copier:"description"`
|
||||
Description string `json:"description" copier:"Description"`
|
||||
}
|
||||
|
||||
type DataSources struct {
|
||||
|
|
|
|||
Loading…
Reference in New Issue