|
@@ -37,11 +37,13 @@ namespace AlibabaCloud
|
|
|
RunPreTrainServiceResult();
|
|
RunPreTrainServiceResult();
|
|
|
explicit RunPreTrainServiceResult(const std::string &payload);
|
|
explicit RunPreTrainServiceResult(const std::string &payload);
|
|
|
~RunPreTrainServiceResult();
|
|
~RunPreTrainServiceResult();
|
|
|
|
|
+ int getBillingCount()const;
|
|
|
std::string getPredictResult()const;
|
|
std::string getPredictResult()const;
|
|
|
|
|
|
|
|
protected:
|
|
protected:
|
|
|
void parse(const std::string &payload);
|
|
void parse(const std::string &payload);
|
|
|
private:
|
|
private:
|
|
|
|
|
+ int billingCount_;
|
|
|
std::string predictResult_;
|
|
std::string predictResult_;
|
|
|
|
|
|
|
|
};
|
|
};
|