Class/Object

com.microsoft.ml.spark

SimpleHTTPTransformer

Related Docs: object SimpleHTTPTransformer | package spark

Permalink

class SimpleHTTPTransformer extends Transformer with HTTPParams with HasMiniBatcher with HasHandler with HasInputCol with HasOutputCol with ComplexParamsWritable with HasErrorCol

Annotations
@InternalWrapper()
Linear Supertypes
HasErrorCol, ComplexParamsWritable, MLWritable, HasOutputCol, HasInputCol, HasHandler, HasMiniBatcher, HTTPParams, Wrappable, Transformer, PipelineStage, org.apache.spark.internal.Logging, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. SimpleHTTPTransformer
  2. HasErrorCol
  3. ComplexParamsWritable
  4. MLWritable
  5. HasOutputCol
  6. HasInputCol
  7. HasHandler
  8. HasMiniBatcher
  9. HTTPParams
  10. Wrappable
  11. Transformer
  12. PipelineStage
  13. Logging
  14. Params
  15. Serializable
  16. Serializable
  17. Identifiable
  18. AnyRef
  19. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimpleHTTPTransformer()

    Permalink
  2. new SimpleHTTPTransformer(uid: String)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def $[T](param: Param[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. final def clear(param: Param[_]): SimpleHTTPTransformer.this.type

    Permalink
    Definition Classes
    Params
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val concurrency: Param[Int]

    Permalink
    Definition Classes
    HTTPParams
  9. val concurrentTimeout: Param[Double]

    Permalink
    Definition Classes
    HTTPParams
  10. def copy(extra: ParamMap): SimpleHTTPTransformer.this.type

    Permalink
    Definition Classes
    SimpleHTTPTransformer → Transformer → PipelineStage → Params
  11. def copyValues[T <: Params](to: T, extra: ParamMap): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  12. final def defaultCopy[T <: Params](extra: ParamMap): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. val errorCol: Param[String]

    Permalink
    Definition Classes
    HasErrorCol
  16. def explainParam(param: Param[_]): String

    Permalink
    Definition Classes
    Params
  17. def explainParams(): String

    Permalink
    Definition Classes
    Params
  18. final def extractParamMap(): ParamMap

    Permalink
    Definition Classes
    Params
  19. final def extractParamMap(extra: ParamMap): ParamMap

    Permalink
    Definition Classes
    Params
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. val flattenOutputBatches: Param[Boolean]

    Permalink
  22. final def get[T](param: Param[T]): Option[T]

    Permalink
    Definition Classes
    Params
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def getConcurrency: Int

    Permalink

    Definition Classes
    HTTPParams
  25. def getConcurrentTimeout: Double

    Permalink

    Definition Classes
    HTTPParams
  26. final def getDefault[T](param: Param[T]): Option[T]

    Permalink
    Definition Classes
    Params
  27. def getErrorCol: String

    Permalink
    Definition Classes
    HasErrorCol
  28. def getFlattenOutputBatches: Boolean

    Permalink

  29. def getHandler: HandlerFunc

    Permalink

    Definition Classes
    HasHandler
  30. def getInputCol: String

    Permalink

    Definition Classes
    HasInputCol
  31. def getInputParser: HTTPInputParser

    Permalink

  32. def getMiniBatchSize: Int

    Permalink
    Definition Classes
    HasMiniBatcher
  33. def getMiniBatcher: MiniBatchBase

    Permalink

    Definition Classes
    HasMiniBatcher
  34. final def getOrDefault[T](param: Param[T]): T

    Permalink
    Definition Classes
    Params
  35. def getOutputCol: String

    Permalink

    Definition Classes
    HasOutputCol
  36. def getOutputParser: HTTPOutputParser

    Permalink

  37. def getParam(paramName: String): Param[Any]

    Permalink
    Definition Classes
    Params
  38. def getTimeout: Double

    Permalink

    Definition Classes
    HTTPParams
  39. val handler: UDFParam

    Permalink
    Definition Classes
    HasHandler
  40. final def hasDefault[T](param: Param[T]): Boolean

    Permalink
    Definition Classes
    Params
  41. def hasParam(paramName: String): Boolean

    Permalink
    Definition Classes
    Params
  42. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  43. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  44. def initializeLogIfNecessary(isInterpreter: Boolean): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  45. val inputCol: Param[String]

    Permalink

    The name of the input column

    The name of the input column

    Definition Classes
    HasInputCol
  46. val inputParser: Param[Transformer]

    Permalink
  47. final def isDefined(param: Param[_]): Boolean

    Permalink
    Definition Classes
    Params
  48. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  49. final def isSet(param: Param[_]): Boolean

    Permalink
    Definition Classes
    Params
  50. def isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  51. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  52. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  53. def logDebug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  54. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  55. def logError(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  56. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  57. def logInfo(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  58. def logName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  59. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  60. def logTrace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  61. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  62. def logWarning(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  63. val miniBatcher: TransformerParam

    Permalink

    Size of minibatches.

    Size of minibatches. Must be greater than 0; default is 10

    Definition Classes
    HasMiniBatcher
  64. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  65. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  66. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  67. val outputCol: Param[String]

    Permalink

    The name of the output column

    The name of the output column

    Definition Classes
    HasOutputCol
  68. val outputParser: Param[Transformer]

    Permalink
  69. lazy val params: Array[Param[_]]

    Permalink
    Definition Classes
    Params
  70. def save(path: String): Unit

    Permalink
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  71. final def set(paramPair: ParamPair[_]): SimpleHTTPTransformer.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  72. final def set(param: String, value: Any): SimpleHTTPTransformer.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  73. final def set[T](param: Param[T], value: T): SimpleHTTPTransformer.this.type

    Permalink
    Definition Classes
    Params
  74. def setConcurrency(value: Int): SimpleHTTPTransformer.this.type

    Permalink

    Definition Classes
    HTTPParams
  75. def setConcurrentTimeout(value: Double): SimpleHTTPTransformer.this.type

    Permalink

    Definition Classes
    HTTPParams
  76. final def setDefault(paramPairs: ParamPair[_]*): SimpleHTTPTransformer.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  77. final def setDefault[T](param: Param[T], value: T): SimpleHTTPTransformer.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  78. def setErrorCol(v: String): SimpleHTTPTransformer.this.type

    Permalink
    Definition Classes
    HasErrorCol
  79. def setFlattenOutputBatches(value: Boolean): SimpleHTTPTransformer.this.type

    Permalink

  80. def setHandler(v: HandlerFunc): SimpleHTTPTransformer.this.type

    Permalink
    Definition Classes
    HasHandler
  81. def setInputCol(value: String): SimpleHTTPTransformer.this.type

    Permalink

    Definition Classes
    HasInputCol
  82. def setInputParser(value: HTTPInputParser): SimpleHTTPTransformer.this.type

    Permalink

  83. def setMiniBatchSize(n: Int): SimpleHTTPTransformer.this.type

    Permalink
    Definition Classes
    HasMiniBatcher
  84. def setMiniBatcher(value: MiniBatchBase): SimpleHTTPTransformer.this.type

    Permalink

    Definition Classes
    HasMiniBatcher
  85. def setOutputCol(value: String): SimpleHTTPTransformer.this.type

    Permalink

    Definition Classes
    HasOutputCol
  86. def setOutputParser(value: HTTPOutputParser): SimpleHTTPTransformer.this.type

    Permalink

  87. def setTimeout(value: Double): SimpleHTTPTransformer.this.type

    Permalink

    Definition Classes
    HTTPParams
  88. def setUrl(url: String): SimpleHTTPTransformer.this.type

    Permalink
  89. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  90. val timeout: Param[Double]

    Permalink
    Definition Classes
    HTTPParams
  91. def toString(): String

    Permalink
    Definition Classes
    Identifiable → AnyRef → Any
  92. def transform(dataset: Dataset[_]): DataFrame

    Permalink
    Definition Classes
    SimpleHTTPTransformer → Transformer
  93. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame

    Permalink
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  94. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame

    Permalink
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  95. def transformSchema(schema: StructType): StructType

    Permalink
    Definition Classes
    SimpleHTTPTransformer → PipelineStage
  96. def transformSchema(schema: StructType, logging: Boolean): StructType

    Permalink
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  97. val uid: String

    Permalink
    Definition Classes
    SimpleHTTPTransformer → Identifiable
  98. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  99. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  100. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  101. def write: MLWriter

    Permalink
    Definition Classes
    ComplexParamsWritable → MLWritable

Inherited from HasErrorCol

Inherited from ComplexParamsWritable

Inherited from MLWritable

Inherited from HasOutputCol

Inherited from HasInputCol

Inherited from HasHandler

Inherited from HasMiniBatcher

Inherited from HTTPParams

Inherited from Wrappable

Inherited from Transformer

Inherited from PipelineStage

Inherited from org.apache.spark.internal.Logging

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Parameters

A list of parameter keys this algorithm can take. Users can set and get the parameter values through setters and getters

Parameter setters

Parameter getters

Members