Packages

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

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DocumentTranslator
  2. DomainHelper
  3. HasSetLinkedService
  4. HasUrlPath
  5. DocumentTranslatorAsyncReply
  6. BasicAsyncReply
  7. HasAsyncReply
  8. HasServiceName
  9. HasCognitiveServiceInput
  10. HasInternalJsonOutputParser
  11. CognitiveServicesBaseNoHandler
  12. BasicLogging
  13. HasErrorCol
  14. HasSubscriptionKey
  15. HasServiceParams
  16. ComplexParamsWritable
  17. MLWritable
  18. HasURL
  19. HasOutputCol
  20. ConcurrencyParams
  21. Wrappable
  22. DotnetWrappable
  23. RWrappable
  24. PythonWrappable
  25. BaseWrappable
  26. Transformer
  27. PipelineStage
  28. Logging
  29. Params
  30. Serializable
  31. Serializable
  32. Identifiable
  33. AnyRef
  34. 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. 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 filterPrefix: ServiceParam[String]
  13. val filterSuffix: ServiceParam[String]
  14. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  15. def getBackoffs: Array[Int]

    Definition Classes
    HasAsyncReply
  16. def getConcurrency: Int

    Definition Classes
    ConcurrencyParams
  17. def getConcurrentTimeout: Double

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

    Definition Classes
    HasAsyncReply
  21. def getMaxPollingRetries: Int

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

    Definition Classes
    HasOutputCol
  24. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  25. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  26. def getPollingDelay: Int

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

    Definition Classes
    HasAsyncReply
  33. def getTimeout: Double

    Definition Classes
    ConcurrencyParams
  34. def getUrl: String

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

    The name of the output column

    The name of the output column

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

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

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

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

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

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

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

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

    Definition Classes
    HasAsyncReply
  89. def setTargets(v: Seq[TargetInput]): DocumentTranslator.this.type
  90. def setTargetsCol(v: String): DocumentTranslator.this.type
  91. def setTimeout(value: Double): DocumentTranslator.this.type

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

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