KSLCore
Toggle table of contents
R1.2.1
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.simopt.evaluator
/
ResponseData
Response
Data
@
Serializable
data
class
ResponseData
(
val
modelIdentifier
:
String
,
val
responses
:
Map
<
String
,
EstimatedResponse
>
)
Members
Constructors
Response
Data
Link copied to clipboard
constructor
(
modelIdentifier
:
String
,
responses
:
Map
<
String
,
EstimatedResponse
>
)
Properties
model
Identifier
Link copied to clipboard
val
modelIdentifier
:
String
responses
Link copied to clipboard
val
responses
:
Map
<
String
,
EstimatedResponse
>
Functions
to
Response
Map
Link copied to clipboard
fun
toResponseMap
(
)
:
ResponseMap