WHYLABS_API_ENDPOINT

A URL to use to upload profiles to. Useful for debugging or potentially standing up a WhyLabs compatible endpoint that you can customize. We need to document how to do that. Only applies if configured for uploads to WhyLabs.

Defaults to https://api.whylabsapp.com

Functions

Link copied to clipboard
fun get(): String?
Link copied to clipboard
fun getOrDefault(): String
Link copied to clipboard
fun require(fallback: String = default ?: ""): String
Link copied to clipboard
fun requireIf(condition: Boolean, fallback: String = default ?: ""): String

Properties

Link copied to clipboard
val default: String? = null

The default value.

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int