class StringOutputParser extends HTTPOutputParser with ComplexParamsWritable with BasicLogging

Linear Supertypes
BasicLogging, 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. StringOutputParser
  2. BasicLogging
  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 StringOutputParser()
  2. new StringOutputParser(uid: String)

Value Members

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

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

    Definition Classes
    HasOutputCol
  12. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  13. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  14. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  15. val inputCol: Param[String]

    The name of the input column

    The name of the input column

    Definition Classes
    HasInputCol
  16. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  17. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  18. def logClass(): Unit
    Definition Classes
    BasicLogging
  19. def logFit[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  20. def logPredict[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  21. def logTrain[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  22. def logTransform[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  23. def logVerb[T](verb: String, f: ⇒ T): T
    Definition Classes
    BasicLogging
  24. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  25. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  26. val outputCol: Param[String]

    The name of the output column

    The name of the output column

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

    Definition Classes
    HasInputCol
  33. def setOutputCol(value: String): StringOutputParser.this.type

    Definition Classes
    HasOutputCol
  34. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  35. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    StringOutputParser → Transformer
  36. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  37. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  38. def transformSchema(schema: StructType): StructType
    Definition Classes
    StringOutputParser → PipelineStage
  39. val uid: String
    Definition Classes
    StringOutputParserBasicLogging → Identifiable
  40. val ver: String
    Definition Classes
    BasicLogging
  41. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable