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()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SplitRequest
- Product
- Equals
- GeneratedMessage
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
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
-
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
- def addAllFractions(__vs: Iterable[Double]): SplitRequest
- def addFractions(__vs: Double*): SplitRequest
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearFractions: SplitRequest
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
companion: SplitRequest.type
- Definition Classes
- SplitRequest → GeneratedMessage
- val datasetId: String
- def discardUnknownFields: SplitRequest
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fractions: Seq[Double]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- SplitRequest → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- SplitRequest → GeneratedMessage
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val noCaching: Boolean
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
serializedSize: Int
- Definition Classes
- SplitRequest → GeneratedMessage
- val sessionId: String
- val shuffle: Boolean
- val shuffleSeed: Long
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
final
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
final
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toProtoString: String
- Definition Classes
- SplitRequest → GeneratedMessage
- val unknownFields: UnknownFieldSet
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withDatasetId(__v: String): SplitRequest
- def withFractions(__v: Seq[Double]): SplitRequest
- def withNoCaching(__v: Boolean): SplitRequest
- def withSessionId(__v: String): SplitRequest
- def withShuffle(__v: Boolean): SplitRequest
- def withShuffleSeed(__v: Long): SplitRequest
- def withUnknownFields(__v: UnknownFieldSet): SplitRequest
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- SplitRequest → GeneratedMessage
-
final
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage