Class

com.microsoft.ml.spark.codegen

PySparkWrapperParamsTest

Related Doc: package codegen

Permalink

abstract class PySparkWrapperParamsTest extends WritableWrapper

:: DeveloperApi :: Abstraction for PySpark wrapper generators.

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

Instance Constructors

  1. new PySparkWrapperParamsTest(entryPoint: Params, 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 classTemplate(classParams: String, paramGettersAndSetters: String): String

    Permalink
    Attributes
    protected
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def computeStatisticsString(entryPointName: String): String

    Permalink
    Attributes
    protected
  8. def computeStatisticsTemplate(entryPointName: 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 evaluateString(entryPointName: String): String

    Permalink
    Attributes
    protected
  12. def evaluateTemplate(entryPointName: String): String

    Permalink
    Attributes
    protected
  13. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getParamDefault(param: Param[_]): (String, String)

    Permalink
    Attributes
    protected
  16. def getPysparkWrapperTestBase: String

    Permalink
    Attributes
    protected
  17. def getPythonizedDefault(paramDefault: String, paramType: String, defaultStringIsParsable: Boolean): String

    Permalink
    Attributes
    protected
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. def indexToValueString(entryPointName: String): String

    Permalink
    Attributes
    protected
  20. def indexToValueTemplate(entryPointName: String): String

    Permalink
    Attributes
    protected
  21. def isBaseTransformer(paramName: String): Boolean

    Permalink
    Attributes
    protected
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def isModel(paramName: String): Boolean

    Permalink
    Attributes
    protected
  24. def isSkippedParam(paramName: String): Boolean

    Permalink
    Attributes
    protected
  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 pysparkWrapperTestBuilder(): String

    Permalink
  29. def setAndGetTemplate(paramName: String, value: String): String

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. def tryFitSetupTemplate(entryPointName: String): String

    Permalink
    Attributes
    protected
  33. def tryFitString(entryPointName: String): String

    Permalink
    Attributes
    protected
  34. def tryFitTemplate(entryPointName: String, model: String): String

    Permalink
    Attributes
    protected
  35. def tryMultiColumnFitTemplate(entryPointName: String, model: String): String

    Permalink
    Attributes
    protected
  36. def tryTransformString(entryPointName: String): String

    Permalink
    Attributes
    protected
  37. def tryTransformTemplate(entryPointName: String, param: String): String

    Permalink
    Attributes
    protected
  38. val unittestString: String

    Permalink
    Attributes
    protected
  39. def valueIndexerModelString(entryPointName: String): String

    Permalink
    Attributes
    protected
  40. def valueIndexerModelTemplate(entryPointName: String): String

    Permalink
    Attributes
    protected
  41. final def wait(): Unit

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

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

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

    Permalink

Inherited from WritableWrapper

Inherited from AnyRef

Inherited from Any

Members