Packages

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

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IdentifyFaces
  2. HasSetLinkedService
  3. HasSetLocation
  4. DomainHelper
  5. HasUrlPath
  6. HasInternalJsonOutputParser
  7. HasCognitiveServiceInput
  8. HasFaceIds
  9. HasMaxNumOfCandidatesReturned
  10. CognitiveServicesBase
  11. HasHandler
  12. CognitiveServicesBaseNoHandler
  13. BasicLogging
  14. HasErrorCol
  15. HasSubscriptionKey
  16. HasServiceParams
  17. ComplexParamsWritable
  18. MLWritable
  19. HasURL
  20. HasOutputCol
  21. ConcurrencyParams
  22. Wrappable
  23. DotnetWrappable
  24. RWrappable
  25. PythonWrappable
  26. BaseWrappable
  27. Transformer
  28. PipelineStage
  29. Logging
  30. Params
  31. Serializable
  32. Serializable
  33. Identifiable
  34. AnyRef
  35. 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. final def clear(param: Param[_]): IdentifyFaces.this.type
    Definition Classes
    Params
  2. val concurrency: Param[Int]
    Definition Classes
    ConcurrencyParams
  3. val concurrentTimeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  4. val confidenceThreshold: ServiceParam[Double]
  5. def copy(extra: ParamMap): Transformer
    Definition Classes
    CognitiveServicesBaseNoHandler → Transformer → PipelineStage → Params
  6. def dotnetAdditionalMethods: String
    Definition Classes
    HasSetLinkedServiceDotnetWrappable
  7. val errorCol: Param[String]
    Definition Classes
    HasErrorCol
  8. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  9. def explainParams(): String
    Definition Classes
    Params
  10. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  11. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  12. val faceIds: ServiceParam[Seq[String]]
    Definition Classes
    IdentifyFacesHasFaceIds
  13. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  14. def getConcurrency: Int

    Definition Classes
    ConcurrencyParams
  15. def getConcurrentTimeout: Double

    Definition Classes
    ConcurrencyParams
  16. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  17. def getErrorCol: String
    Definition Classes
    HasErrorCol
  18. def getHandler: HandlerFunc

    Definition Classes
    HasHandler
  19. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  20. def getOutputCol: String

    Definition Classes
    HasOutputCol
  21. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  22. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  23. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  24. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  25. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  26. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  27. def getTimeout: Double

    Definition Classes
    ConcurrencyParams
  28. def getUrl: String

    Definition Classes
    HasURL
  29. def getVectorParam(name: String): String
    Definition Classes
    HasServiceParams
  30. def getVectorParam(p: ServiceParam[_]): String
    Definition Classes
    HasServiceParams
  31. val handler: UDFParam
    Definition Classes
    HasHandler
  32. def handlingFunc(client: CloseableHttpClient, request: HTTPRequestData): HTTPResponseData
    Definition Classes
    HasHandler
  33. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  34. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  35. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  36. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  37. val largePersonGroupId: ServiceParam[String]
  38. def logClass(): Unit
    Definition Classes
    BasicLogging
  39. def logFit[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  40. def logPredict[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  41. def logTrain[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  42. def logTransform[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  43. def logVerb[T](verb: String, f: ⇒ T): T
    Definition Classes
    BasicLogging
  44. def makeDotnetFile(conf: CodegenConfig): Unit
    Definition Classes
    DotnetWrappable
  45. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  46. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  47. val maxNumOfCandidatesReturned: ServiceParam[Int]
  48. val outputCol: Param[String]

    The name of the output column

    The name of the output column

    Definition Classes
    HasOutputCol
  49. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  50. val personGroupId: ServiceParam[String]
  51. def pyAdditionalMethods: String
    Definition Classes
    HasSetLinkedServicePythonWrappable
  52. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  53. def responseDataType: DataType
  54. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  55. final def set[T](param: Param[T], value: T): IdentifyFaces.this.type
    Definition Classes
    Params
  56. def setConcurrency(value: Int): IdentifyFaces.this.type

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

    Definition Classes
    ConcurrencyParams
  59. def setConfidenceThreshold(v: Double): IdentifyFaces.this.type
  60. def setConfidenceThresholdCol(v: String): IdentifyFaces.this.type
  61. def setErrorCol(v: String): IdentifyFaces.this.type
    Definition Classes
    HasErrorCol
  62. def setFaceIds(v: Seq[String]): IdentifyFaces.this.type
    Definition Classes
    HasFaceIds
  63. def setFaceIdsCol(v: String): IdentifyFaces.this.type
    Definition Classes
    HasFaceIds
  64. def setHandler(v: UserDefinedFunction): IdentifyFaces.this.type
    Definition Classes
    HasHandler
  65. def setHandler(v: HandlerFunc): IdentifyFaces.this.type
    Definition Classes
    HasHandler
  66. def setLargePersonGroupId(v: String): IdentifyFaces.this.type
  67. def setLargePersonGroupIdCol(v: String): IdentifyFaces.this.type
  68. def setLinkedService(v: String): IdentifyFaces.this.type
    Definition Classes
    HasSetLinkedService
  69. def setLocation(v: String): IdentifyFaces.this.type
    Definition Classes
    HasSetLocation
  70. def setMaxNumOfCandidatesReturned(v: Int): IdentifyFaces.this.type
  71. def setMaxNumOfCandidatesReturnedCol(v: String): IdentifyFaces.this.type
  72. def setOutputCol(value: String): IdentifyFaces.this.type

    Definition Classes
    HasOutputCol
  73. def setPersonGroupId(v: String): IdentifyFaces.this.type
  74. def setPersonGroupIdCol(v: String): IdentifyFaces.this.type
  75. def setScalarParam[T](name: String, value: T): IdentifyFaces.this.type
    Definition Classes
    HasServiceParams
  76. def setScalarParam[T](p: ServiceParam[T], value: T): IdentifyFaces.this.type
    Definition Classes
    HasServiceParams
  77. def setSubscriptionKey(v: String): IdentifyFaces.this.type
    Definition Classes
    HasSubscriptionKey
  78. def setSubscriptionKeyCol(v: String): IdentifyFaces.this.type
    Definition Classes
    HasSubscriptionKey
  79. def setTimeout(value: Double): IdentifyFaces.this.type

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

    Definition Classes
    HasURL
  81. def setVectorParam(name: String, value: String): IdentifyFaces.this.type
    Definition Classes
    HasServiceParams
  82. def setVectorParam[T](p: ServiceParam[T], value: String): IdentifyFaces.this.type
    Definition Classes
    HasServiceParams
  83. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  84. val timeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  85. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  86. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    CognitiveServicesBaseNoHandler → Transformer
  87. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  88. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  89. def transformSchema(schema: StructType): StructType
    Definition Classes
    CognitiveServicesBaseNoHandler → PipelineStage
  90. val uid: String
    Definition Classes
    IdentifyFacesCognitiveServicesBaseNoHandlerBasicLogging → Identifiable
  91. val url: Param[String]
    Definition Classes
    HasURL
  92. def urlPath: String
    Definition Classes
    IdentifyFacesHasUrlPath
  93. val ver: String
    Definition Classes
    BasicLogging
  94. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable