whylogs-container
1.0-SNAPSHOT
whylogs-container
/
ai.whylabs.services.whylogs.core
/
ProfileKey
Profile
Key
data
class
ProfileKey
(
val
orgId
:
String
,
val
datasetId
:
String
,
val
normalizedTags
:
List
<
Pair
<
String
,
String
>
>
,
val
sessionTime
:
Instant
,
val
windowStartTime
:
Instant
)
Content copied to clipboard
Types
Constructors
Properties
Constructors
Profile
Key
Link copied to clipboard
fun
ProfileKey
(
orgId
:
String
,
datasetId
:
String
,
normalizedTags
:
List
<
Pair
<
String
,
String
>
>
,
sessionTime
:
Instant
,
windowStartTime
:
Instant
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Properties
dataset
Id
Link copied to clipboard
val
datasetId
:
String
Content copied to clipboard
normalized
Tags
Link copied to clipboard
val
normalizedTags
:
List
<
Pair
<
String
,
String
>
>
Content copied to clipboard
org
Id
Link copied to clipboard
val
orgId
:
String
Content copied to clipboard
session
Time
Link copied to clipboard
val
sessionTime
:
Instant
Content copied to clipboard
window
Start
Time
Link copied to clipboard
val
windowStartTime
:
Instant
Content copied to clipboard