Class

com.microsoft.ml.spark.codegen

PySparkParamsWrapper

Related Doc: package codegen

Permalink

abstract class PySparkParamsWrapper extends WritableWrapper

:: DeveloperApi :: Abstraction for PySpark wrapper generators.

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PySparkParamsWrapper
  2. WritableWrapper
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PySparkParamsWrapper(entryPoint: Params, entryPointName: String, entryPointQualifiedName: String)

    Permalink

Abstract Value Members

  1. abstract val psType: String

    Permalink

Concrete 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
  6. def classTemplate(importsString: String, inheritanceString: String, classParamsString: String, paramDefinitionsAndDefaultsString: String, paramGettersAndSettersString: String, classDocString: String, paramDocString: String, classParamDocString: String): String

    Permalink
    Attributes
    protected
  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
  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
  14. def getParamDefault(param: Param[_]): (String, String)

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

    Permalink
    Attributes
    protected
  16. def getPysparkWrapperBase: String

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

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

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

    Permalink
    Attributes
    protected
  20. def hashCode(): Int

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

    Permalink
    Attributes
    protected
  22. val importClassString: String

    Permalink
  23. def isComplexType(paramType: String): Boolean

    Permalink
    Attributes
    protected
  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
  29. def pysparkWrapperBuilder(): String

    Permalink
  30. def saveLoadTemplate(entryPointQualifiedName: String, entryPointName: String): String

    Permalink
    Attributes
    protected
  31. def setServiceTemplate(capName: String, pname: String, explanation: String): String

    Permalink
    Attributes
    protected
  32. def setTemplate(capName: String, pname: String, explanation: String): String

    Permalink
    Attributes
    protected
  33. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

    Permalink
    Definition Classes
    PySparkParamsWrapperWritableWrapper

Inherited from WritableWrapper

Inherited from AnyRef

Inherited from Any

Members