Packages

final case class TrainableAlgorithm(bridge: String = "", trainingType: Option[DataType] = _root_.scala.None, statType: Option[DataType] = _root_.scala.None, inputType: Option[DataType] = _root_.scala.None, outputType: Option[DataType] = _root_.scala.None, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable

A Trainable Algorithm Item.

trainingType

Data type for training

statType

Data type for stats generated by training

inputType

Data type when being trained

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TrainableAlgorithm
  2. Product
  3. Equals
  4. GeneratedMessage
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TrainableAlgorithm(bridge: String = "", trainingType: Option[DataType] = _root_.scala.None, statType: Option[DataType] = _root_.scala.None, inputType: Option[DataType] = _root_.scala.None, outputType: Option[DataType] = _root_.scala.None, unknownFields: UnknownFieldSet = ...)

    trainingType

    Data type for training

    statType

    Data type for stats generated by training

    inputType

    Data type when being trained

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val bridge: String
  6. def clearInputType: TrainableAlgorithm
  7. def clearOutputType: TrainableAlgorithm
  8. def clearStatType: TrainableAlgorithm
  9. def clearTrainingType: TrainableAlgorithm
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. def companion: TrainableAlgorithm.type
    Definition Classes
    TrainableAlgorithm → GeneratedMessage
  12. def discardUnknownFields: TrainableAlgorithm
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    TrainableAlgorithm → GeneratedMessage
  16. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    TrainableAlgorithm → GeneratedMessage
  17. def getInputType: DataType
  18. def getOutputType: DataType
  19. def getStatType: DataType
  20. def getTrainingType: DataType
  21. val inputType: Option[DataType]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. val outputType: Option[DataType]
  27. def serializedSize: Int
    Definition Classes
    TrainableAlgorithm → GeneratedMessage
  28. val statType: Option[DataType]
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  31. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  32. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  33. def toProtoString: String
    Definition Classes
    TrainableAlgorithm → GeneratedMessage
  34. val trainingType: Option[DataType]
  35. val unknownFields: UnknownFieldSet
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def withBridge(__v: String): TrainableAlgorithm
  40. def withInputType(__v: DataType): TrainableAlgorithm
  41. def withOutputType(__v: DataType): TrainableAlgorithm
  42. def withStatType(__v: DataType): TrainableAlgorithm
  43. def withTrainingType(__v: DataType): TrainableAlgorithm
  44. def withUnknownFields(__v: UnknownFieldSet): TrainableAlgorithm
  45. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  46. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    TrainableAlgorithm → GeneratedMessage
  47. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Product

Inherited from Equals

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped