class IdentifyFaces extends CognitiveServicesBase with HasServiceParams with HasMaxNumOfCandidatesReturned with HasFaceIds with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with SynapseMLLogging with HasSetLinkedService

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

Instance Constructors

  1. new IdentifyFaces()
  2. new IdentifyFaces(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[_]): IdentifyFaces.this.type
    Definition Classes
    Params
  4. val concurrency: Param[Int]
    Definition Classes
    ConcurrencyParams
  5. val concurrentTimeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  6. val confidenceThreshold: ServiceParam[Double]
  7. def copy(extra: ParamMap): Transformer
    Definition Classes
    CognitiveServicesBaseNoHandler → Transformer → PipelineStage → Params
  8. val customHeaders: ServiceParam[Map[String, String]]
    Definition Classes
    HasCustomHeaders
  9. val customUrlRoot: Param[String]
    Definition Classes
    HasCognitiveServiceInput
  10. val errorCol: Param[String]
    Definition Classes
    HasErrorCol
  11. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  12. def explainParams(): String
    Definition Classes
    Params
  13. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  14. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  15. val faceIds: ServiceParam[Seq[String]]
    Definition Classes
    IdentifyFacesHasFaceIds
  16. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  17. def getAADToken: String
    Definition Classes
    HasAADToken
  18. def getAADTokenCol: String
    Definition Classes
    HasAADToken
  19. def getConcurrency: Int

    Definition Classes
    ConcurrencyParams
  20. def getConcurrentTimeout: Double

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

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

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

    Definition Classes
    ConcurrencyParams
  38. def getUrl: String

    Definition Classes
    HasCognitiveServiceInputHasURL
  39. def getVectorParam(name: String): String
    Definition Classes
    HasServiceParams
  40. def getVectorParam(p: ServiceParam[_]): String
    Definition Classes
    HasServiceParams
  41. val handler: UDFParam
    Definition Classes
    HasHandler
  42. def handlingFunc(client: CloseableHttpClient, request: HTTPRequestData): HTTPResponseData
    Definition Classes
    HasHandler
  43. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  44. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  45. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  46. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  47. val largePersonGroupId: ServiceParam[String]
  48. def logClass(featureName: String): Unit
    Definition Classes
    SynapseMLLogging
  49. def logFit[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  50. def logTransform[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  51. def logVerb[T](verb: String, f: ⇒ T, columns: Option[Int] = None): T
    Definition Classes
    SynapseMLLogging
  52. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  53. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  54. val maxNumOfCandidatesReturned: ServiceParam[Int]
  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. def pyAdditionalMethods: String
    Definition Classes
    HasSetLinkedServicePythonWrappable
  59. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  60. def responseDataType: DataType
  61. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  62. final def set[T](param: Param[T], value: T): IdentifyFaces.this.type
    Definition Classes
    Params
  63. def setAADToken(v: String): IdentifyFaces.this.type
    Definition Classes
    HasAADToken
  64. def setAADTokenCol(v: String): IdentifyFaces.this.type
    Definition Classes
    HasAADToken
  65. def setConcurrency(value: Int): IdentifyFaces.this.type

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

    Definition Classes
    ConcurrencyParams
  68. def setConfidenceThreshold(v: Double): IdentifyFaces.this.type
  69. def setConfidenceThresholdCol(v: String): IdentifyFaces.this.type
  70. def setCustomAuthHeader(v: String): IdentifyFaces.this.type
    Definition Classes
    HasCustomAuthHeader
  71. def setCustomAuthHeaderCol(v: String): IdentifyFaces.this.type
    Definition Classes
    HasCustomAuthHeader
  72. def setCustomHeaders(v: HashMap[String, String]): IdentifyFaces.this.type
    Definition Classes
    HasCustomHeaders
  73. def setCustomHeaders(v: Map[String, String]): IdentifyFaces.this.type
    Definition Classes
    HasCustomHeaders
  74. def setCustomServiceName(v: String): IdentifyFaces.this.type
    Definition Classes
    HasCustomCogServiceDomain
  75. def setCustomUrlRoot(v: String): IdentifyFaces.this.type
    Definition Classes
    HasCognitiveServiceInput
  76. def setDefaultAADToken(v: String): IdentifyFaces.this.type
    Definition Classes
    HasAADToken
  77. def setDefaultCustomAuthHeader(v: String): IdentifyFaces.this.type
    Definition Classes
    HasCustomAuthHeader
  78. def setDefaultInternalEndpoint(v: String): IdentifyFaces.this.type
    Definition Classes
    HasCustomCogServiceDomain
  79. def setEndpoint(v: String): IdentifyFaces.this.type
    Definition Classes
    HasCustomCogServiceDomain
  80. def setErrorCol(v: String): IdentifyFaces.this.type
    Definition Classes
    HasErrorCol
  81. def setFaceIds(v: Seq[String]): IdentifyFaces.this.type
    Definition Classes
    HasFaceIds
  82. def setFaceIdsCol(v: String): IdentifyFaces.this.type
    Definition Classes
    HasFaceIds
  83. def setHandler(v: UserDefinedFunction): IdentifyFaces.this.type
    Definition Classes
    HasHandler
  84. def setHandler(v: HandlerFunc): IdentifyFaces.this.type
    Definition Classes
    HasHandler
  85. def setLargePersonGroupId(v: String): IdentifyFaces.this.type
  86. def setLargePersonGroupIdCol(v: String): IdentifyFaces.this.type
  87. def setLinkedService(v: String): IdentifyFaces.this.type
    Definition Classes
    HasSetLinkedService
  88. def setLocation(v: String): IdentifyFaces.this.type
    Definition Classes
    HasSetLocation
  89. def setMaxNumOfCandidatesReturned(v: Int): IdentifyFaces.this.type
  90. def setMaxNumOfCandidatesReturnedCol(v: String): IdentifyFaces.this.type
  91. def setOutputCol(value: String): IdentifyFaces.this.type

    Definition Classes
    HasOutputCol
  92. def setPersonGroupId(v: String): IdentifyFaces.this.type
  93. def setPersonGroupIdCol(v: String): IdentifyFaces.this.type
  94. def setScalarParam[T](name: String, value: T): IdentifyFaces.this.type
    Definition Classes
    HasServiceParams
  95. def setScalarParam[T](p: ServiceParam[T], value: T): IdentifyFaces.this.type
    Definition Classes
    HasServiceParams
  96. def setSubscriptionKey(v: String): IdentifyFaces.this.type
    Definition Classes
    HasSubscriptionKey
  97. def setSubscriptionKeyCol(v: String): IdentifyFaces.this.type
    Definition Classes
    HasSubscriptionKey
  98. def setTimeout(value: Double): IdentifyFaces.this.type

    Definition Classes
    ConcurrencyParams
  99. def setUrl(value: String): IdentifyFaces.this.type

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