class MedicalSummarizer extends MedicalEncoderDecoder

Linear Supertypes
MedicalEncoderDecoder, CheckLicense, WriteSentencePieceModel, HasEngine, InternalWriteOnnxModel, WriteTensorflowModel, HasBatchedAnnotate[MedicalEncoderDecoder], HasCaseSensitiveProperties, AnnotatorModel[MedicalEncoderDecoder], CanBeLazy, RawAnnotator[MedicalEncoderDecoder], HasOutputAnnotationCol, HasInputAnnotationCols, HasOutputAnnotatorType, ParamsAndFeaturesWritable, HasFeatures, DefaultParamsWritable, MLWritable, Model[MedicalEncoderDecoder], Transformer, PipelineStage, Logging, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. MedicalSummarizer
  2. MedicalEncoderDecoder
  3. CheckLicense
  4. WriteSentencePieceModel
  5. HasEngine
  6. InternalWriteOnnxModel
  7. WriteTensorflowModel
  8. HasBatchedAnnotate
  9. HasCaseSensitiveProperties
  10. AnnotatorModel
  11. CanBeLazy
  12. RawAnnotator
  13. HasOutputAnnotationCol
  14. HasInputAnnotationCols
  15. HasOutputAnnotatorType
  16. ParamsAndFeaturesWritable
  17. HasFeatures
  18. DefaultParamsWritable
  19. MLWritable
  20. Model
  21. Transformer
  22. PipelineStage
  23. Logging
  24. Params
  25. Serializable
  26. Serializable
  27. Identifiable
  28. AnyRef
  29. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

