Packages

t

com.microsoft.azure.synapse.ml.cognitive

HasSetLinkedServiceUsingLocation

trait HasSetLinkedServiceUsingLocation extends HasSetLinkedService with HasSetLocation

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HasSetLinkedServiceUsingLocation
  2. HasSetLocation
  3. HasSetLinkedService
  4. HasUrlPath
  5. HasSubscriptionKey
  6. HasServiceParams
  7. HasURL
  8. Wrappable
  9. DotnetWrappable
  10. RWrappable
  11. PythonWrappable
  12. BaseWrappable
  13. Params
  14. Serializable
  15. Serializable
  16. Identifiable
  17. AnyRef
  18. 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
  3. 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. lazy val classNameHelper: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  7. final def clear(param: Param[_]): HasSetLinkedServiceUsingLocation.this.type
    Definition Classes
    Params
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def companionModelClassName: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  10. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  11. lazy val copyrightLines: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  12. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  13. def dotnetAdditionalMethods: String
    Definition Classes
    HasSetLocationDotnetWrappable
  14. def dotnetClass(): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  15. lazy val dotnetClassName: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  16. lazy val dotnetClassNameString: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  17. lazy val dotnetClassWrapperName: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  18. lazy val dotnetCopyrightLines: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  19. def dotnetExtraEstimatorImports: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  20. def dotnetExtraMethods: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  21. lazy val dotnetInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  22. def dotnetMLReadWriteMethods: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  23. lazy val dotnetNamespace: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  24. lazy val dotnetObjectBaseClass: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  25. def dotnetParamGetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  26. def dotnetParamGetters: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  27. def dotnetParamSetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  28. def dotnetParamSetters: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  29. def dotnetWrapAsTypeMethod: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  30. def emptyParamData[T](row: Row, p: ServiceParam[T]): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  33. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  34. def explainParams(): String
    Definition Classes
    Params
  35. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  36. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  37. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  38. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  39. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  40. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  41. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  42. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  43. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  44. def getRequiredParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  45. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  46. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  47. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  48. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  49. def getUrl: String

    Definition Classes
    HasURL
  50. def getUrlParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  51. def getValue[T](row: Row, p: ServiceParam[T]): T
    Attributes
    protected
    Definition Classes
    HasServiceParams
  52. def getValueAny(row: Row, p: ServiceParam[_]): Any
    Attributes
    protected
    Definition Classes
    HasServiceParams
  53. def getValueAnyOpt(row: Row, p: ServiceParam[_]): Option[Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  54. def getValueMap(row: Row, excludes: Set[ServiceParam[_]] = Set()): Map[String, Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  55. def getValueOpt[T](row: Row, p: ServiceParam[T]): Option[T]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  56. def getVectorParam(name: String): String
    Definition Classes
    HasServiceParams
  57. def getVectorParam(p: ServiceParam[_]): String
    Definition Classes
    HasServiceParams
  58. def getVectorParamMap: Map[String, String]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  59. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  60. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  61. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  62. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  63. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  64. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  65. def makeDotnetFile(conf: CodegenConfig): Unit
    Definition Classes
    DotnetWrappable
  66. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  67. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  68. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  69. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  70. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  71. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  72. def pyAdditionalMethods: String
    Definition Classes
    HasSetLocationPythonWrappable
  73. lazy val pyClassDoc: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  74. lazy val pyClassName: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  75. def pyExtraEstimatorImports: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  76. def pyExtraEstimatorMethods: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  77. lazy val pyInheritedClasses: Seq[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  78. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  79. lazy val pyInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    PythonWrappable
  80. lazy val pyObjectBaseClass: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  81. def pyParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  82. def pyParamDefault[T](p: Param[T]): Option[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  83. def pyParamGetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  84. def pyParamSetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  85. def pyParamsArgs: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  86. def pyParamsDefaults: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  87. lazy val pyParamsDefinitions: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  88. def pyParamsGetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  89. def pyParamsSetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  90. def pythonClass(): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  91. def rClass(): String
    Attributes
    protected
    Definition Classes
    RWrappable
  92. def rDocString: String
    Attributes
    protected
    Definition Classes
    RWrappable
  93. def rExtraBodyLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  94. def rExtraInitLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  95. lazy val rFuncName: String
    Attributes
    protected
    Definition Classes
    RWrappable
  96. lazy val rInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    RWrappable
  97. def rParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    RWrappable
  98. def rParamsArgs: String
    Attributes
    protected
    Definition Classes
    RWrappable
  99. def rSetterLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  100. final def set(paramPair: ParamPair[_]): HasSetLinkedServiceUsingLocation.this.type
    Attributes
    protected
    Definition Classes
    Params
  101. final def set(param: String, value: Any): HasSetLinkedServiceUsingLocation.this.type
    Attributes
    protected
    Definition Classes
    Params
  102. final def set[T](param: Param[T], value: T): HasSetLinkedServiceUsingLocation.this.type
    Definition Classes
    Params
  103. final def setDefault(paramPairs: ParamPair[_]*): HasSetLinkedServiceUsingLocation.this.type
    Attributes
    protected
    Definition Classes
    Params
  104. final def setDefault[T](param: Param[T], value: T): HasSetLinkedServiceUsingLocation.this.type
    Attributes
    protected
    Definition Classes
    Params
  105. def setLinkedService(v: String): HasSetLinkedServiceUsingLocation.this.type
  106. def setLocation(v: String): HasSetLinkedServiceUsingLocation.this.type
    Definition Classes
    HasSetLocation
  107. def setScalarParam[T](name: String, value: T): HasSetLinkedServiceUsingLocation.this.type
    Definition Classes
    HasServiceParams
  108. def setScalarParam[T](p: ServiceParam[T], value: T): HasSetLinkedServiceUsingLocation.this.type
    Definition Classes
    HasServiceParams
  109. def setSubscriptionKey(v: String): HasSetLinkedServiceUsingLocation.this.type
    Definition Classes
    HasSubscriptionKey
  110. def setSubscriptionKeyCol(v: String): HasSetLinkedServiceUsingLocation.this.type
    Definition Classes
    HasSubscriptionKey
  111. def setUrl(value: String): HasSetLinkedServiceUsingLocation.this.type

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

Inherited from HasSetLocation

Inherited from HasSetLinkedService

Inherited from HasUrlPath

Inherited from HasSubscriptionKey

Inherited from HasServiceParams

Inherited from HasURL

Inherited from Wrappable

Inherited from DotnetWrappable

Inherited from RWrappable

Inherited from PythonWrappable

Inherited from BaseWrappable

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

getParam

setParam

Ungrouped