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. DomainHelper
  4. HasSetLinkedService
  5. HasUrlPath
  6. HasSubscriptionKey
  7. HasServiceParams
  8. HasURL
  9. Wrappable
  10. DotnetWrappable
  11. RWrappable
  12. PythonWrappable
  13. BaseWrappable
  14. Params
  15. Serializable
  16. Serializable
  17. Identifiable
  18. AnyRef
  19. 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. def getLocationDomain(location: String): String
    Attributes
    protected
    Definition Classes
    DomainHelper
  42. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  43. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  44. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  45. def getRequiredParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  46. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  47. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  48. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  49. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  50. def getUrl: String

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

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

Inherited from HasSetLocation

Inherited from DomainHelper

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