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. HasCustomAuthHeader
  8. CognitiveServicesBase
  9. HasHandler
  10. CognitiveServicesBaseNoHandler
  11. SynapseMLLogging
  12. HasCustomCogServiceDomain
  13. HasUrlPath
  14. HasAADToken
  15. HasErrorCol
  16. HasSubscriptionKey
  17. HasServiceParams
  18. ComplexParamsWritable
  19. MLWritable
  20. HasURL
  21. HasOutputCol
  22. ConcurrencyParams
  23. Wrappable
  24. DotnetWrappable
  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. def dotnetAdditionalMethods: String
    Definition Classes
    HasSetLinkedServiceDotnetWrappable
  8. val errorCol: Param[String]
    Definition Classes
    HasErrorCol
  9. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  10. def explainParams(): String
    Definition Classes
    Params
  11. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  12. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  13. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  14. def getAADToken: String
    Definition Classes
    HasAADToken
  15. def getAADTokenCol: String
    Definition Classes
    HasAADToken
  16. def getConcurrency: Int

    Definition Classes
    ConcurrencyParams
  17. def getConcurrentTimeout: Double

    Definition Classes
    ConcurrencyParams
  18. def getCustomAuthHeader: String
    Definition Classes
    HasCustomAuthHeader
  19. def getCustomAuthHeaderCol: String
    Definition Classes
    HasCustomAuthHeader
  20. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  21. def getErrorCol: String
    Definition Classes
    HasErrorCol
  22. def getHandler: HandlerFunc

    Definition Classes
    HasHandler
  23. def getInternalServiceType: String
    Definition Classes
    HasCustomCogServiceDomain
  24. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  25. def getOutputCol: String

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

    Definition Classes
    ConcurrencyParams
  33. def getUrl: String

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

    The name of the output column

    The name of the output column

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

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

    Definition Classes
    ConcurrencyParams
  61. def setCustomAuthHeader(v: String): ListCustomModels.this.type
    Definition Classes
    HasCustomAuthHeader
  62. def setCustomAuthHeaderCol(v: String): ListCustomModels.this.type
    Definition Classes
    HasCustomAuthHeader
  63. def setCustomServiceName(v: String): ListCustomModels.this.type
    Definition Classes
    HasCustomCogServiceDomain
  64. def setDefaultAADToken(v: String): ListCustomModels.this.type
    Definition Classes
    HasAADToken
  65. def setDefaultCustomAuthHeader(v: String): ListCustomModels.this.type
    Definition Classes
    HasCustomAuthHeader
  66. def setDefaultInternalEndpoint(v: String): ListCustomModels.this.type
    Definition Classes
    HasCustomCogServiceDomain
  67. def setEndpoint(v: String): ListCustomModels.this.type
    Definition Classes
    HasCustomCogServiceDomain
  68. def setErrorCol(v: String): ListCustomModels.this.type
    Definition Classes
    HasErrorCol
  69. def setHandler(v: UserDefinedFunction): ListCustomModels.this.type
    Definition Classes
    HasHandler
  70. def setHandler(v: HandlerFunc): ListCustomModels.this.type
    Definition Classes
    HasHandler
  71. def setLinkedService(v: String): ListCustomModels.this.type
    Definition Classes
    HasSetLinkedService
  72. def setLocation(v: String): ListCustomModels.this.type
    Definition Classes
    HasSetLocation
  73. def setOp(v: String): ListCustomModels.this.type
  74. def setOpCol(v: String): ListCustomModels.this.type
  75. def setOutputCol(value: String): ListCustomModels.this.type

    Definition Classes
    HasOutputCol
  76. def setScalarParam[T](name: String, value: T): ListCustomModels.this.type
    Definition Classes
    HasServiceParams
  77. def setScalarParam[T](p: ServiceParam[T], value: T): ListCustomModels.this.type
    Definition Classes
    HasServiceParams
  78. def setSubscriptionKey(v: String): ListCustomModels.this.type
    Definition Classes
    HasSubscriptionKey
  79. def setSubscriptionKeyCol(v: String): ListCustomModels.this.type
    Definition Classes
    HasSubscriptionKey
  80. def setTimeout(value: Double): ListCustomModels.this.type

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

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