class ListCustomModels extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with HasSetLinkedService with SynapseMLLogging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ListCustomModels
  2. HasSetLinkedService
  3. HasSetLocation
  4. DomainHelper
  5. HasInternalJsonOutputParser
  6. HasCognitiveServiceInput
  7. HasCustomHeaders
  8. HasCustomAuthHeader
  9. CognitiveServicesBase
  10. HasHandler
  11. CognitiveServicesBaseNoHandler
  12. SynapseMLLogging
  13. HasCustomCogServiceDomain
  14. HasUrlPath
  15. HasAADToken
  16. HasErrorCol
  17. HasSubscriptionKey
  18. HasServiceParams
  19. ComplexParamsWritable
  20. MLWritable
  21. HasURL
  22. HasOutputCol
  23. ConcurrencyParams
  24. Wrappable
  25. RWrappable
  26. PythonWrappable
  27. BaseWrappable
  28. Transformer
  29. PipelineStage
  30. Logging
  31. Params
  32. Serializable
  33. Serializable
  34. Identifiable
  35. AnyRef
  36. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

  1. val AADToken: ServiceParam[String]
    Definition Classes
    HasAADToken
  2. val CustomAuthHeader: ServiceParam[String]
    Definition Classes
    HasCustomAuthHeader
  3. final def clear(param: Param[_]): ListCustomModels.this.type
    Definition Classes
    Params
  4. val concurrency: Param[Int]
    Definition Classes
    ConcurrencyParams
  5. val concurrentTimeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  6. def copy(extra: ParamMap): Transformer
    Definition Classes
    CognitiveServicesBaseNoHandler → Transformer → PipelineStage → Params
  7. val customHeaders: ServiceParam[Map[String, String]]
    Definition Classes
    HasCustomHeaders
  8. val customUrlRoot: Param[String]
    Definition Classes
    HasCognitiveServiceInput
  9. val errorCol: Param[String]
    Definition Classes
    HasErrorCol
  10. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  11. def explainParams(): String
    Definition Classes
    Params
  12. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  13. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  14. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  15. def getAADToken: String
    Definition Classes
    HasAADToken
  16. def getAADTokenCol: String
    Definition Classes
    HasAADToken
  17. def getConcurrency: Int

    Definition Classes
    ConcurrencyParams
  18. def getConcurrentTimeout: Double

    Definition Classes
    ConcurrencyParams
  19. def getCustomAuthHeader: String
    Definition Classes
    HasCustomAuthHeader
  20. def getCustomAuthHeaderCol: String
    Definition Classes
    HasCustomAuthHeader
  21. def getCustomHeaders: Map[String, String]
    Definition Classes
    HasCustomHeaders
  22. def getCustomUrlRoot: String
    Definition Classes
    HasCognitiveServiceInput
  23. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  24. def getErrorCol: String
    Definition Classes
    HasErrorCol
  25. def getHandler: HandlerFunc

    Definition Classes
    HasHandler
  26. def getInternalServiceType: String
    Definition Classes
    HasCustomCogServiceDomain
  27. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  28. def getOutputCol: String

    Definition Classes
    HasOutputCol
  29. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  30. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  31. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  32. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  33. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  34. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  35. def getTimeout: Double

    Definition Classes
    ConcurrencyParams
  36. def getUrl: String

    Definition Classes
    HasCognitiveServiceInputHasURL
  37. def getVectorParam(name: String): String
    Definition Classes
    HasServiceParams
  38. def getVectorParam(p: ServiceParam[_]): String
    Definition Classes
    HasServiceParams
  39. val handler: UDFParam
    Definition Classes
    HasHandler
  40. def handlingFunc(client: CloseableHttpClient, request: HTTPRequestData): HTTPResponseData
    Definition Classes
    HasHandler
  41. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  42. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  43. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  44. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  45. def logClass(featureName: String): Unit
    Definition Classes
    SynapseMLLogging
  46. def logFit[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  47. def logTransform[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  48. def logVerb[T](verb: String, f: ⇒ T, columns: Option[Int] = None): T
    Definition Classes
    SynapseMLLogging
  49. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  50. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  51. val op: ServiceParam[String]
  52. val outputCol: Param[String]

    The name of the output column

    The name of the output column

    Definition Classes
    HasOutputCol
  53. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  54. def pyAdditionalMethods: String
    Definition Classes
    HasSetLinkedServicePythonWrappable
  55. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  56. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  57. final def set[T](param: Param[T], value: T): ListCustomModels.this.type
    Definition Classes
    Params
  58. def setAADToken(v: String): ListCustomModels.this.type
    Definition Classes
    HasAADToken
  59. def setAADTokenCol(v: String): ListCustomModels.this.type
    Definition Classes
    HasAADToken
  60. def setConcurrency(value: Int): ListCustomModels.this.type

    Definition Classes
    ConcurrencyParams
  61. def setConcurrentTimeout(value: Option[Double]): ListCustomModels.this.type
    Definition Classes
    ConcurrencyParams
  62. def setConcurrentTimeout(value: Double): ListCustomModels.this.type

    Definition Classes
    ConcurrencyParams
  63. def setCustomAuthHeader(v: String): ListCustomModels.this.type
    Definition Classes
    HasCustomAuthHeader
  64. def setCustomAuthHeaderCol(v: String): ListCustomModels.this.type
    Definition Classes
    HasCustomAuthHeader
  65. def setCustomHeaders(v: HashMap[String, String]): ListCustomModels.this.type
    Definition Classes
    HasCustomHeaders
  66. def setCustomHeaders(v: Map[String, String]): ListCustomModels.this.type
    Definition Classes
    HasCustomHeaders
  67. def setCustomServiceName(v: String): ListCustomModels.this.type
    Definition Classes
    HasCustomCogServiceDomain
  68. def setCustomUrlRoot(v: String): ListCustomModels.this.type
    Definition Classes
    HasCognitiveServiceInput
  69. def setDefaultAADToken(v: String): ListCustomModels.this.type
    Definition Classes
    HasAADToken
  70. def setDefaultCustomAuthHeader(v: String): ListCustomModels.this.type
    Definition Classes
    HasCustomAuthHeader
  71. def setDefaultInternalEndpoint(v: String): ListCustomModels.this.type
    Definition Classes
    HasCustomCogServiceDomain
  72. def setEndpoint(v: String): ListCustomModels.this.type
    Definition Classes
    HasCustomCogServiceDomain
  73. def setErrorCol(v: String): ListCustomModels.this.type
    Definition Classes
    HasErrorCol
  74. def setHandler(v: UserDefinedFunction): ListCustomModels.this.type
    Definition Classes
    HasHandler
  75. def setHandler(v: HandlerFunc): ListCustomModels.this.type
    Definition Classes
    HasHandler
  76. def setLinkedService(v: String): ListCustomModels.this.type
    Definition Classes
    HasSetLinkedService
  77. def setLocation(v: String): ListCustomModels.this.type
    Definition Classes
    HasSetLocation
  78. def setOp(v: String): ListCustomModels.this.type
  79. def setOpCol(v: String): ListCustomModels.this.type
  80. def setOutputCol(value: String): ListCustomModels.this.type

    Definition Classes
    HasOutputCol
  81. def setScalarParam[T](name: String, value: T): ListCustomModels.this.type
    Definition Classes
    HasServiceParams
  82. def setScalarParam[T](p: ServiceParam[T], value: T): ListCustomModels.this.type
    Definition Classes
    HasServiceParams
  83. def setSubscriptionKey(v: String): ListCustomModels.this.type
    Definition Classes
    HasSubscriptionKey
  84. def setSubscriptionKeyCol(v: String): ListCustomModels.this.type
    Definition Classes
    HasSubscriptionKey
  85. def setTimeout(value: Double): ListCustomModels.this.type

    Definition Classes
    ConcurrencyParams
  86. def setUrl(value: String): ListCustomModels.this.type

    Definition Classes
    HasURL
  87. def setVectorParam(name: String, value: String): ListCustomModels.this.type
    Definition Classes
    HasServiceParams
  88. def setVectorParam[T](p: ServiceParam[T], value: String): ListCustomModels.this.type
    Definition Classes
    HasServiceParams
  89. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  90. val timeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  91. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  92. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    CognitiveServicesBaseNoHandler → Transformer
  93. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  94. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  95. def transformSchema(schema: StructType): StructType
    Definition Classes
    CognitiveServicesBaseNoHandler → PipelineStage
  96. val uid: String
    Definition Classes
    ListCustomModelsCognitiveServicesBaseNoHandlerSynapseMLLogging → Identifiable
  97. val url: Param[String]
    Definition Classes
    HasURL
  98. def urlPath: String
    Definition Classes
    ListCustomModelsHasUrlPath
  99. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable