t

com.microsoft.azure.synapse.ml.services.openai

HasOpenAICognitiveServiceInput

trait HasOpenAICognitiveServiceInput extends HasCognitiveServiceInput

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HasOpenAICognitiveServiceInput
  2. HasCognitiveServiceInput
  3. SynapseMLLogging
  4. Logging
  5. HasCustomHeaders
  6. HasCustomAuthHeader
  7. HasAADToken
  8. HasSubscriptionKey
  9. HasServiceParams
  10. HasURL
  11. Params
  12. Serializable
  13. Serializable
  14. Identifiable
  15. AnyRef
  16. 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: (Row) ⇒ Option[AbstractHttpEntity]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  3. abstract val uid: String
    Definition Classes
    SynapseMLLogging

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. val AADToken: ServiceParam[String]
    Definition Classes
    HasAADToken
  6. val CustomAuthHeader: ServiceParam[String]
    Definition Classes
    HasCustomAuthHeader
  7. val aadHeaderName: String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  8. def addHeaders(req: HttpRequestBase, subscriptionKey: Option[String], aadToken: Option[String], contentType: String = "", customAuthHeader: Option[String] = None, customHeaders: Option[Map[String, String]] = None): Unit
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. final def clear(param: Param[_]): HasOpenAICognitiveServiceInput.this.type
    Definition Classes
    Params
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. def contentType: (Row) ⇒ String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  13. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  14. val customHeaders: ServiceParam[Map[String, String]]
    Definition Classes
    HasCustomHeaders
  15. val customUrlRoot: Param[String]
    Definition Classes
    HasCognitiveServiceInput
  16. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  17. def emptyParamData[T](row: Row, p: ServiceParam[T]): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  21. def explainParams(): String
    Definition Classes
    Params
  22. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  23. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  26. def getAADToken: String
    Definition Classes
    HasAADToken
  27. def getAADTokenCol: String
    Definition Classes
    HasAADToken
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def getCustomAuthHeader(row: Row): Option[String]
    Attributes
    protected
    Definition Classes
    HasOpenAICognitiveServiceInputHasCognitiveServiceInput
  30. def getCustomAuthHeader: String
    Definition Classes
    HasCustomAuthHeader
  31. def getCustomAuthHeaderCol: String
    Definition Classes
    HasCustomAuthHeader
  32. def getCustomHeaders(row: Row): Option[Map[String, String]]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  33. def getCustomHeaders: Map[String, String]
    Definition Classes
    HasCustomHeaders
  34. def getCustomUrlRoot: String
    Definition Classes
    HasCognitiveServiceInput
  35. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  36. def getInternalInputParser(schema: StructType): HTTPInputParser
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  37. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  38. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  39. def getPayload(methodName: String, numCols: Option[Int], executionSeconds: Option[Double], exception: Option[Exception]): Map[String, String]
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  40. def getRequiredParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  41. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  42. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  43. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  44. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  45. def getUrl: String

    Definition Classes
    HasCognitiveServiceInputHasURL
  46. def getUrlParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  47. def getValue[T](row: Row, p: ServiceParam[T]): T
    Attributes
    protected
    Definition Classes
    HasServiceParams
  48. def getValueAny(row: Row, p: ServiceParam[_]): Any
    Attributes
    protected
    Definition Classes
    HasServiceParams
  49. def getValueAnyOpt(row: Row, p: ServiceParam[_]): Option[Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  50. def getValueMap(row: Row, excludes: Set[ServiceParam[_]] = Set()): Map[String, Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  51. def getValueOpt[T](row: Row, p: ServiceParam[T]): Option[T]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  52. def getVectorParam(name: String): String
    Definition Classes
    HasServiceParams
  53. def getVectorParam(p: ServiceParam[_]): String
    Definition Classes
    HasServiceParams
  54. def getVectorParamMap: Map[String, String]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  55. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  56. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  57. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  58. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  59. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  60. def inputFunc(schema: StructType): (Row) ⇒ Option[HttpRequestBase]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  61. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  62. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  63. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  64. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  65. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  66. def logBase(info: Map[String, String], featureName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  67. def logBase(methodName: String, numCols: Option[Int], executionSeconds: Option[Double], featureName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  68. def logClass(featureName: String): Unit
    Definition Classes
    SynapseMLLogging
  69. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  70. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  71. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  72. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  73. def logErrorBase(methodName: String, e: Exception): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  74. def logFit[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  75. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  76. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  77. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  78. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  79. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  80. def logTransform[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  81. def logVerb[T](verb: String, f: ⇒ T, columns: Option[Int] = None): T
    Definition Classes
    SynapseMLLogging
  82. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  83. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  84. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  85. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  86. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  87. def paramNameToPayloadName(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  88. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  89. def prepareMethod(): HttpRequestBase
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  90. def prepareUrl: (Row) ⇒ String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  91. def prepareUrlRoot: (Row) ⇒ String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  92. final def set(paramPair: ParamPair[_]): HasOpenAICognitiveServiceInput.this.type
    Attributes
    protected
    Definition Classes
    Params
  93. final def set(param: String, value: Any): HasOpenAICognitiveServiceInput.this.type
    Attributes
    protected
    Definition Classes
    Params
  94. final def set[T](param: Param[T], value: T): HasOpenAICognitiveServiceInput.this.type
    Definition Classes
    Params
  95. def setAADToken(v: String): HasOpenAICognitiveServiceInput.this.type
    Definition Classes
    HasAADToken
  96. def setAADTokenCol(v: String): HasOpenAICognitiveServiceInput.this.type
    Definition Classes
    HasAADToken
  97. def setCustomAuthHeader(v: String): HasOpenAICognitiveServiceInput.this.type
    Definition Classes
    HasCustomAuthHeader
  98. def setCustomAuthHeaderCol(v: String): HasOpenAICognitiveServiceInput.this.type
    Definition Classes
    HasCustomAuthHeader
  99. def setCustomHeaders(v: HashMap[String, String]): HasOpenAICognitiveServiceInput.this.type
    Definition Classes
    HasCustomHeaders
  100. def setCustomHeaders(v: Map[String, String]): HasOpenAICognitiveServiceInput.this.type
    Definition Classes
    HasCustomHeaders
  101. def setCustomUrlRoot(v: String): HasOpenAICognitiveServiceInput.this.type
    Definition Classes
    HasCognitiveServiceInput
  102. final def setDefault(paramPairs: ParamPair[_]*): HasOpenAICognitiveServiceInput.this.type
    Attributes
    protected
    Definition Classes
    Params
  103. final def setDefault[T](param: Param[T], value: T): HasOpenAICognitiveServiceInput.this.type
    Attributes
    protected[org.apache.spark.ml]
    Definition Classes
    Params
  104. def setDefaultAADToken(v: String): HasOpenAICognitiveServiceInput.this.type
    Definition Classes
    HasAADToken
  105. def setDefaultCustomAuthHeader(v: String): HasOpenAICognitiveServiceInput.this.type
    Definition Classes
    HasCustomAuthHeader
  106. def setScalarParam[T](name: String, value: T): HasOpenAICognitiveServiceInput.this.type
    Definition Classes
    HasServiceParams
  107. def setScalarParam[T](p: ServiceParam[T], value: T): HasOpenAICognitiveServiceInput.this.type
    Definition Classes
    HasServiceParams
  108. def setSubscriptionKey(v: String): HasOpenAICognitiveServiceInput.this.type
    Definition Classes
    HasSubscriptionKey
  109. def setSubscriptionKeyCol(v: String): HasOpenAICognitiveServiceInput.this.type
    Definition Classes
    HasSubscriptionKey
  110. def setUrl(value: String): HasOpenAICognitiveServiceInput.this.type

    Definition Classes
    HasURL
  111. def setVectorParam(name: String, value: String): HasOpenAICognitiveServiceInput.this.type
    Definition Classes
    HasServiceParams
  112. def setVectorParam[T](p: ServiceParam[T], value: String): HasOpenAICognitiveServiceInput.this.type
    Definition Classes
    HasServiceParams
  113. def shouldSkip(row: Row): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  114. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  115. val subscriptionKeyHeaderName: String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  116. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  117. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  118. val url: Param[String]
    Definition Classes
    HasURL
  119. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  120. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  121. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from HasCognitiveServiceInput

Inherited from SynapseMLLogging

Inherited from Logging

Inherited from HasCustomHeaders

Inherited from HasCustomAuthHeader

Inherited from HasAADToken

Inherited from HasSubscriptionKey

Inherited from HasServiceParams

Inherited from HasURL

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

getParam

setParam

Ungrouped