Defines built-in entity types.
Defines built-in entity types. The current built-in type is pio_pr.
Defines built-in properties.
Defines built-in properties. This is currently empty.
Default time zone is set to UTC
Checks whether an entity type is a built-in entity type
Checks whether an event name contains a reserved prefix
Checks whether an event name contains a reserved prefix
Event name
true if event name starts with $ or pio_, false otherwise
Checks whether an event name is a special PredictionIO event name
Checks whether an event name is a special PredictionIO event name
Event name
true if the name is a special event, false otherwise
PredictionIO reserves some single entity event names.
PredictionIO reserves some single entity event names. They are currently $set, $unset, and $delete.
Validate an Event, throwing exceptions when the candidate violates any of the following:
Validate an Event, throwing exceptions when the candidate violates any of the following:
Event to be validated
Validate event properties, throwing exceptions when the candidate violates any of the following:
Validate event properties, throwing exceptions when the candidate violates any of the following:
Event to be validated
:: DeveloperApi :: Utilities for validating Events