c

com.microsoft.azure.synapse.ml.io.http

HTTPInputParser

abstract class HTTPInputParser extends Transformer with HasOutputCol with HasInputCol with Wrappable

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

Instance Constructors

  1. new HTTPInputParser()

Abstract Value Members

  1. abstract def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  2. abstract val uid: String
    Definition Classes
    Identifiable

Concrete Value Members

  1. final def clear(param: Param[_]): HTTPInputParser.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. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  16. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  17. val inputCol: Param[String]

    The name of the input column

    The name of the input column

    Definition Classes
    HasInputCol
  18. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  19. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  20. def makeDotnetFile(conf: CodegenConfig): Unit
    Definition Classes
    DotnetWrappable
  21. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  22. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  23. val outputCol: Param[String]

    The name of the output column

    The name of the output column

    Definition Classes
    HasOutputCol
  24. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  25. def pyAdditionalMethods: String
    Definition Classes
    PythonWrappable
  26. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  27. final def set[T](param: Param[T], value: T): HTTPInputParser.this.type
    Definition Classes
    Params
  28. def setInputCol(value: String): HTTPInputParser.this.type

    Definition Classes
    HasInputCol
  29. def setOutputCol(value: String): HTTPInputParser.this.type

    Definition Classes
    HasOutputCol
  30. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  31. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  32. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  33. def transformSchema(schema: StructType): StructType
    Definition Classes
    HTTPInputParser → PipelineStage