trait HasOpenAITextParams extends HasOpenAISharedParams

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HasOpenAITextParams
  2. HasOpenAISharedParams
  3. HasAPIVersion
  4. HasServiceParams
  5. Params
  6. Serializable
  7. Serializable
  8. Identifiable
  9. AnyRef
  10. 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 val uid: String
    Definition Classes
    Identifiable

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 apiVersion: ServiceParam[String]
    Definition Classes
    HasAPIVersion
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val bestOf: ServiceParam[Int]
  8. val cacheLevel: ServiceParam[Int]
  9. final def clear(param: Param[_]): HasOpenAITextParams.this.type
    Definition Classes
    Params
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  12. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  13. val deploymentName: ServiceParam[String]
    Definition Classes
    HasOpenAISharedParams
  14. val echo: ServiceParam[Boolean]
  15. def emptyParamData[T](row: Row, p: ServiceParam[T]): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  19. def explainParams(): String
    Definition Classes
    Params
  20. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  21. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. val frequencyPenalty: ServiceParam[Double]
  24. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  25. def getApiVersion: String
    Definition Classes
    HasAPIVersion
  26. def getApiVersionCol: String
    Definition Classes
    HasAPIVersion
  27. def getBestOf: Int
  28. def getBestOfCol: String
  29. def getCacheLevel: Int
  30. def getCacheLevelCol: String
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  33. def getDeploymentName: String
    Definition Classes
    HasOpenAISharedParams
  34. def getDeploymentNameCol: String
    Definition Classes
    HasOpenAISharedParams
  35. def getEcho: Boolean
  36. def getEchoCol: String
  37. def getFrequencyPenalty: Double
  38. def getFrequencyPenaltyCol: String
  39. def getLogProbs: Int
  40. def getLogProbsCol: String
  41. def getMaxTokens: Int
  42. def getMaxTokensCol: String
  43. def getN: Int
  44. def getNCol: String
  45. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  46. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  47. def getPresencePenalty: Double
  48. def getPresencePenaltyCol: String
  49. def getRequiredParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  50. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  51. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  52. def getSeed: Int
  53. def getSeedCol: String
  54. def getStop: String
  55. def getStopCol: String
  56. def getTemperature: Double
  57. def getTemperatureCol: String
  58. def getTopP: Double
  59. def getTopPCol: String
  60. def getUrlParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  61. def getUser: String
    Definition Classes
    HasOpenAISharedParams
  62. def getUserCol: String
    Definition Classes
    HasOpenAISharedParams
  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. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  72. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  73. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  74. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  75. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  76. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  77. val logProbs: ServiceParam[Int]
  78. val maxTokens: ServiceParam[Int]
  79. val n: ServiceParam[Int]
  80. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  81. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  82. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  83. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  84. val presencePenalty: ServiceParam[Double]
  85. val seed: ServiceParam[Int]
  86. final def set(paramPair: ParamPair[_]): HasOpenAITextParams.this.type
    Attributes
    protected
    Definition Classes
    Params
  87. final def set(param: String, value: Any): HasOpenAITextParams.this.type
    Attributes
    protected
    Definition Classes
    Params
  88. final def set[T](param: Param[T], value: T): HasOpenAITextParams.this.type
    Definition Classes
    Params
  89. def setApiVersion(v: String): HasOpenAITextParams.this.type
    Definition Classes
    HasAPIVersion
  90. def setApiVersionCol(v: String): HasOpenAITextParams.this.type
    Definition Classes
    HasAPIVersion
  91. def setBestOf(v: Int): HasOpenAITextParams.this.type
  92. def setBestOfCol(v: String): HasOpenAITextParams.this.type
  93. def setCacheLevel(v: Int): HasOpenAITextParams.this.type
  94. def setCacheLevelCol(v: String): HasOpenAITextParams.this.type
  95. final def setDefault(paramPairs: ParamPair[_]*): HasOpenAITextParams.this.type
    Attributes
    protected
    Definition Classes
    Params
  96. final def setDefault[T](param: Param[T], value: T): HasOpenAITextParams.this.type
    Attributes
    protected[org.apache.spark.ml]
    Definition Classes
    Params
  97. def setDeploymentName(v: String): HasOpenAITextParams.this.type
    Definition Classes
    HasOpenAISharedParams
  98. def setDeploymentNameCol(v: String): HasOpenAITextParams.this.type
    Definition Classes
    HasOpenAISharedParams
  99. def setEcho(v: Boolean): HasOpenAITextParams.this.type
  100. def setEchoCol(v: String): HasOpenAITextParams.this.type
  101. def setFrequencyPenalty(v: Double): HasOpenAITextParams.this.type
  102. def setFrequencyPenaltyCol(v: String): HasOpenAITextParams.this.type
  103. def setLogProbs(v: Int): HasOpenAITextParams.this.type
  104. def setLogProbsCol(v: String): HasOpenAITextParams.this.type
  105. def setMaxTokens(v: Int): HasOpenAITextParams.this.type
  106. def setMaxTokensCol(v: String): HasOpenAITextParams.this.type
  107. def setN(v: Int): HasOpenAITextParams.this.type
  108. def setNCol(v: String): HasOpenAITextParams.this.type
  109. def setPresencePenalty(v: Double): HasOpenAITextParams.this.type
  110. def setPresencePenaltyCol(v: String): HasOpenAITextParams.this.type
  111. def setScalarParam[T](name: String, value: T): HasOpenAITextParams.this.type
    Definition Classes
    HasServiceParams
  112. def setScalarParam[T](p: ServiceParam[T], value: T): HasOpenAITextParams.this.type
    Definition Classes
    HasServiceParams
  113. def setSeed(v: Int): HasOpenAITextParams.this.type
  114. def setSeedCol(v: String): HasOpenAITextParams.this.type
  115. def setStop(v: String): HasOpenAITextParams.this.type
  116. def setStopCol(v: String): HasOpenAITextParams.this.type
  117. def setTemperature(v: Double): HasOpenAITextParams.this.type
  118. def setTemperatureCol(v: String): HasOpenAITextParams.this.type
  119. def setTopP(v: Double): HasOpenAITextParams.this.type
  120. def setTopPCol(v: String): HasOpenAITextParams.this.type
  121. def setUser(v: String): HasOpenAITextParams.this.type
    Definition Classes
    HasOpenAISharedParams
  122. def setUserCol(v: String): HasOpenAITextParams.this.type
    Definition Classes
    HasOpenAISharedParams
  123. def setVectorParam(name: String, value: String): HasOpenAITextParams.this.type
    Definition Classes
    HasServiceParams
  124. def setVectorParam[T](p: ServiceParam[T], value: String): HasOpenAITextParams.this.type
    Definition Classes
    HasServiceParams
  125. def shouldSkip(row: Row): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  126. val stop: ServiceParam[String]
  127. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  128. val temperature: ServiceParam[Double]
  129. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  130. val topP: ServiceParam[Double]
  131. val user: ServiceParam[String]
    Definition Classes
    HasOpenAISharedParams
  132. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  133. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  134. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from HasOpenAISharedParams

Inherited from HasAPIVersion

Inherited from HasServiceParams

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped