List of Contributions

MUKESH GUPTA

Contact Details

My Content

1 to 1 of 1 total
Posted By MUKESH GUPTA Mon August 26, 2019 02:59 PM
Found In Egroup: watsonx.ai
\ view thread
# Deploy the stored model as an online web service deployment model_id = model_details["metadata"]["guid"] #model_id deployment_details = client.deployments.create( artifact_uid=model_id, name="Keras deployment" ) ####################################################################################### ...