Structures

The following structures are available globally.

  • The Event struct represents an event dictionary in the REST API to a PredictionIO’s event server.

    See more

    Declaration

    Swift

    public struct Event
  • Represents the response of a creating event request.

    See more

    Declaration

    Swift

    public struct CreateEventResponse : Decodable
  • Represents the response of a creating batch events request.

    See more

    Declaration

    Swift

    public struct CreateBatchEventsResponse : Decodable