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
Modifier and TypeInterfaceDescriptionstatic interface
Builder for a singleObservation
.static class
-
Method Summary
-
Method Details
-
hasError
boolean hasError() -
getErrorMessage
String getErrorMessage()
-