Package com.datarobot.model
Interface IDoGetCallback<T>
-
- All Known Implementing Classes:
AIClient,DatasetClient,LearningSessionClient
public interface IDoGetCallback<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget(java.lang.String location)
-
-
-
Method Detail
-
get
T get(java.lang.String location) throws ClientException
- Throws:
ClientException
-
-