Interface InferenceModel
- All Superinterfaces:
AutoCloseable
A model used for inference.
- Author:
- Owen Feehan
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Indicates that the model will no longer be used, and does appropriate tidying up and freeing of resources.
-
Method Details
-
close
Indicates that the model will no longer be used, and does appropriate tidying up and freeing of resources.- Specified by:
closein interfaceAutoCloseable- Throws:
OperationFailedException
-