CREATE ML_ENGINE
command creates an ML engine that uses one of the available ML handlers.
requirements.txt
file are installed beforehand.ml_engine_name
, handler_name
, and optionally, argument_key
and argument_value
with the real values.
ml_engine_name
as the handler_name
to avoid issue while dropping the ML engine.USING
clause.
USING
clause is optional, as it depends on the ML handler whether it requires some arguments or not. Here, we created an OpenAI engine and provided own API key.
After creating your ML engine, you can create a model like this:
USING
clause specifies the ML engine to be used for creating a new model.