final case class SplitRequest(sessionId: String = "", datasetId: String = "", fractions: Seq[Double] = _root_.scala.Seq.empty, shuffle: Boolean = false, shuffleSeed: Long = 0L, noCaching: Boolean = false, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable

datasetId

The id of the dataset to split

fractions

Defines the fractions in which to split the DataSet

shuffle

If true shuffle before splitting

shuffleSeed

The seed for shuffling

noCaching

If true disable caching during evaluation

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SplitRequest
  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 SplitRequest(sessionId: String = "", datasetId: String = "", fractions: Seq[Double] = _root_.scala.Seq.empty, shuffle: Boolean = false, shuffleSeed: Long = 0L, noCaching: Boolean = false, unknownFields: UnknownFieldSet = ...)

    datasetId

    The id of the dataset to split

    fractions

    Defines the fractions in which to split the DataSet

    shuffle

    If true shuffle before splitting

    shuffleSeed

    The seed for shuffling

    noCaching

    If true disable caching during evaluation

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. def addAllFractions(__vs: Iterable[Double]): SplitRequest
  5. def addFractions(__vs: Double*): SplitRequest
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clearFractions: SplitRequest
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. def companion: SplitRequest.type
    Definition Classes
    SplitRequest → GeneratedMessage
  10. val datasetId: String
  11. def discardUnknownFields: SplitRequest
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. val fractions: Seq[Double]
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    SplitRequest → GeneratedMessage
  16. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    SplitRequest → GeneratedMessage
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. val noCaching: Boolean
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def serializedSize: Int
    Definition Classes
    SplitRequest → GeneratedMessage
  23. val sessionId: String
  24. val shuffle: Boolean
  25. val shuffleSeed: Long
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  28. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  29. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  30. def toProtoString: String
    Definition Classes
    SplitRequest → GeneratedMessage
  31. val unknownFields: UnknownFieldSet
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def withDatasetId(__v: String): SplitRequest
  36. def withFractions(__v: Seq[Double]): SplitRequest
  37. def withNoCaching(__v: Boolean): SplitRequest
  38. def withSessionId(__v: String): SplitRequest
  39. def withShuffle(__v: Boolean): SplitRequest
  40. def withShuffleSeed(__v: Long): SplitRequest
  41. def withUnknownFields(__v: UnknownFieldSet): SplitRequest
  42. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  43. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    SplitRequest → GeneratedMessage
  44. 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