|
@@ -37,10 +37,12 @@ namespace AlibabaCloud
|
|
|
ExportModelFeatureTrainingSetTableResult();
|
|
ExportModelFeatureTrainingSetTableResult();
|
|
|
explicit ExportModelFeatureTrainingSetTableResult(const std::string &payload);
|
|
explicit ExportModelFeatureTrainingSetTableResult(const std::string &payload);
|
|
|
~ExportModelFeatureTrainingSetTableResult();
|
|
~ExportModelFeatureTrainingSetTableResult();
|
|
|
|
|
+ std::string getTaskId()const;
|
|
|
|
|
|
|
|
protected:
|
|
protected:
|
|
|
void parse(const std::string &payload);
|
|
void parse(const std::string &payload);
|
|
|
private:
|
|
private:
|
|
|
|
|
+ std::string taskId_;
|
|
|
|
|
|
|
|
};
|
|
};
|
|
|
}
|
|
}
|