class PIISDK extends TextAnalyticsSDKBase[PIIEntityCollectionSDK]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PIISDK
- TextAnalyticsSDKBase
- BasicLogging
- ComplexParamsWritable
- MLWritable
- HasOptions
- HasBatchSize
- ConcurrencyParams
- HasOutputCol
- TextAnalyticsInputParams
- HasSubscriptionKey
- HasServiceParams
- HasSetLocation
- HasUrlPath
- Wrappable
- RWrappable
- PythonWrappable
- BaseWrappable
- HasURL
- HasErrorCol
- Transformer
- PipelineStage
- Logging
- Params
- Serializable
- Serializable
- Identifiable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
$[T](param: Param[T]): T
- Attributes
- protected
- Definition Classes
- Params
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
batchSize: Param[Int]
- Definition Classes
- HasBatchSize
-
lazy val
classNameHelper: String
- Attributes
- protected
- Definition Classes
- BaseWrappable
-
final
def
clear(param: Param[_]): PIISDK.this.type
- Definition Classes
- Params
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
companionModelClassName: String
- Attributes
- protected
- Definition Classes
- BaseWrappable
-
val
concurrency: Param[Int]
- Definition Classes
- ConcurrencyParams
-
val
concurrentTimeout: Param[Double]
- Definition Classes
- ConcurrencyParams
-
def
copy(extra: ParamMap): Transformer
- Definition Classes
- TextAnalyticsSDKBase → Transformer → PipelineStage → Params
-
def
copyValues[T <: Params](to: T, extra: ParamMap): T
- Attributes
- protected
- Definition Classes
- Params
-
lazy val
copyrightLines: String
- Attributes
- protected
- Definition Classes
- BaseWrappable
-
final
def
defaultCopy[T <: Params](extra: ParamMap): T
- Attributes
- protected
- Definition Classes
- Params
-
val
disableServiceLogs: ServiceParam[Boolean]
- Definition Classes
- HasOptions
-
def
emptyParamData[T](row: Row, p: ServiceParam[T]): Boolean
- Attributes
- protected
- Definition Classes
- HasServiceParams
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
errorCol: Param[String]
- Definition Classes
- HasErrorCol
-
def
explainParam(param: Param[_]): String
- Definition Classes
- Params
-
def
explainParams(): String
- Definition Classes
- Params
-
final
def
extractParamMap(): ParamMap
- Definition Classes
- Params
-
final
def
extractParamMap(extra: ParamMap): ParamMap
- Definition Classes
- Params
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
get[T](param: Param[T]): Option[T]
- Definition Classes
- Params
-
def
getBatchSize: Int
- Definition Classes
- HasBatchSize
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getConcurrency: Int
- Definition Classes
- ConcurrencyParams
-
def
getConcurrentTimeout: Double
- Definition Classes
- ConcurrencyParams
-
final
def
getDefault[T](param: Param[T]): Option[T]
- Definition Classes
- Params
-
def
getDisableServiceLogs: Boolean
- Definition Classes
- HasOptions
-
def
getErrorCol: String
- Definition Classes
- HasErrorCol
-
def
getIncludeStatistics: Boolean
- Definition Classes
- HasOptions
-
def
getModelVersion: String
- Definition Classes
- HasOptions
-
final
def
getOrDefault[T](param: Param[T]): T
- Definition Classes
- Params
-
def
getOutputCol: String
- Definition Classes
- HasOutputCol
-
def
getParam(paramName: String): Param[Any]
- Definition Classes
- Params
-
def
getRequiredParams: Array[ServiceParam[_]]
- Attributes
- protected
- Definition Classes
- HasServiceParams
-
def
getScalarParam[T](name: String): T
- Definition Classes
- HasServiceParams
-
def
getScalarParam[T](p: ServiceParam[T]): T
- Definition Classes
- HasServiceParams
-
def
getSubscriptionKey: String
- Definition Classes
- HasSubscriptionKey
-
def
getSubscriptionKeyCol: String
- Definition Classes
- HasSubscriptionKey
-
def
getTimeout: Double
- Definition Classes
- ConcurrencyParams
-
def
getUrl: String
- Definition Classes
- HasURL
-
def
getUrlParams: Array[ServiceParam[_]]
- Attributes
- protected
- Definition Classes
- HasServiceParams
-
def
getValue[T](row: Row, p: ServiceParam[T]): T
- Attributes
- protected
- Definition Classes
- HasServiceParams
-
def
getValueAny(row: Row, p: ServiceParam[_]): Any
- Attributes
- protected
- Definition Classes
- HasServiceParams
-
def
getValueAnyOpt(row: Row, p: ServiceParam[_]): Option[Any]
- Attributes
- protected
- Definition Classes
- HasServiceParams
-
def
getValueMap(row: Row, excludes: Set[ServiceParam[_]] = Set()): Map[String, Any]
- Attributes
- protected
- Definition Classes
- HasServiceParams
-
def
getValueOpt[T](row: Row, p: ServiceParam[T]): Option[T]
- Attributes
- protected
- Definition Classes
- HasServiceParams
-
def
getVectorParam(name: String): String
- Definition Classes
- HasServiceParams
-
def
getVectorParam(p: ServiceParam[_]): String
- Definition Classes
- HasServiceParams
-
def
getVectorParamMap: Map[String, String]
- Attributes
- protected
- Definition Classes
- HasServiceParams
-
final
def
hasDefault[T](param: Param[T]): Boolean
- Definition Classes
- Params
-
def
hasParam(paramName: String): Boolean
- Definition Classes
- Params
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
includeStatistics: ServiceParam[Boolean]
- Definition Classes
- HasOptions
-
def
initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
- Attributes
- protected
- Definition Classes
- Logging
-
def
initializeLogIfNecessary(isInterpreter: Boolean): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
invokeTextAnalytics(client: TextAnalyticsClient, input: Seq[String], lang: Seq[String], row: Row): Seq[TAResponseSDK[PIIEntityCollectionSDK]]
- Definition Classes
- PIISDK → TextAnalyticsSDKBase
-
final
def
isDefined(param: Param[_]): Boolean
- Definition Classes
- Params
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
isSet(param: Param[_]): Boolean
- Definition Classes
- Params
-
def
isTraceEnabled(): Boolean
- Attributes
- protected
- Definition Classes
- Logging
-
val
language: ServiceParam[Seq[String]]
- Definition Classes
- TextAnalyticsInputParams
-
def
log: Logger
- Attributes
- protected
- Definition Classes
- Logging
-
def
logBase(methodName: String): Unit
- Attributes
- protected
- Definition Classes
- BasicLogging
-
def
logClass(): Unit
- Definition Classes
- BasicLogging
-
def
logDebug(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logDebug(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logError(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logError(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logErrorBase(methodName: String, e: Exception): Unit
- Attributes
- protected
- Definition Classes
- BasicLogging
-
def
logFit[T](f: ⇒ T): T
- Definition Classes
- BasicLogging
-
def
logInfo(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logInfo(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logName: String
- Attributes
- protected
- Definition Classes
- Logging
-
def
logPredict[T](f: ⇒ T): T
- Definition Classes
- BasicLogging
-
def
logTrace(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logTrace(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logTrain[T](f: ⇒ T): T
- Definition Classes
- BasicLogging
-
def
logTransform[T](f: ⇒ T): T
- Definition Classes
- BasicLogging
-
def
logVerb[T](verb: String, f: ⇒ T): T
- Definition Classes
- BasicLogging
-
def
logWarning(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logWarning(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
makePyFile(conf: CodegenConfig): Unit
- Definition Classes
- PythonWrappable
-
def
makeRFile(conf: CodegenConfig): Unit
- Definition Classes
- RWrappable
-
val
modelVersion: ServiceParam[String]
- Definition Classes
- HasOptions
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
outputCol: Param[String]
The name of the output column
The name of the output column
- Definition Classes
- HasOutputCol
-
lazy val
params: Array[Param[_]]
- Definition Classes
- Params
-
def
pyAdditionalMethods: String
- Definition Classes
- HasSetLocation → PythonWrappable
-
lazy val
pyClassDoc: String
- Attributes
- protected
- Definition Classes
- PythonWrappable
-
lazy val
pyClassName: String
- Attributes
- protected
- Definition Classes
- PythonWrappable
-
def
pyExtraEstimatorImports: String
- Attributes
- protected
- Definition Classes
- PythonWrappable
-
def
pyExtraEstimatorMethods: String
- Attributes
- protected
- Definition Classes
- PythonWrappable
-
lazy val
pyInheritedClasses: Seq[String]
- Attributes
- protected
- Definition Classes
- PythonWrappable
-
def
pyInitFunc(): String
- Definition Classes
- PythonWrappable
-
lazy val
pyInternalWrapper: Boolean
- Attributes
- protected
- Definition Classes
- PythonWrappable
-
lazy val
pyObjectBaseClass: String
- Attributes
- protected
- Definition Classes
- PythonWrappable
-
def
pyParamArg[T](p: Param[T]): String
- Attributes
- protected
- Definition Classes
- PythonWrappable
-
def
pyParamDefault[T](p: Param[T]): Option[String]
- Attributes
- protected
- Definition Classes
- PythonWrappable
-
def
pyParamGetter(p: Param[_]): String
- Attributes
- protected
- Definition Classes
- PythonWrappable
-
def
pyParamSetter(p: Param[_]): String
- Attributes
- protected
- Definition Classes
- PythonWrappable
-
def
pyParamsArgs: String
- Attributes
- protected
- Definition Classes
- PythonWrappable
-
def
pyParamsDefaults: String
- Attributes
- protected
- Definition Classes
- PythonWrappable
-
lazy val
pyParamsDefinitions: String
- Attributes
- protected
- Definition Classes
- PythonWrappable
-
def
pyParamsGetters: String
- Attributes
- protected
- Definition Classes
- PythonWrappable
-
def
pyParamsSetters: String
- Attributes
- protected
- Definition Classes
- PythonWrappable
-
def
pythonClass(): String
- Attributes
- protected
- Definition Classes
- PythonWrappable
-
def
rClass(): String
- Attributes
- protected
- Definition Classes
- RWrappable
-
def
rDocString: String
- Attributes
- protected
- Definition Classes
- RWrappable
-
def
rExtraBodyLines: String
- Attributes
- protected
- Definition Classes
- RWrappable
-
def
rExtraInitLines: String
- Attributes
- protected
- Definition Classes
- RWrappable
-
lazy val
rFuncName: String
- Attributes
- protected
- Definition Classes
- RWrappable
-
lazy val
rInternalWrapper: Boolean
- Attributes
- protected
- Definition Classes
- RWrappable
-
def
rParamArg[T](p: Param[T]): String
- Attributes
- protected
- Definition Classes
- RWrappable
-
def
rParamsArgs: String
- Attributes
- protected
- Definition Classes
- RWrappable
-
def
rSetterLines: String
- Attributes
- protected
- Definition Classes
- RWrappable
-
val
responseBinding: PIIResponseSDK.type
- Definition Classes
- PIISDK → TextAnalyticsSDKBase
-
def
save(path: String): Unit
- Definition Classes
- MLWritable
- Annotations
- @Since( "1.6.0" ) @throws( ... )
-
final
def
set(paramPair: ParamPair[_]): PIISDK.this.type
- Attributes
- protected
- Definition Classes
- Params
-
final
def
set(param: String, value: Any): PIISDK.this.type
- Attributes
- protected
- Definition Classes
- Params
-
final
def
set[T](param: Param[T], value: T): PIISDK.this.type
- Definition Classes
- Params
-
def
setBatchSize(value: Int): PIISDK.this.type
- Definition Classes
- HasBatchSize
-
def
setConcurrency(value: Int): PIISDK.this.type
- Definition Classes
- ConcurrencyParams
-
def
setConcurrentTimeout(value: Option[Double]): PIISDK.this.type
- Definition Classes
- ConcurrencyParams
-
def
setConcurrentTimeout(value: Double): PIISDK.this.type
- Definition Classes
- ConcurrencyParams
-
final
def
setDefault(paramPairs: ParamPair[_]*): PIISDK.this.type
- Attributes
- protected
- Definition Classes
- Params
-
final
def
setDefault[T](param: Param[T], value: T): PIISDK.this.type
- Attributes
- protected
- Definition Classes
- Params
-
def
setDisableServiceLogs(v: Boolean): PIISDK.this.type
- Definition Classes
- HasOptions
-
def
setDisableServiceLogsCol(v: String): PIISDK.this.type
- Definition Classes
- HasOptions
-
def
setErrorCol(v: String): PIISDK.this.type
- Definition Classes
- HasErrorCol
-
def
setIncludeStatistics(v: Boolean): PIISDK.this.type
- Definition Classes
- HasOptions
-
def
setIncludeStatisticsCol(v: String): PIISDK.this.type
- Definition Classes
- HasOptions
-
def
setLanguage(v: String): PIISDK.this.type
- Definition Classes
- TextAnalyticsInputParams
-
def
setLanguage(v: Seq[String]): PIISDK.this.type
- Definition Classes
- TextAnalyticsInputParams
-
def
setLanguageCol(v: String): PIISDK.this.type
- Definition Classes
- TextAnalyticsInputParams
-
def
setLocation(v: String): PIISDK.this.type
- Definition Classes
- HasSetLocation
-
def
setModelVersion(v: String): PIISDK.this.type
- Definition Classes
- HasOptions
-
def
setModelVersionCol(v: String): PIISDK.this.type
- Definition Classes
- HasOptions
-
def
setOutputCol(value: String): PIISDK.this.type
- Definition Classes
- HasOutputCol
-
def
setScalarParam[T](name: String, value: T): PIISDK.this.type
- Definition Classes
- HasServiceParams
-
def
setScalarParam[T](p: ServiceParam[T], value: T): PIISDK.this.type
- Definition Classes
- HasServiceParams
-
def
setSubscriptionKey(v: String): PIISDK.this.type
- Definition Classes
- HasSubscriptionKey
-
def
setSubscriptionKeyCol(v: String): PIISDK.this.type
- Definition Classes
- HasSubscriptionKey
-
def
setText(v: String): PIISDK.this.type
- Definition Classes
- TextAnalyticsInputParams
-
def
setText(v: Seq[String]): PIISDK.this.type
- Definition Classes
- TextAnalyticsInputParams
-
def
setTextCol(v: String): PIISDK.this.type
- Definition Classes
- TextAnalyticsInputParams
-
def
setTimeout(value: Double): PIISDK.this.type
- Definition Classes
- ConcurrencyParams
-
def
setUrl(value: String): PIISDK.this.type
- Definition Classes
- HasURL
-
def
setVectorParam(name: String, value: String): PIISDK.this.type
- Definition Classes
- HasServiceParams
-
def
setVectorParam[T](p: ServiceParam[T], value: String): PIISDK.this.type
- Definition Classes
- HasServiceParams
-
def
shouldAutoBatch(schema: StructType): Boolean
- Attributes
- protected
- Definition Classes
- TextAnalyticsSDKBase
-
def
shouldSkip(row: Row): Boolean
- Attributes
- protected
- Definition Classes
- HasServiceParams
-
val
subscriptionKey: ServiceParam[String]
- Definition Classes
- HasSubscriptionKey
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
text: ServiceParam[Seq[String]]
- Definition Classes
- TextAnalyticsInputParams
-
val
timeout: Param[Double]
- Definition Classes
- ConcurrencyParams
-
def
toString(): String
- Definition Classes
- Identifiable → AnyRef → Any
-
def
transform(dataset: Dataset[_]): DataFrame
- Definition Classes
- TextAnalyticsSDKBase → Transformer
-
def
transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
- Definition Classes
- Transformer
- Annotations
- @Since( "2.0.0" )
-
def
transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
- Definition Classes
- Transformer
- Annotations
- @Since( "2.0.0" ) @varargs()
-
def
transformSchema(schema: StructType): StructType
- Definition Classes
- TextAnalyticsSDKBase → PipelineStage
-
def
transformSchema(schema: StructType, logging: Boolean): StructType
- Attributes
- protected
- Definition Classes
- PipelineStage
- Annotations
- @DeveloperApi()
-
def
transformTextRows(toRow: (TAResponseSDK[PIIEntityCollectionSDK]) ⇒ Row)(rows: Iterator[Row]): Iterator[Row]
- Attributes
- protected
- Definition Classes
- TextAnalyticsSDKBase
-
val
uid: String
- Definition Classes
- PIISDK → BasicLogging → Identifiable
-
val
url: Param[String]
- Definition Classes
- HasURL
-
def
urlPath: String
- Definition Classes
- TextAnalyticsSDKBase → HasUrlPath
-
val
ver: String
- Definition Classes
- BasicLogging
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
write: MLWriter
- Definition Classes
- ComplexParamsWritable → MLWritable