Package ai.expert.nlapi.v2.edge
Class Info
- java.lang.Object
-
- ai.expert.nlapi.v2.edge.Info
-
public class Info extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Info(InfoConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhealth()ResourcesInfoResponseresources()StatisticsInfoResponsestatistics()
-
-
-
Constructor Detail
-
Info
public Info(InfoConfig config)
-
-
Method Detail
-
resources
public ResourcesInfoResponse resources() throws NLApiException
- Throws:
NLApiException
-
statistics
public StatisticsInfoResponse statistics() throws NLApiException
- Throws:
NLApiException
-
health
public void health() throws NLApiException- Throws:
NLApiException
-
-