Package ai.expert.nlapi.v2.edge
Class Model
- java.lang.Object
-
- ai.expert.nlapi.v2.edge.Model
-
public class Model extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Model(ModelConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaxonomyModelResponsetaxonomy()TemplatesModelResponsetemplates()
-
-
-
Constructor Detail
-
Model
public Model(ModelConfig config)
-
-
Method Detail
-
taxonomy
public TaxonomyModelResponse taxonomy() throws NLApiException
- Throws:
NLApiException
-
templates
public TemplatesModelResponse templates() throws NLApiException
- Throws:
NLApiException
-
-