|
|
|
@@ -893,9 +893,9 @@ func (m *ModelArtsLink) GetInferDeployInstance(ctx context.Context, id string) ( |
|
|
|
if err != nil { |
|
|
|
return nil, err |
|
|
|
} |
|
|
|
if resp.ErrorMsg != "" { |
|
|
|
/* if resp.ErrorMsg != "" { |
|
|
|
return nil, errors.New(resp.Msg) |
|
|
|
} |
|
|
|
}*/ |
|
|
|
ins := &inference.DeployInstance{} |
|
|
|
ins.InstanceName = resp.ServiceName |
|
|
|
ins.InstanceId = resp.ServiceId |
|
|
|
|