class VerifyFaces extends CognitiveServicesBase with HasServiceParams with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with SynapseMLLogging with HasSetLinkedService

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VerifyFaces
  2. HasSetLinkedService
  3. HasSetLocation
  4. DomainHelper
  5. HasInternalJsonOutputParser
  6. HasCognitiveServiceInput
  7. HasCustomHeaders
  8. HasCustomAuthHeader
  9. CognitiveServicesBase
  10. HasHandler
  11. CognitiveServicesBaseNoHandler
  12. HasGlobalParams
  13. SynapseMLLogging
  14. HasCustomCogServiceDomain
  15. HasUrlPath
  16. HasAADToken
  17. HasErrorCol
  18. HasSubscriptionKey
  19. HasServiceParams
  20. ComplexParamsWritable
  21. MLWritable
  22. HasURL
  23. HasOutputCol
  24. ConcurrencyParams
  25. Wrappable
  26. RWrappable
  27. PythonWrappable
  28. BaseWrappable
  29. Transformer
  30. PipelineStage
  31. Logging
  32. Params
  33. Serializable
  34. Serializable
  35. Identifiable
  36. AnyRef
  37. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new VerifyFaces()
  2. new VerifyFaces(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[_]): VerifyFaces.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. val customHeaders: ServiceParam[Map[String, String]]
    Definition Classes
    HasCustomHeaders
  8. val customUrlRoot: Param[String]
    Definition Classes
    HasCognitiveServiceInput
  9. val errorCol: Param[String]
    Definition Classes
    HasErrorCol
  10. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  11. def explainParams(): String
    Definition Classes
    Params
  12. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  13. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  14. val faceId: ServiceParam[String]
  15. val faceId1: ServiceParam[String]
  16. val faceId2: ServiceParam[String]
  17. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  18. def getAADToken: String
    Definition Classes
    HasAADToken
  19. def getAADTokenCol: String
    Definition Classes
    HasAADToken
  20. def getConcurrency: Int

    Definition Classes
    ConcurrencyParams
  21. def getConcurrentTimeout: Double

    Definition Classes
    ConcurrencyParams
  22. def getCustomAuthHeader: String
    Definition Classes
    HasCustomAuthHeader
  23. def getCustomAuthHeaderCol: String
    Definition Classes
    HasCustomAuthHeader
  24. def getCustomHeaders: Map[String, String]
    Definition Classes
    HasCustomHeaders
  25. def getCustomUrlRoot: String
    Definition Classes
    HasCognitiveServiceInput
  26. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  27. def getErrorCol: String
    Definition Classes
    HasErrorCol
  28. def getHandler: HandlerFunc

    Definition Classes
    HasHandler
  29. def getInternalServiceType: String
    Definition Classes
    HasCustomCogServiceDomain
  30. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  31. def getOutputCol: String

    Definition Classes
    HasOutputCol
  32. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  33. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  34. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  35. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  36. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  37. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  38. def getTimeout: Double

    Definition Classes
    ConcurrencyParams
  39. def getUrl: String

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

    The name of the output column

    The name of the output column

    Definition Classes
    HasOutputCol
  56. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  57. val personGroupId: ServiceParam[String]
  58. val personId: ServiceParam[String]
  59. def pyAdditionalMethods: String
    Definition Classes
    HasSetLinkedServicePythonWrappable
  60. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  61. def responseDataType: DataType
  62. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  63. final def set[T](param: Param[T], value: T): VerifyFaces.this.type
    Definition Classes
    Params
  64. def setAADToken(v: String): VerifyFaces.this.type
    Definition Classes
    HasAADToken
  65. def setAADTokenCol(v: String): VerifyFaces.this.type
    Definition Classes
    HasAADToken
  66. def setConcurrency(value: Int): VerifyFaces.this.type

    Definition Classes
    ConcurrencyParams
  67. def setConcurrentTimeout(value: Option[Double]): VerifyFaces.this.type
    Definition Classes
    ConcurrencyParams
  68. def setConcurrentTimeout(value: Double): VerifyFaces.this.type

    Definition Classes
    ConcurrencyParams
  69. def setCustomAuthHeader(v: String): VerifyFaces.this.type
    Definition Classes
    HasCustomAuthHeader
  70. def setCustomAuthHeaderCol(v: String): VerifyFaces.this.type
    Definition Classes
    HasCustomAuthHeader
  71. def setCustomHeaders(v: HashMap[String, String]): VerifyFaces.this.type
    Definition Classes
    HasCustomHeaders
  72. def setCustomHeaders(v: Map[String, String]): VerifyFaces.this.type
    Definition Classes
    HasCustomHeaders
  73. def setCustomServiceName(v: String): VerifyFaces.this.type
    Definition Classes
    HasCustomCogServiceDomain
  74. def setCustomUrlRoot(v: String): VerifyFaces.this.type
    Definition Classes
    HasCognitiveServiceInput
  75. def setDefaultAADToken(v: String): VerifyFaces.this.type
    Definition Classes
    HasAADToken
  76. def setDefaultCustomAuthHeader(v: String): VerifyFaces.this.type
    Definition Classes
    HasCustomAuthHeader
  77. def setDefaultInternalEndpoint(v: String): VerifyFaces.this.type
    Definition Classes
    HasCustomCogServiceDomain
  78. def setEndpoint(v: String): VerifyFaces.this.type
    Definition Classes
    HasCustomCogServiceDomain
  79. def setErrorCol(v: String): VerifyFaces.this.type
    Definition Classes
    HasErrorCol
  80. def setFaceId(v: String): VerifyFaces.this.type
  81. def setFaceId1(v: String): VerifyFaces.this.type
  82. def setFaceId1Col(v: String): VerifyFaces.this.type
  83. def setFaceId2(v: String): VerifyFaces.this.type
  84. def setFaceId2Col(v: String): VerifyFaces.this.type
  85. def setFaceIdCol(v: String): VerifyFaces.this.type
  86. def setHandler(v: UserDefinedFunction): VerifyFaces.this.type
    Definition Classes
    HasHandler
  87. def setHandler(v: HandlerFunc): VerifyFaces.this.type
    Definition Classes
    HasHandler
  88. def setLargePersonGroupId(v: String): VerifyFaces.this.type
  89. def setLargePersonGroupIdCol(v: String): VerifyFaces.this.type
  90. def setLinkedService(v: String): VerifyFaces.this.type
    Definition Classes
    HasSetLinkedService
  91. def setLocation(v: String): VerifyFaces.this.type
    Definition Classes
    HasSetLocation
  92. def setOutputCol(value: String): VerifyFaces.this.type

    Definition Classes
    HasOutputCol
  93. def setPersonGroupCol(v: String): VerifyFaces.this.type
  94. def setPersonGroupId(v: String): VerifyFaces.this.type
  95. def setPersonId(v: String): VerifyFaces.this.type
  96. def setPersonIdCol(v: String): VerifyFaces.this.type
  97. def setScalarParam[T](name: String, value: T): VerifyFaces.this.type
    Definition Classes
    HasServiceParams
  98. def setScalarParam[T](p: ServiceParam[T], value: T): VerifyFaces.this.type
    Definition Classes
    HasServiceParams
  99. def setSubscriptionKey(v: String): VerifyFaces.this.type
    Definition Classes
    HasSubscriptionKey
  100. def setSubscriptionKeyCol(v: String): VerifyFaces.this.type
    Definition Classes
    HasSubscriptionKey
  101. def setTimeout(value: Double): VerifyFaces.this.type

    Definition Classes
    ConcurrencyParams
  102. def setUrl(value: String): VerifyFaces.this.type

    Definition Classes
    HasURL
  103. def setVectorParam(name: String, value: String): VerifyFaces.this.type
    Definition Classes
    HasServiceParams
  104. def setVectorParam[T](p: ServiceParam[T], value: String): VerifyFaces.this.type
    Definition Classes
    HasServiceParams
  105. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  106. val timeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  107. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  108. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    CognitiveServicesBaseNoHandler → Transformer
  109. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  110. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  111. def transformSchema(schema: StructType): StructType
    Definition Classes
    CognitiveServicesBaseNoHandler → PipelineStage
  112. val uid: String
    Definition Classes
    VerifyFacesCognitiveServicesBaseNoHandlerSynapseMLLogging → Identifiable
  113. val url: Param[String]
    Definition Classes
    HasURL
  114. def urlPath: String
    Definition Classes
    VerifyFacesHasUrlPath
  115. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable