class JSONInputParser extends HTTPInputParser with HasURL with ComplexParamsWritable with BasicLogging

Linear Supertypes
BasicLogging, ComplexParamsWritable, MLWritable, HasURL, 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. JSONInputParser
  2. BasicLogging
  3. ComplexParamsWritable
  4. MLWritable
  5. HasURL
  6. HTTPInputParser
  7. Wrappable
  8. DotnetWrappable
  9. RWrappable
  10. PythonWrappable
  11. BaseWrappable
  12. HasInputCol
  13. HasOutputCol
  14. Transformer
  15. PipelineStage
  16. Logging
  17. Params
  18. Serializable
  19. Serializable
  20. Identifiable
  21. AnyRef
  22. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

  1. final def clear(param: Param[_]): JSONInputParser.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 getHeaders: Map[String, String]

  11. def getInputCol: String

    Definition Classes
    HasInputCol
  12. def getMethod: String

  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 getUrl: String

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

    The name of the input column

    The name of the input column

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

    The name of the output column

    The name of the output column

    Definition Classes
    HasOutputCol
  35. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  36. def pyAdditionalMethods: String
    Definition Classes
    PythonWrappable
  37. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  38. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  39. final def set[T](param: Param[T], value: T): JSONInputParser.this.type
    Definition Classes
    Params
  40. def setHeaders(value: HashMap[String, String]): JSONInputParser.this.type
  41. def setHeaders(value: Map[String, String]): JSONInputParser.this.type

  42. def setInputCol(value: String): JSONInputParser.this.type

    Definition Classes
    HasInputCol
  43. def setMethod(value: String): JSONInputParser.this.type

  44. def setOutputCol(value: String): JSONInputParser.this.type

    Definition Classes
    HasOutputCol
  45. def setUrl(value: String): JSONInputParser.this.type

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