Overview

Namespaces

  • predictionio

Classes

  • BaseClient
  • EngineClient
  • EventClient
  • FileExporter

Traits

  • Exporter

Exceptions

  • PredictionIOAPIError
  • Overview
  • Namespace
  • Class

Trait Exporter

Direct Known Users

predictionio\FileExporter
Namespace: predictionio
Located at predictionio/Exporter.php
Methods summary
abstract public
# export( $json )
public
# jsonEncode( $data )
public
# createEvent( $event, $entityType, $entityId, null $targetEntityType = null, null $targetEntityId = null, array $properties = null, $eventTime = null )

Create and export a json-encoded event.

Create and export a json-encoded event.

Parameters

$event
$entityType
$entityId
$targetEntityType
$targetEntityId
$properties
$eventTime

See

\predictionio\EventClient::CreateEvent()
PredictionIO API PHP Client API documentation generated by ApiGen