class JSONOutputParser extends HTTPOutputParser with ComplexParamsWritable with BasicLogging

Linear Supertypes
BasicLogging, ComplexParamsWritable, MLWritable, HTTPOutputParser, Wrappable, DotnetWrappable, RWrappable, PythonWrappable, BaseWrappable, HasOutputCol, HasInputCol, Transformer, PipelineStage, Logging, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JSONOutputParser
  2. BasicLogging
  3. ComplexParamsWritable
  4. MLWritable
  5. HTTPOutputParser
  6. Wrappable
  7. DotnetWrappable
  8. RWrappable
  9. PythonWrappable
  10. BaseWrappable
  11. HasOutputCol
  12. HasInputCol
  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 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 dotnetAdditionalMethods: String
    Definition Classes
    DotnetWrappable
  5. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  6. def explainParams(): String
    Definition Classes
    Params
  7. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  8. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  9. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  10. def getDataType: DataType

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

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

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

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

    The name of the input column

    The name of the input column

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

    The name of the output column

    The name of the output column

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

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

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

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

  44. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  45. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    JSONOutputParser → Transformer
  46. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  47. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  48. def transformSchema(schema: StructType): StructType
    Definition Classes
    JSONOutputParser → PipelineStage
  49. val uid: String
    Definition Classes
    JSONOutputParserBasicLogging → Identifiable
  50. val ver: String
    Definition Classes
    BasicLogging
  51. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable