trait PlanningContext extends AnyRef
Main Interface for interacting and evaluating with MantikItems
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- PlanningContext
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def execute[T](action: Action[T], meta: ActionMeta = ActionMeta()): T
Execute an Action.
- abstract def load(id: MantikId): MantikItem
Load a generic Mantik Item.
- abstract def pull(id: MantikId): MantikItem
Pulls an item from registry.
- abstract def pushLocalMantikItem(dir: Path, id: Option[NamedMantikId] = None): MantikId
Push a local mantik item including payload to the repository.
Push a local mantik item including payload to the repository. There must be a MantikItem present.
- returns
Mantik id which was used in the end.
- abstract def state(item: MantikItem): MantikItemState
Returns the internal state of a MantikItem
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def loadAlgorithm(id: MantikId): Algorithm
Load a Algorithm from Mantik.
- def loadDataSet(id: MantikId): DataSet
Load a dataset from Mantik.
- def loadPipeline(id: MantikId): Pipeline
Load a Pipeline.
- def loadTrainableAlgorithm(id: MantikId): TrainableAlgorithm
Load a Trainable Algorithm.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])