Class

com.microsoft.ml.spark.codegen

PySparkTransformerWrapper

Related Doc: package codegen

Permalink

class PySparkTransformerWrapper extends PySparkWrapper

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PySparkTransformerWrapper
  2. PySparkWrapper
  3. PySparkParamsWrapper
  4. WritableWrapper
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PySparkTransformerWrapper(entryPoint: Transformer, entryPointName: String, entryPointQualifiedName: String)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    Any
  5. def classDocTemplate(entryPointName: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkParamsWrapper
  6. def classTemplate(importsString: String, inheritanceString: String, classParamsString: String, paramDefinitionsAndDefaultsString: String, paramGettersAndSettersString: String, classDocString: String, paramDocString: String, classParamDocString: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkParamsWrapper
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def defineComplexParamsTemplate(pname: String, explanation: String, other: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkParamsWrapper
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getComplexTemplate(capName: String, pname: String, docType: String, paramDef: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkParamsWrapper
  14. def getParamDefault(param: Param[_]): (String, String)

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkParamsWrapper
  15. def getParamExplanation(param: Param[_]): String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkParamsWrapper
  16. def getPysparkWrapperBase: String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkParamsWrapper
  17. def getPythonizedDataType(paramType: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkParamsWrapper
  18. def getPythonizedDefault(paramDefault: String, param: Param[_], defaultStringIsParsable: Boolean): String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkParamsWrapper
  19. def getTemplate(capName: String, pname: String, docType: String, paramDef: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkParamsWrapper
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. val header: String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkParamsWrapper
  22. val importClassString: String

    Permalink
    Definition Classes
    PySparkWrapperPySparkParamsWrapper
  23. def isComplexType(paramType: String): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkParamsWrapper
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def paramDocTemplate(explanation: String, docType: String, indent: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkParamsWrapper
  29. val psType: String

    Permalink
  30. def pysparkWrapperBuilder(): String

    Permalink
    Definition Classes
    PySparkParamsWrapper
  31. def saveLoadTemplate(entryPointQualifiedName: String, entryPointName: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkParamsWrapper
  32. def setServiceTemplate(capName: String, pname: String, explanation: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkParamsWrapper
  33. def setTemplate(capName: String, pname: String, explanation: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    PySparkParamsWrapper
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def writeWrapperToFile(dir: File): Unit

    Permalink
    Definition Classes
    PySparkParamsWrapperWritableWrapper

Inherited from PySparkWrapper

Inherited from PySparkParamsWrapper

Inherited from WritableWrapper

Inherited from AnyRef

Inherited from Any

Members