Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 298 Bytes

File metadata and controls

14 lines (12 loc) · 298 Bytes
title Configure an ML Engine
sidebarTitle Configure an ML Engine

Here is how you can create an ML engine directly from Python code:

server.ml_engines.create(
       'ml_engine_name',
       'ml_engine_handler',
       connection_data={'<ml_engine_handler>_api_key': '111'}
   )