|
|
@@ -1300,7 +1300,7 @@ func QueryModelTrainJobList(repoId int64) ([]*CloudbrainInfo, int, error) { |
|
|
|
builder.Eq{"repo_id": repoId}, |
|
|
|
) |
|
|
|
cond = cond.And( |
|
|
|
builder.Eq{"Status": "COMPLETED"}, |
|
|
|
builder.In("Status", "COMPLETED", "SUCCEEDED"), |
|
|
|
) |
|
|
|
cond = cond.And( |
|
|
|
builder.Eq{"job_type": "TRAIN"}, |
|
|
|