Class/Object

com.salesforce.op.stages

SparkStageParam

Related Docs: object SparkStageParam | package stages

Permalink

class SparkStageParam[S <: PipelineStage with Params] extends Param[Option[S]]

Linear Supertypes
Param[Option[S]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SparkStageParam
  2. Param
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SparkStageParam(parent: Identifiable, name: String, doc: String)

    Permalink
  2. new SparkStageParam(parent: Identifiable, name: String, doc: String, isValid: (Option[S]) ⇒ Boolean)

    Permalink
  3. new SparkStageParam(parent: String, name: String, doc: String)

    Permalink
  4. new SparkStageParam(parent: String, name: String, doc: String, isValid: (Option[S]) ⇒ Boolean)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ->(value: Option[S]): ParamPair[Option[S]]

    Permalink
    Definition Classes
    Param
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val doc: String

    Permalink
    Definition Classes
    Param
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. final def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    Param → AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def hashCode(): Int

    Permalink
    Definition Classes
    Param → AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. val isValid: (Option[S]) ⇒ Boolean

    Permalink
    Definition Classes
    Param
  15. def jsonDecode(jsonStr: String): Option[S]

    Permalink

    Decodes the saved path string and uses the Pipeline.load method to recover the stage.

    Decodes the saved path string and uses the Pipeline.load method to recover the stage.

    Definition Classes
    SparkStageParam → Param
  16. def jsonEncode(sparkStage: Option[S]): String

    Permalink

    The Stage will be saved by creating a dummy Pipeline and using it's Writer.

    The Stage will be saved by creating a dummy Pipeline and using it's Writer. The param itself will only encode the path, not the stage.

    If Stage is not set path will be serialized as an empty string

    Definition Classes
    SparkStageParam → Param
  17. val name: String

    Permalink
    Definition Classes
    Param
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. val parent: String

    Permalink
    Definition Classes
    Param
  22. var savePath: Option[String]

    Permalink

    Spark stage saving path

  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. final def toString(): String

    Permalink
    Definition Classes
    Param → AnyRef → Any
  25. def w(value: Option[S]): ParamPair[Option[S]]

    Permalink

    Creates a param pair with the given value (for Java).

    Creates a param pair with the given value (for Java).

    Definition Classes
    SparkStageParam → Param
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Param[Option[S]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped