Package com.dataiku.scoring
Interface Observation
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
RawObservation
An interface representing scorable data.
Given by YourModel.observationBuilder().with(...).build(), to provide to YourModel.predict().
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder for a singleObservation.static class -
Method Summary
-
Method Details
-
hasError
boolean hasError() -
getErrorMessage
String getErrorMessage()
-