whylogs-container
1.0-SNAPSHOT
whylogs-container
/
ai.whylabs.services.whylogs.core
/
LogRequest
Log
Request
data
class
LogRequest
(
val
datasetId
:
String
,
val
timestamp
:
Long
?
=
null
,
val
tags
:
Map
<
String
,
String
>
?
,
val
single
:
Map
<
String
,
Any
>
?
,
val
multiple
:
MultiLog
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Log
Request
Link copied to clipboard
fun
LogRequest
(
datasetId
:
String
,
timestamp
:
Long
?
=
null
,
tags
:
Map
<
String
,
String
>
?
,
single
:
Map
<
String
,
Any
>
?
,
multiple
:
MultiLog
?
)
Content copied to clipboard
Properties
dataset
Id
Link copied to clipboard
val
datasetId
:
String
Content copied to clipboard
multiple
Link copied to clipboard
val
multiple
:
MultiLog
?
Content copied to clipboard
single
Link copied to clipboard
val
single
:
Map
<
String
,
Any
>
?
Content copied to clipboard
tags
Link copied to clipboard
val
tags
:
Map
<
String
,
String
>
?
Content copied to clipboard
timestamp
Link copied to clipboard
val
timestamp
:
Long
?
=
null
Content copied to clipboard