IDentity-SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
IDentity-SDK
IDentity-SDK
/
com.idmission.sdk2.client.model
/
TrainingModelDataRQ
Training
Model
Data
RQ
@
Serializable
(
)
public
final
class
TrainingModelDataRQ
Parameters
unique
Key
Id
model
Types
Members
Constructors
Training
Model
Data
RQ
Link copied to clipboard
public
TrainingModelDataRQ
TrainingModelDataRQ
(
String
uniqueKeyId
,
List
<
ModelTypes
>
modelTypes
)
Properties
model
Types
Link copied to clipboard
private
final
List
<
ModelTypes
>
modelTypes
unique
Key
Id
Link copied to clipboard
private
final
String
uniqueKeyId
Functions
get
Model
Types
Link copied to clipboard
public
final
List
<
ModelTypes
>
getModelTypes
(
)
get
Unique
Key
Id
Link copied to clipboard
public
final
String
getUniqueKeyId
(
)