class TransducerFeature extends Feature[VocabParser, VocabParser, VocabParser]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TransducerFeature
- Feature
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TransducerFeature(model: HasFeatures, name: String)
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
- final var broadcastValue: Option[Broadcast[VocabParser]]
- Attributes
- protected
- Definition Classes
- Feature
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def deserialize(spark: SparkSession, path: String, field: String): Option[_]
- Definition Classes
- Feature
- def deserializeDataset(spark: SparkSession, path: String, field: String): Option[VocabParser]
- Definition Classes
- TransducerFeature → Feature
- def deserializeLegacyObject[ObjectType](spark: SparkSession, path: String)(implicit arg0: ClassTag[ObjectType]): RDD[ObjectType]
Loads an object from a SequenceFile containing serialized objects.
Loads an object from a SequenceFile containing serialized objects. It tries to load the tuple across Scala version, handling serialVersionUID mismatches.
Adapted from sparkContext.objectFile:
"Load an RDD saved as a SequenceFile containing serialized objects, with NullWritable keys and BytesWritable values that contain a serialized partition."
- path
directory to the input data files, the path can be comma separated paths as a list of inputs
- returns
RDD representing deserialized data from the file(s)
- Attributes
- protected
- Definition Classes
- Feature
- def deserializeObject(spark: SparkSession, path: String, field: String): Option[VocabParser]
- Definition Classes
- TransducerFeature → Feature
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final var fallbackLazyValue: Option[() => VocabParser]
- Attributes
- protected
- Definition Classes
- Feature
- final var fallbackRawValue: Option[VocabParser]
- Attributes
- protected
- Definition Classes
- Feature
- final def get: Option[VocabParser]
- Definition Classes
- Feature
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def getFieldPath(path: String, field: String): Path
- Attributes
- protected
- Definition Classes
- Feature
- final def getOrDefault: VocabParser
- Definition Classes
- Feature
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final var isProtected: Boolean
- Attributes
- protected
- Definition Classes
- Feature
- final def isSet: Boolean
- Definition Classes
- Feature
- lazy val logger: Logger
- Attributes
- protected
- Definition Classes
- Feature
- val name: String
- Definition Classes
- TransducerFeature → Feature
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def orDefault: Option[VocabParser]
- Definition Classes
- Feature
- final var rawValue: Option[VocabParser]
- Attributes
- protected
- Definition Classes
- Feature
- val serializationMode: String
- Definition Classes
- Feature
- final def serialize(spark: SparkSession, path: String, field: String, value: VocabParser): Unit
- Definition Classes
- Feature
- def serializeDataset(spark: SparkSession, path: String, field: String, trans: VocabParser): Unit
- Definition Classes
- TransducerFeature → Feature
- final def serializeInfer(spark: SparkSession, path: String, field: String, value: Any): Unit
- Definition Classes
- Feature
- def serializeObject(spark: SparkSession, path: String, field: String, trans: VocabParser): Unit
- Definition Classes
- TransducerFeature → Feature
- def setFallback(v: Option[() => VocabParser]): HasFeatures
- Definition Classes
- Feature
- final def setProtected(): TransducerFeature.this.type
Sets this feature to be protected and only settable once.
Sets this feature to be protected and only settable once.
- returns
This Feature
- Definition Classes
- Feature
- final def setValue(value: Option[Any]): HasFeatures
- Definition Classes
- Feature
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val useBroadcast: Boolean
- Definition Classes
- Feature
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)