ProjectS3Destination

data class ProjectS3Destination(val bucketName: String, val prefix: String? = null)

Constructors

Link copied to clipboard
constructor(bucketName: String, prefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the bucket in which Evidently stores evaluation events.

Link copied to clipboard
val prefix: String? = null

The bucket prefix in which Evidently stores evaluation events.