Type Members

  1. type AnnotationContent = Seq[Row]
    Attributes
    protected
    Definition Classes
    AnnotatorModel
  2. type AnnotatorType = String
    Definition Classes
    HasOutputAnnotatorType

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def $[T](param: Param[T]): T
    Attributes
    protected
    Definition Classes
    Params
  4. def $$[T](feature: StructFeature[T]): T
    Attributes
    protected
    Definition Classes
    HasFeatures
  5. def $$[K, V](feature: MapFeature[K, V]): Map[K, V]
    Attributes
    protected
    Definition Classes
    HasFeatures
  6. def $$[T](feature: SetFeature[T]): Set[T]
    Attributes
    protected
    Definition Classes
    HasFeatures
  7. def $$[T](feature: ArrayFeature[T]): Array[T]
    Attributes
    protected
    Definition Classes
    HasFeatures
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def _transform(dataset: Dataset[_], recursivePipeline: Option[PipelineModel]): DataFrame
    Attributes
    protected
    Definition Classes
    AnnotatorModel
  10. def afterAnnotate(dataset: DataFrame): DataFrame
    Attributes
    protected
    Definition Classes
    AnnotatorModel
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def batchAnnotate(batchedAnnotations: Seq[Array[Annotation]]): Seq[Seq[Annotation]]
    Definition Classes
    MedicalEncoderDecoder → HasBatchedAnnotate
  13. def batchProcess(rows: Iterator[_]): Iterator[Row]
    Definition Classes
    HasBatchedAnnotate
  14. val batchSize: IntParam
    Definition Classes
    HasBatchedAnnotate
  15. def beforeAnnotate(dataset: Dataset[_]): Dataset[_]
    Attributes
    protected
    Definition Classes
    AnnotatorModel
  16. val caseSensitive: BooleanParam
    Definition Classes
    HasCaseSensitiveProperties
  17. final def checkSchema(schema: StructType, inputAnnotatorType: String): Boolean
    Attributes
    protected
    Definition Classes
    HasInputAnnotationCols
  18. def checkValidEnvironment(spark: Option[SparkSession], scopes: Seq[String], metadata: Option[Map[String, Value]]): Unit
    Definition Classes
    CheckLicense
  19. def checkValidScope(scope: String): Unit
    Definition Classes
    CheckLicense
  20. def checkValidScopeAndEnvironment(scope: String, spark: Option[SparkSession], checkLp: Boolean, metadata: Option[Map[String, Value]]): Unit
    Definition Classes
    CheckLicense
  21. def checkValidScopesAndEnvironment(scopes: Seq[String], spark: Option[SparkSession], checkLp: Boolean, metadata: Option[Map[String, Value]]): Unit
    Definition Classes
    CheckLicense
  22. final def clear(param: Param[_]): MedicalSummarizer.this.type
    Definition Classes
    Params
  23. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  24. val configProtoBytes: IntArrayParam

    ConfigProto from tensorflow, serialized into byte array.

    ConfigProto from tensorflow, serialized into byte array. Get with config_proto.SerializeToString()

    Definition Classes
    MedicalEncoderDecoder
  25. def copy(extra: ParamMap): MedicalEncoderDecoder
    Definition Classes
    RawAnnotator → Model → Transformer → PipelineStage → Params
  26. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  27. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  28. val doSample: BooleanParam

    Whether or not to use sampling, use greedy decoding otherwise (Default: false)

    Whether or not to use sampling, use greedy decoding otherwise (Default: false)

    Definition Classes
    MedicalEncoderDecoder
  29. val engine: Param[String]
    Definition Classes
    HasEngine
  30. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  32. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  33. def explainParams(): String
    Definition Classes
    Params
  34. final val extraInputCols: StringArrayParam
    Attributes
    protected
    Definition Classes
    HasInputAnnotationCols
  35. def extraValidate(structType: StructType): Boolean
    Attributes
    protected
    Definition Classes
    RawAnnotator
  36. def extraValidateMsg: String
    Attributes
    protected
    Definition Classes
    RawAnnotator
  37. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  38. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  39. val features: ArrayBuffer[Feature[_, _, _]]
    Definition Classes
    HasFeatures
  40. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  41. def get[T](feature: StructFeature[T]): Option[T]
    Attributes
    protected
    Definition Classes
    HasFeatures
  42. def get[K, V](feature: MapFeature[K, V]): Option[Map[K, V]]
    Attributes
    protected
    Definition Classes
    HasFeatures
  43. def get[T](feature: SetFeature[T]): Option[Set[T]]
    Attributes
    protected
    Definition Classes
    HasFeatures
  44. def get[T](feature: ArrayFeature[T]): Option[Array[T]]
    Attributes
    protected
    Definition Classes
    HasFeatures
  45. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  46. def getBatchSize: Int
    Definition Classes
    HasBatchedAnnotate
  47. def getCaseSensitive: Boolean
    Definition Classes
    HasCaseSensitiveProperties
  48. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  49. def getConfigProtoBytes: Option[Array[Byte]]

    Definition Classes
    MedicalEncoderDecoder
  50. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  51. def getDoSample: Boolean

    Definition Classes
    MedicalEncoderDecoder
  52. def getEngine: String
    Definition Classes
    HasEngine
  53. def getIgnoreTokenIds: Array[Int]

    Definition Classes
    MedicalEncoderDecoder
  54. def getInputCols: Array[String]
    Definition Classes
    HasInputAnnotationCols
  55. def getLazyAnnotator: Boolean
    Definition Classes
    CanBeLazy
  56. def getMaxNewTokens: Int

    Definition Classes
    MedicalEncoderDecoder
  57. def getMaxTextLength: Int

    Definition Classes
    MedicalEncoderDecoder
  58. def getMlFrameworkType: String

    Get ML framework type

    Get ML framework type

    Definition Classes
    MedicalEncoderDecoder
  59. def getModelIfNotSet: MedicalEncoderDecoderModel
    Definition Classes
    MedicalEncoderDecoder
  60. def getNoRepeatNgramSize: Int

    Definition Classes
    MedicalEncoderDecoder
  61. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  62. final def getOutputCol: String
    Definition Classes
    HasOutputAnnotationCol
  63. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  64. def getRandomSeed: Option[Int]

    Definition Classes
    MedicalEncoderDecoder
  65. def getRefineChunkSize: Int

    Definition Classes
    MedicalEncoderDecoder
  66. def getRefineMaxAttempts: Int

    Definition Classes
    MedicalEncoderDecoder
  67. def getRefineSummary: Boolean
    Definition Classes
    MedicalEncoderDecoder
  68. def getRefineSummaryTargetLength: Int

    Definition Classes
    MedicalEncoderDecoder
  69. def getSignatures: Option[Map[String, String]]
    Definition Classes
    MedicalEncoderDecoder
  70. def getStopAtEos: Boolean

    Checks whether text generation stops when the end-of-sentence token is encountered.

    Checks whether text generation stops when the end-of-sentence token is encountered.

    Definition Classes
    MedicalSummarizerMedicalEncoderDecoder
  71. def getTask: String

    Attributes
    protected
    Definition Classes
    MedicalEncoderDecoder
  72. def getTopK: Int

    Attributes
    protected
    Definition Classes
    MedicalEncoderDecoder
  73. def getUseCache: Boolean
    Definition Classes
    MedicalEncoderDecoder
  74. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  75. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  76. def hasParent: Boolean
    Definition Classes
    Model
  77. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  78. var ignoreTokenIds: IntArrayParam

    A list of token ids which are ignored in the decoder's output (Default: Array())

    A list of token ids which are ignored in the decoder's output (Default: Array())

    Definition Classes
    MedicalEncoderDecoder
  79. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  80. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  81. val inputAnnotatorTypes: Array[AnnotatorType]

    Input annotator type : DOCUMENT

    Input annotator type : DOCUMENT

    Definition Classes
    MedicalEncoderDecoder → HasInputAnnotationCols
  82. final val inputCols: StringArrayParam
    Attributes
    protected
    Definition Classes
    HasInputAnnotationCols
  83. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  84. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  85. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  86. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  87. val lazyAnnotator: BooleanParam
    Definition Classes
    CanBeLazy
  88. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  89. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  90. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  91. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  92. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  93. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  94. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  95. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  96. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  97. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  98. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  99. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  100. val maxNewTokens: IntParam

    Maximum number of new tokens to be generated (Default: 30)

    Maximum number of new tokens to be generated (Default: 30)

    Definition Classes
    MedicalEncoderDecoder
  101. val maxTextLength: IntParam

    Maximum length of context text.

    Maximum length of context text. (Default: 1024)

    Definition Classes
    MedicalEncoderDecoder
  102. val mlFrameworkType: Param[String]

    ML framework type

    ML framework type

    Definition Classes
    MedicalEncoderDecoder
  103. def msgHelper(schema: StructType): String
    Attributes
    protected
    Definition Classes
    HasInputAnnotationCols
  104. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  105. val noRepeatNgramSize: IntParam

    If set to int > 0, all ngrams of that size can only occur once (Default: 0)

    If set to int > 0, all ngrams of that size can only occur once (Default: 0)

    Definition Classes
    MedicalEncoderDecoder
  106. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  107. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  108. def onWrite(path: String, spark: SparkSession): Unit
    Definition Classes
    MedicalSummarizerMedicalEncoderDecoder → ParamsAndFeaturesWritable
  109. def onWriteSkip(path: String, spark: SparkSession): Unit
    Attributes
    protected
    Definition Classes
    MedicalEncoderDecoder
  110. val optionalInputAnnotatorTypes: Array[String]
    Definition Classes
    HasInputAnnotationCols
  111. val outputAnnotatorType: String

    Output annotator type : DOCUMENT

    Output annotator type : DOCUMENT

    Definition Classes
    MedicalEncoderDecoder → HasOutputAnnotatorType
  112. final val outputCol: Param[String]
    Attributes
    protected
    Definition Classes
    HasOutputAnnotationCol
  113. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  114. var parent: Estimator[MedicalEncoderDecoder]
    Definition Classes
    Model
  115. var randomSeed: Option[Int]

    Optional Random seed for the model.

    Optional Random seed for the model. Needs to be of type Long.

    Definition Classes
    MedicalEncoderDecoder
  116. val refineChunkSize: IntParam

    How large should refined chunks Be.

    How large should refined chunks Be. Should be equal to LLM context window size in tokens. Takes only effect when refineSummary=True

    Definition Classes
    MedicalEncoderDecoder
  117. val refineMaxAttempts: IntParam

    How many times should chunks be re-summarized while they are above SummaryTargetLength before stopping.

    How many times should chunks be re-summarized while they are above SummaryTargetLength before stopping. Takes only effect when refineSummary=True

    Definition Classes
    MedicalEncoderDecoder
  118. val refineSummary: BooleanParam

    Set true to perform refined summarization at increased computation cost.

    Set true to perform refined summarization at increased computation cost.

    Definition Classes
    MedicalEncoderDecoder
  119. val refineSummaryTargetLength: IntParam

    Target length for refined summary.

    Target length for refined summary. Text will be chunked and re-summarized until it is below this length or maximum attempts are used up.

    Definition Classes
    MedicalEncoderDecoder
  120. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  121. def set[T](feature: StructFeature[T], value: T): MedicalSummarizer.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  122. def set[K, V](feature: MapFeature[K, V], value: Map[K, V]): MedicalSummarizer.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  123. def set[T](feature: SetFeature[T], value: Set[T]): MedicalSummarizer.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  124. def set[T](feature: ArrayFeature[T], value: Array[T]): MedicalSummarizer.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  125. final def set(paramPair: ParamPair[_]): MedicalSummarizer.this.type
    Attributes
    protected
    Definition Classes
    Params
  126. final def set(param: String, value: Any): MedicalSummarizer.this.type
    Attributes
    protected
    Definition Classes
    Params
  127. final def set[T](param: Param[T], value: T): MedicalSummarizer.this.type
    Definition Classes
    Params
  128. def setBatchSize(size: Int): MedicalSummarizer.this.type
    Definition Classes
    HasBatchedAnnotate
  129. def setCaseSensitive(value: Boolean): MedicalSummarizer.this.type
    Definition Classes
    HasCaseSensitiveProperties
  130. def setConfigProtoBytes(bytes: Array[Int]): MedicalSummarizer.this.type

    Definition Classes
    MedicalEncoderDecoder
  131. def setDefault[T](feature: StructFeature[T], value: () ⇒ T): MedicalSummarizer.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  132. def setDefault[K, V](feature: MapFeature[K, V], value: () ⇒ Map[K, V]): MedicalSummarizer.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  133. def setDefault[T](feature: SetFeature[T], value: () ⇒ Set[T]): MedicalSummarizer.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  134. def setDefault[T](feature: ArrayFeature[T], value: () ⇒ Array[T]): MedicalSummarizer.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  135. final def setDefault(paramPairs: ParamPair[_]*): MedicalSummarizer.this.type
    Attributes
    protected
    Definition Classes
    Params
  136. final def setDefault[T](param: Param[T], value: T): MedicalSummarizer.this.type
    Attributes
    protected[org.apache.spark.ml]
    Definition Classes
    Params
  137. def setDoSample(value: Boolean): MedicalSummarizer.this.type

    Definition Classes
    MedicalEncoderDecoder
  138. def setExtraInputCols(value: Array[String]): MedicalSummarizer.this.type
    Definition Classes
    HasInputAnnotationCols
  139. def setIgnoreTokenIds(tokenIds: Array[Int]): MedicalSummarizer.this.type

    Definition Classes
    MedicalEncoderDecoder
  140. final def setInputCols(value: String*): MedicalSummarizer.this.type
    Definition Classes
    HasInputAnnotationCols
  141. def setInputCols(value: Array[String]): MedicalSummarizer.this.type
    Definition Classes
    HasInputAnnotationCols
  142. def setLazyAnnotator(value: Boolean): MedicalSummarizer.this.type
    Definition Classes
    CanBeLazy
  143. def setMaxNewTokens(value: Int): MedicalSummarizer.this.type

    Definition Classes
    MedicalEncoderDecoder
  144. def setMaxTextLength(value: Int): MedicalSummarizer.this.type

    Definition Classes
    MedicalEncoderDecoder
  145. def setMlFrameworkType(value: String): MedicalSummarizer.this.type

    Set ML framework type

    Set ML framework type

    Definition Classes
    MedicalEncoderDecoder
  146. def setModelIfNotSet(spark: SparkSession, encoder: InternalOnnxWrapper, decoder: InternalOnnxWrapper, spp: SentencePieceWrapper): MedicalSummarizer.this.type
    Definition Classes
    MedicalEncoderDecoder
  147. def setModelIfNotSet(spark: SparkSession, tfWrapper: TensorflowWrapper, spp: SentencePieceWrapper, useCache: Boolean): MedicalSummarizer.this.type

    Definition Classes
    MedicalEncoderDecoder
  148. def setNoRepeatNgramSize(value: Int): MedicalSummarizer.this.type

    Definition Classes
    MedicalEncoderDecoder
  149. final def setOutputCol(value: String): MedicalSummarizer.this.type
    Definition Classes
    HasOutputAnnotationCol
  150. def setParent(parent: Estimator[MedicalEncoderDecoder]): MedicalEncoderDecoder
    Definition Classes
    Model
  151. def setRandomSeed(value: Int): MedicalSummarizer.this.type

    Definition Classes
    MedicalEncoderDecoder
  152. def setRefineChunkSize(value: Int): MedicalSummarizer.this.type

    Definition Classes
    MedicalEncoderDecoder
  153. def setRefineMaxAttempts(value: Int): MedicalSummarizer.this.type

    Definition Classes
    MedicalEncoderDecoder
  154. def setRefineSummary(value: Boolean): MedicalSummarizer.this.type
    Definition Classes
    MedicalEncoderDecoder
  155. def setRefineSummaryTargetLength(value: Int): MedicalSummarizer.this.type

    Definition Classes
    MedicalEncoderDecoder
  156. def setSignatures(value: Map[String, String]): MedicalSummarizer.this.type

    Definition Classes
    MedicalEncoderDecoder
  157. def setStopAtEos(value: Boolean): MedicalSummarizer.this.type

    Determines whether text generation stops when the end-of-sentence token is encountered.

    Determines whether text generation stops when the end-of-sentence token is encountered.

    Definition Classes
    MedicalEncoderDecoder
  158. def setTask(value: String): MedicalSummarizer.this.type

    Attributes
    protected
    Definition Classes
    MedicalEncoderDecoder
  159. def setTopK(value: Int): MedicalSummarizer.this.type

    Definition Classes
    MedicalEncoderDecoder
  160. def setUseCache(value: Boolean): MedicalSummarizer.this.type
    Attributes
    protected
    Definition Classes
    MedicalEncoderDecoder
  161. val signatures: MapFeature[String, String]
    Definition Classes
    MedicalEncoderDecoder
  162. val stopAtEos: BooleanParam
    Definition Classes
    MedicalEncoderDecoder
  163. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  164. val task: Param[String]

    Set transformer task, e.g.

    Set transformer task, e.g. "summarize:" (Default: ""). The T5 task needs to be in the format "task:".

    Definition Classes
    MedicalEncoderDecoder
  165. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  166. val topK: IntParam

    The number of highest probability vocabulary tokens to keep for top-k-filtering (Default: 50)

    The number of highest probability vocabulary tokens to keep for top-k-filtering (Default: 50)

    Definition Classes
    MedicalEncoderDecoder
  167. final def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    AnnotatorModel → Transformer
  168. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  169. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  170. final def transformSchema(schema: StructType): StructType
    Definition Classes
    RawAnnotator → PipelineStage
  171. def transformSchema(schema: StructType, logging: Boolean): StructType
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  172. val uid: String
    Definition Classes
    MedicalSummarizerMedicalEncoderDecoder → Identifiable
  173. val useCache: BooleanParam

    Cache internal state of the model to improve performance

    Cache internal state of the model to improve performance

    Definition Classes
    MedicalEncoderDecoder
  174. def validate(schema: StructType): Boolean
    Attributes
    protected
    Definition Classes
    RawAnnotator
  175. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  176. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  177. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  178. def wrapColumnMetadata(col: Column): Column
    Attributes
    protected
    Definition Classes
    RawAnnotator
  179. def write: MLWriter
    Definition Classes
    ParamsAndFeaturesWritable → DefaultParamsWritable → MLWritable
  180. def writeOnnxModel(path: String, spark: SparkSession, onnxWrapper: InternalOnnxWrapper, suffix: String, fileName: String, encrypt: Boolean): Unit
    Definition Classes
    InternalWriteOnnxModel
  181. def writeOnnxModel(path: String, spark: SparkSession, onnxWrapper: InternalOnnxWrapper, suffix: String, fileName: String): Unit
    Definition Classes
    InternalWriteOnnxModel
  182. def writeOnnxModels(path: String, spark: SparkSession, onnxWrappersWithNames: Seq[(InternalOnnxWrapper, String)], suffix: String, encrypt: Boolean = false): Unit
    Definition Classes
    InternalWriteOnnxModel
  183. def writeOnnxModels(path: String, spark: SparkSession, onnxWrappersWithNames: Seq[(InternalOnnxWrapper, String)], suffix: String): Unit
    Definition Classes
    InternalWriteOnnxModel
  184. def writeSentencePieceModel(path: String, spark: SparkSession, spp: SentencePieceWrapper, suffix: String, filename: String): Unit
    Definition Classes
    WriteSentencePieceModel
  185. def writeTensorflowHub(path: String, tfPath: String, spark: SparkSession, suffix: String): Unit
    Definition Classes
    WriteTensorflowModel
  186. def writeTensorflowModel(path: String, spark: SparkSession, tensorflow: TensorflowWrapper, suffix: String, filename: String, configProtoBytes: Option[Array[Byte]]): Unit
    Definition Classes
    WriteTensorflowModel
  187. def writeTensorflowModelV2(path: String, spark: SparkSession, tensorflow: TensorflowWrapper, suffix: String, filename: String, configProtoBytes: Option[Array[Byte]], savedSignatures: Option[Map[String, String]]): Unit
    Definition Classes
    WriteTensorflowModel

Inherited from MedicalEncoderDecoder

Inherited from CheckLicense

Inherited from WriteSentencePieceModel

Inherited from HasEngine

Inherited from InternalWriteOnnxModel

Inherited from WriteTensorflowModel

Inherited from HasBatchedAnnotate[MedicalEncoderDecoder]

Inherited from HasCaseSensitiveProperties

Inherited from AnnotatorModel[MedicalEncoderDecoder]

Inherited from CanBeLazy

Inherited from RawAnnotator[MedicalEncoderDecoder]

Inherited from HasOutputAnnotationCol

Inherited from HasInputAnnotationCols

Inherited from HasOutputAnnotatorType

Inherited from ParamsAndFeaturesWritable

Inherited from HasFeatures

Inherited from DefaultParamsWritable

Inherited from MLWritable

Inherited from Model[MedicalEncoderDecoder]

Inherited from Transformer

Inherited from PipelineStage

Inherited from Logging

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

getParam

param

setParam

Ungrouped