com
.
johnsnowlabs
.
storage
HasStorageRef
Related Docs:
object HasStorageRef
|
package storage
trait
HasStorageRef
extends
ParamsAndFeaturesWritable
Linear Supertypes
ParamsAndFeaturesWritable
,
HasFeatures
,
Params
,
Serializable
,
Serializable
,
Identifiable
,
DefaultParamsWritable
,
MLWritable
,
AnyRef
,
Any
Known Subclasses
AlbertEmbeddings
,
BertEmbeddings
,
BertSentenceEmbeddings
,
BigTextMatcher
,
BigTextMatcherModel
,
ClassifierDLModel
,
DistilBertEmbeddings
,
Doc2VecApproach
,
Doc2VecModel
,
ElmoEmbeddings
,
EntityRulerApproach
,
EntityRulerModel
,
HasStorage
,
HasStorageModel
,
HasStorageReader
,
LongformerEmbeddings
,
MultiClassifierDLModel
,
NerCrfModel
,
NerDLModel
,
RoBertaEmbeddings
,
RoBertaSentenceEmbeddings
,
SentenceDetectorDLModel
,
SentenceEmbeddings
,
SentimentDLModel
,
UniversalSentenceEncoder
,
Word2VecApproach
,
Word2VecModel
,
WordEmbeddings
,
WordEmbeddingsModel
,
XlmRoBertaEmbeddings
,
XlmRoBertaSentenceEmbeddings
,
XlnetEmbeddings
Ordering
Grouped
Alphabetic
By Inheritance
Inherited
HasStorageRef
ParamsAndFeaturesWritable
HasFeatures
Params
Serializable
Serializable
Identifiable
DefaultParamsWritable
MLWritable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
copy
(
extra:
ParamMap
)
:
Params
Definition Classes
Params
abstract
val
uid
:
String
Definition Classes
Identifiable
Concrete 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
def
$$
[
T
]
(
feature:
StructFeature
[
T
]
)
:
T
Attributes
protected
Definition Classes
HasFeatures
def
$$
[
K
,
V
]
(
feature:
MapFeature
[
K
,
V
]
)
:
Map
[
K
,
V
]
Attributes
protected
Definition Classes
HasFeatures
def
$$
[
T
]
(
feature:
SetFeature
[
T
]
)
:
Set
[
T
]
Attributes
protected
Definition Classes
HasFeatures
def
$$
[
T
]
(
feature:
ArrayFeature
[
T
]
)
:
Array
[
T
]
Attributes
protected
Definition Classes
HasFeatures
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
final
def
clear
(
param:
Param
[_]
)
:
HasStorageRef
.this.type
Definition Classes
Params
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
copyValues
[
T <:
Params
]
(
to:
T
,
extra:
ParamMap
)
:
T
Attributes
protected
Definition Classes
Params
def
createDatabaseConnection
(
database:
Name
)
:
RocksDBConnection
final
def
defaultCopy
[
T <:
Params
]
(
extra:
ParamMap
)
:
T
Attributes
protected
Definition Classes
Params
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
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
val
features
:
ArrayBuffer
[
Feature
[_, _, _]]
Definition Classes
HasFeatures
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
get
[
T
]
(
feature:
StructFeature
[
T
]
)
:
Option
[
T
]
Attributes
protected
Definition Classes
HasFeatures
def
get
[
K
,
V
]
(
feature:
MapFeature
[
K
,
V
]
)
:
Option
[
Map
[
K
,
V
]]
Attributes
protected
Definition Classes
HasFeatures
def
get
[
T
]
(
feature:
SetFeature
[
T
]
)
:
Option
[
Set
[
T
]]
Attributes
protected
Definition Classes
HasFeatures
def
get
[
T
]
(
feature:
ArrayFeature
[
T
]
)
:
Option
[
Array
[
T
]]
Attributes
protected
Definition Classes
HasFeatures
final
def
get
[
T
]
(
param:
Param
[
T
]
)
:
Option
[
T
]
Definition Classes
Params
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
getDefault
[
T
]
(
param:
Param
[
T
]
)
:
Option
[
T
]
Definition Classes
Params
final
def
getOrDefault
[
T
]
(
param:
Param
[
T
]
)
:
T
Definition Classes
Params
def
getParam
(
paramName:
String
)
:
Param
[
Any
]
Definition Classes
Params
def
getStorageRef
:
String
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
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
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
onWrite
(
path:
String
,
spark:
SparkSession
)
:
Unit
Attributes
protected
Definition Classes
ParamsAndFeaturesWritable
lazy val
params
:
Array
[
Param
[_]]
Definition Classes
Params
def
save
(
path:
String
)
:
Unit
Definition Classes
MLWritable
Annotations
@Since
(
"1.6.0"
)
@throws
(
...
)
def
set
[
T
]
(
feature:
StructFeature
[
T
]
,
value:
T
)
:
HasStorageRef
.this.type
Attributes
protected
Definition Classes
HasFeatures
def
set
[
K
,
V
]
(
feature:
MapFeature
[
K
,
V
]
,
value:
Map
[
K
,
V
]
)
:
HasStorageRef
.this.type
Attributes
protected
Definition Classes
HasFeatures
def
set
[
T
]
(
feature:
SetFeature
[
T
]
,
value:
Set
[
T
]
)
:
HasStorageRef
.this.type
Attributes
protected
Definition Classes
HasFeatures
def
set
[
T
]
(
feature:
ArrayFeature
[
T
]
,
value:
Array
[
T
]
)
:
HasStorageRef
.this.type
Attributes
protected
Definition Classes
HasFeatures
final
def
set
(
paramPair:
ParamPair
[_]
)
:
HasStorageRef
.this.type
Attributes
protected
Definition Classes
Params
final
def
set
(
param:
String
,
value:
Any
)
:
HasStorageRef
.this.type
Attributes
protected
Definition Classes
Params
final
def
set
[
T
]
(
param:
Param
[
T
]
,
value:
T
)
:
HasStorageRef
.this.type
Definition Classes
Params
def
setDefault
[
T
]
(
feature:
StructFeature
[
T
]
,
value: () ⇒
T
)
:
HasStorageRef
.this.type
Attributes
protected
Definition Classes
HasFeatures
def
setDefault
[
K
,
V
]
(
feature:
MapFeature
[
K
,
V
]
,
value: () ⇒
Map
[
K
,
V
]
)
:
HasStorageRef
.this.type
Attributes
protected
Definition Classes
HasFeatures
def
setDefault
[
T
]
(
feature:
SetFeature
[
T
]
,
value: () ⇒
Set
[
T
]
)
:
HasStorageRef
.this.type
Attributes
protected
Definition Classes
HasFeatures
def
setDefault
[
T
]
(
feature:
ArrayFeature
[
T
]
,
value: () ⇒
Array
[
T
]
)
:
HasStorageRef
.this.type
Attributes
protected
Definition Classes
HasFeatures
final
def
setDefault
(
paramPairs:
ParamPair
[_]*
)
:
HasStorageRef
.this.type
Attributes
protected
Definition Classes
Params
final
def
setDefault
[
T
]
(
param:
Param
[
T
]
,
value:
T
)
:
HasStorageRef
.this.type
Attributes
protected
Definition Classes
Params
def
setStorageRef
(
value:
String
)
:
HasStorageRef
.this.type
val
storageRef
:
Param
[
String
]
Unique identifier for storage (Default:
this.uid
)
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
Identifiable → AnyRef → Any
def
validateStorageRef
(
dataset:
Dataset
[_]
,
inputCols:
Array
[
String
]
,
annotatorType:
String
)
:
Unit
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
(
...
)
def
write
:
MLWriter
Definition Classes
ParamsAndFeaturesWritable
→ DefaultParamsWritable → MLWritable
Inherited from
ParamsAndFeaturesWritable
Inherited from
HasFeatures
Inherited from
Params
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Identifiable
Inherited from
DefaultParamsWritable
Inherited from
MLWritable
Inherited from
AnyRef
Inherited from
Any
param
Ungrouped