class CustomInputParser extends HTTPInputParser with ComplexParamsWritable with SynapseMLLogging

Linear Supertypes
SynapseMLLogging, ComplexParamsWritable, MLWritable, HTTPInputParser, Wrappable, DotnetWrappable, RWrappable, PythonWrappable, BaseWrappable, HasInputCol, HasOutputCol, Transformer, PipelineStage, Logging, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CustomInputParser
  2. SynapseMLLogging
  3. ComplexParamsWritable
  4. MLWritable
  5. HTTPInputParser
  6. Wrappable
  7. DotnetWrappable
  8. RWrappable
  9. PythonWrappable
  10. BaseWrappable
  11. HasInputCol
  12. HasOutputCol
  13. Transformer
  14. PipelineStage
  15. Logging
  16. Params
  17. Serializable
  18. Serializable
  19. Identifiable
  20. AnyRef
  21. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CustomInputParser()
  2. new CustomInputParser(uid: String)

Value Members

  1. final def clear(param: Param[_]): CustomInputParser.this.type
    Definition Classes
    Params
  2. def copy(extra: ParamMap): Transformer
    Definition Classes
    HTTPInputParser → Transformer → PipelineStage → Params
  3. def dotnetAdditionalMethods: String
    Definition Classes
    DotnetWrappable
  4. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  5. def explainParams(): String
    Definition Classes
    Params
  6. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  7. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  8. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  9. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  10. def getInputCol: String

    Definition Classes
    HasInputCol
  11. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  12. def getOutputCol: String

    Definition Classes
    HasOutputCol
  13. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  14. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  15. def getUDF: UserDefinedFunction

  16. def getUDPyF: UserDefinedPythonFunction

  17. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  18. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  19. val inputCol: Param[String]

    The name of the input column

    The name of the input column

    Definition Classes
    HasInputCol
  20. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  21. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  22. def logClass(): Unit
    Definition Classes
    SynapseMLLogging
  23. def logFit[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  24. def logTrain[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  25. def logTransform[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  26. def logVerb[T](verb: String, f: ⇒ T, columns: Int = -1): T
    Definition Classes
    SynapseMLLogging
  27. def makeDotnetFile(conf: CodegenConfig): Unit
    Definition Classes
    DotnetWrappable
  28. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  29. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  30. val outputCol: Param[String]

    The name of the output column

    The name of the output column

    Definition Classes
    HasOutputCol
  31. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  32. def pyAdditionalMethods: String
    Definition Classes
    PythonWrappable
  33. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  34. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  35. final def set[T](param: Param[T], value: T): CustomInputParser.this.type
    Definition Classes
    Params
  36. def setInputCol(value: String): CustomInputParser.this.type

    Definition Classes
    HasInputCol
  37. def setNullableUDF[T](f: (T) ⇒ Option[HttpRequestBase]): CustomInputParser.this.type
  38. def setOutputCol(value: String): CustomInputParser.this.type

    Definition Classes
    HasOutputCol
  39. def setUDF[T](f: (T) ⇒ HttpRequestBase): CustomInputParser.this.type
  40. def setUDF(value: UserDefinedPythonFunction): CustomInputParser.this.type

  41. def setUDF(value: UserDefinedFunction): CustomInputParser.this.type

  42. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  43. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    CustomInputParser → Transformer
  44. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  45. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  46. def transformSchema(schema: StructType): StructType
    Definition Classes
    HTTPInputParser → PipelineStage
  47. val udfParams: Seq[ComplexParam[_]]
  48. val udfPython: UDPyFParam
  49. val udfScala: UDFParam
  50. val uid: String
    Definition Classes
    CustomInputParserSynapseMLLogging → Identifiable
  51. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable