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. HasUrlPath
  5. HasInternalJsonOutputParser
  6. HasCognitiveServiceInput
  7. HasFaceIds
  8. HasMaxNumOfCandidatesReturned
  9. CognitiveServicesBase
  10. HasHandler
  11. CognitiveServicesBaseNoHandler
  12. BasicLogging
  13. HasErrorCol
  14. HasSubscriptionKey
  15. HasServiceParams
  16. ComplexParamsWritable
  17. MLWritable
  18. HasURL
  19. HasOutputCol
  20. ConcurrencyParams
  21. Wrappable
  22. RWrappable
  23. PythonWrappable
  24. BaseWrappable
  25. Transformer
  26. PipelineStage
  27. Logging
  28. Params
  29. Serializable
  30. Serializable
  31. Identifiable
  32. AnyRef
  33. 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. val errorCol: Param[String]
    Definition Classes
    HasErrorCol
  7. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  8. def explainParams(): String
    Definition Classes
    Params
  9. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  10. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  11. val faceIds: ServiceParam[Seq[String]]
    Definition Classes
    IdentifyFacesHasFaceIds
  12. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  13. def getConcurrency: Int

    Definition Classes
    ConcurrencyParams
  14. def getConcurrentTimeout: Double

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

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

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

    Definition Classes
    ConcurrencyParams
  26. def getUrl: String

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

    The name of the output column

    The name of the output column

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

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

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

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

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

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