io.prediction.tools

admin

package admin

Visibility
  1. Public
  2. All

Type Members

  1. class AdminServerActor extends Actor

  2. case class AdminServerConfig(ip: String = "localhost", port: Int = 7071) extends Product with Serializable

  3. class AdminServiceActor extends HttpServiceActor

  4. case class AppListResponse(status: Int = 0, message: String = "", apps: Seq[AppResponse]) extends BaseResponse with Product with Serializable

  5. case class AppNewResponse(status: Int = 0, message: String = "", id: Int = 0, name: String = "", key: String) extends BaseResponse with Product with Serializable

  6. case class AppRequest(id: Int = 0, name: String = "", description: String = "") extends Product with Serializable

  7. case class AppResponse(id: Int = 0, name: String = "", keys: Seq[AccessKey]) extends BaseResponse with Product with Serializable

  8. abstract class BaseResponse extends AnyRef

  9. class CommandClient extends AnyRef

  10. case class GeneralResponse(status: Int = 0, message: String = "") extends BaseResponse with Product with Serializable

  11. case class TrainRequest(enginePath: String = "") extends Product with Serializable

Value Members

  1. object AdminRun

  2. object AdminServer

Ungrouped