Hello Alex,
Thanks for the reply. I am getting the following output:
Model file is EnergyEfficientCloud.mod
Dat file is EnergyEfficientCloud.dat
Creating WML Client
Getting deployment
Creating model
Storing model
Traceback (most recent call last):
File "oplruncloud.py", line 169, in <module>
main(sys.argv[1:])
File "oplruncloud.py", line 73, in main
client.repository.ModelMetaNames.TYPE: "do-opl_12.10",
AttributeError: 'ModelMetaNames' object has no attribute 'TYPE'
I tried commenting out the corresponding line (client.repository.ModelMetaNames.TYPE: "do-opl_12.10",) but then I got these errors:
watson_machine_learning_client.wml_client_error.MissingMetaProp: Missing meta_prop with name: 'frameworkName'.
watson_machine_learning_client.wml_client_error.MissingMetaProp: Missing meta_prop with name: 'frameworkVersion'.
I then tried adding these two lines:
client.repository.ModelMetaNames.FRAMEWORK_NAME: "do-opl",
client.repository.ModelMetaNames.FRAMEWORK_VERSION: "12.10",
But then I got the error:
The framework value specified: do-opl, 12.10 is not supported.
Any help is appreciated.
Thanks.
------------------------------
deniz tuana ergonul
------------------------------
Original Message:
Sent: Sun June 21, 2020 05:56 AM
From: ALEX FLEISCHER
Subject: CPLEX on Cloud
Hi
do you confirm that when you use
https://link.medium.com/EFIwcr6Lu7
then it works ?
regards
------------------------------
ALEX FLEISCHER
------------------------------