whylogs-container
1.0-SNAPSHOT
whylogs-container
/
ai.whylabs.services.whylogs.core.config
/
EnvVarNames
/
PORT
PORT
PORT
Content copied to clipboard
Port to use for the REST service.
Defaults to
8080
Functions
Properties
Functions
get
Link copied to clipboard
fun
get
(
)
:
String
?
Content copied to clipboard
get
Or
Default
Link copied to clipboard
fun
getOrDefault
(
)
:
String
Content copied to clipboard
require
Link copied to clipboard
fun
require
(
fallback
:
String
=
default ?: ""
)
:
String
Content copied to clipboard
require
If
Link copied to clipboard
fun
requireIf
(
condition
:
Boolean
,
fallback
:
String
=
default ?: ""
)
:
String
Content copied to clipboard
Properties
default
Link copied to clipboard
val
default
:
String
?
=
null
Content copied to clipboard
The default value.
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard