class JSONOutputParser extends HTTPOutputParser with ComplexParamsWritable with SynapseMLLogging

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

Instance Constructors

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

Value Members

  1. final def clear(param: Param[_]): JSONOutputParser.this.type
    Definition Classes
    Params
  2. def copy(extra: ParamMap): JSONOutputParser.this.type
    Definition Classes
    HTTPOutputParser → Transformer → PipelineStage → Params
  3. val dataType: Param[DataType]
  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. def getDataType: DataType

  10. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  11. def getInputCol: String

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

    Definition Classes
    HasOutputCol
  14. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  15. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  16. def getPostProcessor: Option[UDFTransformer]

  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(featureName: String): Unit
    Definition Classes
    SynapseMLLogging
  23. def logFit[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  24. def logTransform[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  25. def logVerb[T](verb: String, f: ⇒ T, columns: Option[Int] = None): T
    Definition Classes
    SynapseMLLogging
  26. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  27. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  28. val outputCol: Param[String]

    The name of the output column

    The name of the output column

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

  36. def setInputCol(value: String): JSONOutputParser.this.type

    Definition Classes
    HasInputCol
  37. def setOutputCol(value: String): JSONOutputParser.this.type

    Definition Classes
    HasOutputCol
  38. def setPostProcessFunc[A, B](f: (A) ⇒ B, dt: DataType): JSONOutputParser.this.type
  39. def setPostProcessor(value: Option[UDFTransformer]): JSONOutputParser.this.type

  40. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  41. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    JSONOutputParser → Transformer
  42. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  43. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  44. def transformSchema(schema: StructType): StructType
    Definition Classes
    JSONOutputParser → PipelineStage
  45. val uid: String
    Definition Classes
    JSONOutputParserSynapseMLLogging → Identifiable
  46. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable