Packages

trait MADBase extends HasOutputCol with MADHttpRequest with HasSetLocation with HasInputCols with ComplexParamsWritable with Wrappable with HasSubscriptionKey with HasErrorCol with BasicLogging

Linear Supertypes
BasicLogging, Logging, HasErrorCol, ComplexParamsWritable, MLWritable, HasInputCols, HasSetLocation, HasUrlPath, Wrappable, RWrappable, PythonWrappable, BaseWrappable, MADHttpRequest, HasAsyncReply, HasSubscriptionKey, HasServiceParams, HasURL, HasOutputCol, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MADBase
  2. BasicLogging
  3. Logging
  4. HasErrorCol
  5. ComplexParamsWritable
  6. MLWritable
  7. HasInputCols
  8. HasSetLocation
  9. HasUrlPath
  10. Wrappable
  11. RWrappable
  12. PythonWrappable
  13. BaseWrappable
  14. MADHttpRequest
  15. HasAsyncReply
  16. HasSubscriptionKey
  17. HasServiceParams
  18. HasURL
  19. HasOutputCol
  20. Params
  21. Serializable
  22. Serializable
  23. Identifiable
  24. AnyRef
  25. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def copy(extra: ParamMap): Params
    Definition Classes
    Params
  2. abstract def prepareEntity(source: String): Option[AbstractHttpEntity]
    Attributes
    protected
    Definition Classes
    MADHttpRequest
  3. abstract def prepareUrl: String
    Attributes
    protected
    Definition Classes
    MADHttpRequest
  4. abstract val uid: String
    Definition Classes
    BasicLogging
  5. abstract def urlPath: String
    Definition Classes
    HasUrlPath

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def $[T](param: Param[T]): T
    Attributes
    protected
    Definition Classes
    Params
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val backoffs: IntArrayParam
    Definition Classes
    HasAsyncReply
  7. def blobName: String
    Attributes
    protected
  8. lazy val classNameHelper: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  9. def cleanUpIntermediateData(): Unit
  10. final def clear(param: Param[_]): MADBase.this.type
    Definition Classes
    Params
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. def companionModelClassName: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  13. val connectionString: Param[String]
  14. val containerName: Param[String]
  15. def contentType: String
    Attributes
    protected
    Definition Classes
    MADHttpRequest
  16. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  17. lazy val copyrightLines: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  18. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  19. def emptyParamData[T](row: Row, p: ServiceParam[T]): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  20. val endTime: Param[String]
  21. val endpoint: Param[String]
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  24. val errorCol: Param[String]
    Definition Classes
    HasErrorCol
  25. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  26. def explainParams(): String
    Definition Classes
    Params
  27. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  28. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  29. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  31. def getBackoffs: Array[Int]

    Definition Classes
    HasAsyncReply
  32. def getBlobContainerClient(storageName: String, storageKey: String, endpoint: String, sasToken: String, containerName: String): BlobContainerClient
    Attributes
    protected
  33. def getBlobContainerClient(storageConnectionString: String, containerName: String): BlobContainerClient
    Attributes
    protected
  34. def getBlobContainerClient: BlobContainerClient
    Attributes
    protected
  35. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  36. def getConnectionString: Option[String]
  37. def getContainerName: String
  38. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  39. def getEndTime: String
  40. def getEndpoint: Option[String]
  41. def getErrorCol: String
    Definition Classes
    HasErrorCol
  42. def getInitialPollingDelay: Int

    Definition Classes
    HasAsyncReply
  43. def getInputCols: Array[String]
    Definition Classes
    HasInputCols
  44. def getIntermediateSaveDir: String
  45. def getMaxPollingRetries: Int

    Definition Classes
    HasAsyncReply
  46. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  47. def getOutputCol: String
    Definition Classes
    HasOutputCol
  48. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  49. def getPollingDelay: Int

    Definition Classes
    HasAsyncReply
  50. def getRequiredParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  51. def getSASToken: Option[String]
  52. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  53. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  54. def getStartTime: String
  55. def getStorageKey: Option[String]
  56. def getStorageName: Option[String]
  57. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  58. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  59. def getSuppressMaxRetriesExceededException: Boolean

    Definition Classes
    HasAsyncReply
  60. def getTimestampCol: String
  61. def getUrl: String
    Definition Classes
    HasURL
  62. def getUrlParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  63. def getValue[T](row: Row, p: ServiceParam[T]): T
    Attributes
    protected
    Definition Classes
    HasServiceParams
  64. def getValueAny(row: Row, p: ServiceParam[_]): Any
    Attributes
    protected
    Definition Classes
    HasServiceParams
  65. def getValueAnyOpt(row: Row, p: ServiceParam[_]): Option[Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  66. def getValueMap(row: Row, excludes: Set[ServiceParam[_]] = Set()): Map[String, Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  67. def getValueOpt[T](row: Row, p: ServiceParam[T]): Option[T]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  68. def getVectorParam(name: String): String
    Definition Classes
    HasServiceParams
  69. def getVectorParam(p: ServiceParam[_]): String
    Definition Classes
    HasServiceParams
  70. def getVectorParamMap: Map[String, String]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  71. def handlingFunc(client: CloseableHttpClient, request: HTTPRequestData): HTTPResponseData
    Attributes
    protected
    Definition Classes
    MADHttpRequestHasAsyncReply
  72. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  73. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  74. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  75. val initialPollingDelay: IntParam
    Definition Classes
    HasAsyncReply
  76. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  77. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  78. val inputCols: StringArrayParam
    Definition Classes
    HasInputCols
  79. val intermediateSaveDir: Param[String]
  80. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  81. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  82. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  83. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  84. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  85. def logBase(methodName: String): Unit
    Attributes
    protected
    Definition Classes
    BasicLogging
  86. def logClass(): Unit
    Definition Classes
    BasicLogging
  87. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  88. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  89. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  90. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  91. def logErrorBase(methodName: String, e: Exception): Unit
    Attributes
    protected
    Definition Classes
    BasicLogging
  92. def logFit[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  93. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  94. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  95. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  96. def logPredict[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  97. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  98. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  99. def logTrain[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  100. def logTransform[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  101. def logVerb[T](verb: String, f: ⇒ T): T
    Definition Classes
    BasicLogging
  102. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  103. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  104. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  105. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  106. val maxPollingRetries: IntParam
    Definition Classes
    HasAsyncReply
  107. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  108. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  109. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  110. val outputCol: Param[String]
    Definition Classes
    HasOutputCol
  111. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  112. val pollingDelay: IntParam
    Definition Classes
    HasAsyncReply
  113. def prepareMethod(): HttpRequestBase
    Attributes
    protected
    Definition Classes
    MADHttpRequest
  114. def prepareRequest(entity: AbstractHttpEntity): Option[HttpRequestBase]
    Attributes
    protected
    Definition Classes
    MADHttpRequest
  115. def pyAdditionalMethods: String
    Definition Classes
    MADBaseHasSetLocation → PythonWrappable
  116. lazy val pyClassDoc: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  117. lazy val pyClassName: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  118. def pyExtraEstimatorImports: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  119. def pyExtraEstimatorMethods: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  120. lazy val pyInheritedClasses: Seq[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  121. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  122. lazy val pyInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    PythonWrappable
  123. lazy val pyObjectBaseClass: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  124. def pyParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  125. def pyParamDefault[T](p: Param[T]): Option[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  126. def pyParamGetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  127. def pyParamSetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  128. def pyParamsArgs: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  129. def pyParamsDefaults: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  130. lazy val pyParamsDefinitions: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  131. def pyParamsGetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  132. def pyParamsSetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  133. def pythonClass(): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  134. def queryForResult(key: Option[String], client: CloseableHttpClient, location: URI): Option[HTTPResponseData]
    Attributes
    protected
    Definition Classes
    MADHttpRequestHasAsyncReply
  135. def rClass(): String
    Attributes
    protected
    Definition Classes
    RWrappable
  136. def rDocString: String
    Attributes
    protected
    Definition Classes
    RWrappable
  137. def rExtraBodyLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  138. def rExtraInitLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  139. lazy val rFuncName: String
    Attributes
    protected
    Definition Classes
    RWrappable
  140. lazy val rInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    RWrappable
  141. def rParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    RWrappable
  142. def rParamsArgs: String
    Attributes
    protected
    Definition Classes
    RWrappable
  143. def rSetterLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  144. val sasToken: Param[String]
  145. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  146. final def set(paramPair: ParamPair[_]): MADBase.this.type
    Attributes
    protected
    Definition Classes
    Params
  147. final def set(param: String, value: Any): MADBase.this.type
    Attributes
    protected
    Definition Classes
    Params
  148. final def set[T](param: Param[T], value: T): MADBase.this.type
    Definition Classes
    Params
  149. def setBackoffs(value: Array[Int]): MADBase.this.type

    Definition Classes
    HasAsyncReply
  150. def setConnectionString(v: String): MADBase.this.type
  151. def setContainerName(v: String): MADBase.this.type
  152. final def setDefault(paramPairs: ParamPair[_]*): MADBase.this.type
    Attributes
    protected
    Definition Classes
    Params
  153. final def setDefault[T](param: Param[T], value: T): MADBase.this.type
    Attributes
    protected
    Definition Classes
    Params
  154. def setEndTime(v: String): MADBase.this.type
  155. def setEndpoint(v: String): MADBase.this.type
  156. def setErrorCol(v: String): MADBase.this.type
    Definition Classes
    HasErrorCol
  157. def setInitialPollingDelay(value: Int): MADBase.this.type

    Definition Classes
    HasAsyncReply
  158. def setInputCols(value: Array[String]): MADBase.this.type
    Definition Classes
    HasInputCols
  159. def setIntermediateSaveDir(v: String): MADBase.this.type
  160. def setLocation(v: String): MADBase.this.type
    Definition Classes
    HasSetLocation
  161. def setMaxPollingRetries(value: Int): MADBase.this.type

    Definition Classes
    HasAsyncReply
  162. def setOutputCol(value: String): MADBase.this.type
    Definition Classes
    HasOutputCol
  163. def setPollingDelay(value: Int): MADBase.this.type

    Definition Classes
    HasAsyncReply
  164. def setSASToken(v: String): MADBase.this.type
  165. def setScalarParam[T](name: String, value: T): MADBase.this.type
    Definition Classes
    HasServiceParams
  166. def setScalarParam[T](p: ServiceParam[T], value: T): MADBase.this.type
    Definition Classes
    HasServiceParams
  167. def setStartTime(v: String): MADBase.this.type
  168. def setStorageKey(v: String): MADBase.this.type
  169. def setStorageName(v: String): MADBase.this.type
  170. def setSubscriptionKey(v: String): MADBase.this.type
    Definition Classes
    HasSubscriptionKey
  171. def setSubscriptionKeyCol(v: String): MADBase.this.type
    Definition Classes
    HasSubscriptionKey
  172. def setSuppressMaxRetriesExceededException(value: Boolean): MADBase.this.type

    Definition Classes
    HasAsyncReply
  173. def setTimestampCol(v: String): MADBase.this.type
  174. def setUrl(value: String): MADBase.this.type
    Definition Classes
    HasURL
  175. def setVectorParam(name: String, value: String): MADBase.this.type
    Definition Classes
    HasServiceParams
  176. def setVectorParam[T](p: ServiceParam[T], value: String): MADBase.this.type
    Definition Classes
    HasServiceParams
  177. def shouldSkip(row: Row): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  178. val startTime: Param[String]
  179. val storageKey: Param[String]
  180. val storageName: Param[String]
  181. def storeFeatureInCsv(rows: Array[Row], timestampColIdx: Int, featureIdx: Int, out: OutputStream): Unit
    Attributes
    protected
  182. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  183. val subscriptionKeyHeaderName: String
    Attributes
    protected
    Definition Classes
    MADHttpRequest
  184. val suppressMaxRetriesExceededException: BooleanParam
    Definition Classes
    HasAsyncReply
  185. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  186. val timestampCol: Param[String]
  187. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  188. def upload(blobContainerClient: BlobContainerClient, df: DataFrame): String
    Attributes
    protected
  189. val url: Param[String]
    Definition Classes
    HasURL
  190. val ver: String
    Definition Classes
    BasicLogging
  191. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  192. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  193. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  194. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable

Inherited from BasicLogging

Inherited from Logging

Inherited from HasErrorCol

Inherited from ComplexParamsWritable

Inherited from MLWritable

Inherited from HasInputCols

Inherited from HasSetLocation

Inherited from HasUrlPath

Inherited from Wrappable

Inherited from RWrappable

Inherited from PythonWrappable

Inherited from BaseWrappable

Inherited from MADHttpRequest

Inherited from HasAsyncReply

Inherited from HasSubscriptionKey

Inherited from HasServiceParams

Inherited from HasURL

Inherited from HasOutputCol

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

getParam

setParam

Ungrouped