whylogs-container
1.0-SNAPSHOT
whylogs-container
/
ai.whylabs.services.whylogs.core.writer
/
Writer
Writer
interface
Writer
Content copied to clipboard
Types
Functions
Inheritors
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
get
Tag
String
Link copied to clipboard
open
fun
getTagString
(
tags
:
List
<
SegmentTag
>
)
:
String
Content copied to clipboard
parse
Tags
Link copied to clipboard
open
fun
parseTags
(
profile
:
DatasetProfile
,
removePrefixes
:
Boolean
=
true
)
:
List
<
SegmentTag
>
Content copied to clipboard
Get just the user tags that we prefix, without the prefix.
write
Link copied to clipboard
abstract
suspend
fun
write
(
profile
:
DatasetProfile
,
orgId
:
String
,
datasetId
:
String
)
:
WriteResult
Content copied to clipboard
Inheritors
DebugFileSystemWriter
Link copied to clipboard
S3Writer
Link copied to clipboard
WhyLabsWriter
Link copied to clipboard