Packages

class DocumentTranslator extends CognitiveServicesBaseNoHandler with HasInternalJsonOutputParser with HasCognitiveServiceInput with HasServiceName with Wrappable with DocumentTranslatorAsyncReply with BasicLogging with HasSetLinkedService

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DocumentTranslator
  2. HasSetLinkedService
  3. HasUrlPath
  4. DocumentTranslatorAsyncReply
  5. BasicAsyncReply
  6. HasAsyncReply
  7. HasServiceName
  8. HasCognitiveServiceInput
  9. HasInternalJsonOutputParser
  10. CognitiveServicesBaseNoHandler
  11. BasicLogging
  12. HasErrorCol
  13. HasSubscriptionKey
  14. HasServiceParams
  15. ComplexParamsWritable
  16. MLWritable
  17. HasURL
  18. HasOutputCol
  19. ConcurrencyParams
  20. Wrappable
  21. RWrappable
  22. PythonWrappable
  23. BaseWrappable
  24. Transformer
  25. PipelineStage
  26. Logging
  27. Params
  28. Serializable
  29. Serializable
  30. Identifiable
  31. AnyRef
  32. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DocumentTranslator()
  2. new DocumentTranslator(uid: String)

Value Members

  1. val backoffs: IntArrayParam
    Definition Classes
    HasAsyncReply
  2. final def clear(param: Param[_]): DocumentTranslator.this.type
    Definition Classes
    Params
  3. val concurrency: Param[Int]
    Definition Classes
    ConcurrencyParams
  4. val concurrentTimeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  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 filterPrefix: ServiceParam[String]
  12. val filterSuffix: ServiceParam[String]
  13. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  14. def getBackoffs: Array[Int]

    Definition Classes
    HasAsyncReply
  15. def getConcurrency: Int

    Definition Classes
    ConcurrencyParams
  16. def getConcurrentTimeout: Double

    Definition Classes
    ConcurrencyParams
  17. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  18. def getErrorCol: String
    Definition Classes
    HasErrorCol
  19. def getInitialPollingDelay: Int

    Definition Classes
    HasAsyncReply
  20. def getMaxPollingRetries: Int

    Definition Classes
    HasAsyncReply
  21. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  22. def getOutputCol: String

    Definition Classes
    HasOutputCol
  23. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  24. def getPollingDelay: Int

    Definition Classes
    HasAsyncReply
  25. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  26. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  27. def getServiceName: String
    Definition Classes
    HasServiceName
  28. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  29. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  30. def getSuppressMaxRetriesExceededException: Boolean

    Definition Classes
    HasAsyncReply
  31. def getTimeout: Double

    Definition Classes
    ConcurrencyParams
  32. def getUrl: String

    Definition Classes
    HasURL
  33. def getVectorParam(name: String): String
    Definition Classes
    HasServiceParams
  34. def getVectorParam(p: ServiceParam[_]): String
    Definition Classes
    HasServiceParams
  35. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  36. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  37. val initialPollingDelay: IntParam
    Definition Classes
    HasAsyncReply
  38. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  39. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  40. def logClass(): Unit
    Definition Classes
    BasicLogging
  41. def logFit[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  42. def logPredict[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  43. def logTrain[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  44. def logTransform[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  45. def logVerb[T](verb: String, f: ⇒ T): T
    Definition Classes
    BasicLogging
  46. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  47. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  48. val maxPollingRetries: IntParam
    Definition Classes
    HasAsyncReply
  49. val outputCol: Param[String]

    The name of the output column

    The name of the output column

    Definition Classes
    HasOutputCol
  50. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  51. val pollingDelay: IntParam
    Definition Classes
    HasAsyncReply
  52. def pyAdditionalMethods: String
    Definition Classes
    HasSetLinkedServicePythonWrappable
  53. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  54. def responseDataType: DataType
  55. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  56. val serviceName: Param[String]
    Definition Classes
    HasServiceName
  57. final def set[T](param: Param[T], value: T): DocumentTranslator.this.type
    Definition Classes
    Params
  58. def setBackoffs(value: Array[Int]): DocumentTranslator.this.type

    Definition Classes
    HasAsyncReply
  59. def setConcurrency(value: Int): DocumentTranslator.this.type

    Definition Classes
    ConcurrencyParams
  60. def setConcurrentTimeout(value: Option[Double]): DocumentTranslator.this.type
    Definition Classes
    ConcurrencyParams
  61. def setConcurrentTimeout(value: Double): DocumentTranslator.this.type

    Definition Classes
    ConcurrencyParams
  62. def setErrorCol(v: String): DocumentTranslator.this.type
    Definition Classes
    HasErrorCol
  63. def setFilterPrefix(v: String): DocumentTranslator.this.type
  64. def setFilterPrefixCol(v: String): DocumentTranslator.this.type
  65. def setFilterSuffix(v: String): DocumentTranslator.this.type
  66. def setFilterSuffixCol(v: String): DocumentTranslator.this.type
  67. def setInitialPollingDelay(value: Int): DocumentTranslator.this.type

    Definition Classes
    HasAsyncReply
  68. def setLinkedService(v: String): DocumentTranslator.this.type
  69. def setMaxPollingRetries(value: Int): DocumentTranslator.this.type

    Definition Classes
    HasAsyncReply
  70. def setOutputCol(value: String): DocumentTranslator.this.type

    Definition Classes
    HasOutputCol
  71. def setPollingDelay(value: Int): DocumentTranslator.this.type

    Definition Classes
    HasAsyncReply
  72. def setScalarParam[T](name: String, value: T): DocumentTranslator.this.type
    Definition Classes
    HasServiceParams
  73. def setScalarParam[T](p: ServiceParam[T], value: T): DocumentTranslator.this.type
    Definition Classes
    HasServiceParams
  74. def setServiceName(v: String): DocumentTranslator.this.type
    Definition Classes
    DocumentTranslatorHasServiceName
  75. def setSourceLanguage(v: String): DocumentTranslator.this.type
  76. def setSourceLanguageCol(v: String): DocumentTranslator.this.type
  77. def setSourceStorageSource(v: String): DocumentTranslator.this.type
  78. def setSourceStorageSourceCol(v: String): DocumentTranslator.this.type
  79. def setSourceUrl(v: String): DocumentTranslator.this.type
  80. def setSourceUrlCol(v: String): DocumentTranslator.this.type
  81. def setStorageType(v: String): DocumentTranslator.this.type
  82. def setStorageTypeCol(v: String): DocumentTranslator.this.type
  83. def setSubscriptionKey(v: String): DocumentTranslator.this.type
    Definition Classes
    HasSubscriptionKey
  84. def setSubscriptionKeyCol(v: String): DocumentTranslator.this.type
    Definition Classes
    HasSubscriptionKey
  85. def setSuppressMaxRetriesExceededException(value: Boolean): DocumentTranslator.this.type

    Definition Classes
    HasAsyncReply
  86. def setTargets(v: Seq[TargetInput]): DocumentTranslator.this.type
  87. def setTargetsCol(v: String): DocumentTranslator.this.type
  88. def setTimeout(value: Double): DocumentTranslator.this.type

    Definition Classes
    ConcurrencyParams
  89. def setUrl(value: String): DocumentTranslator.this.type

    Definition Classes
    HasURL
  90. def setVectorParam(name: String, value: String): DocumentTranslator.this.type
    Definition Classes
    HasServiceParams
  91. def setVectorParam[T](p: ServiceParam[T], value: String): DocumentTranslator.this.type
    Definition Classes
    HasServiceParams
  92. val sourceLanguage: ServiceParam[String]
  93. val sourceStorageSource: ServiceParam[String]
  94. val sourceUrl: ServiceParam[String]
  95. val storageType: ServiceParam[String]
  96. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  97. val suppressMaxRetriesExceededException: BooleanParam
    Definition Classes
    HasAsyncReply
  98. val targets: ServiceParam[Seq[TargetInput]]
  99. val timeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  100. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  101. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    DocumentTranslatorCognitiveServicesBaseNoHandler → Transformer
  102. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  103. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  104. def transformSchema(schema: StructType): StructType
    Definition Classes
    CognitiveServicesBaseNoHandler → PipelineStage
  105. val uid: String
    Definition Classes
    DocumentTranslatorCognitiveServicesBaseNoHandlerBasicLogging → Identifiable
  106. val url: Param[String]
    Definition Classes
    HasURL
  107. def urlPath: String
    Definition Classes
    DocumentTranslatorHasUrlPath
  108. val ver: String
    Definition Classes
    BasicLogging
  109. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable