modelName
Model type for training. By default the Neptune ML model is automatically based on the modelType
used in data processing, but you can specify a different model type here. The default is rgcn
for heterogeneous graphs and kge
for knowledge graphs. The only valid value for heterogeneous graphs is rgcn
. Valid values for knowledge graphs are: kge
, transe
, distmult
, and rotate
.