ProjectDataDeliveryS3Destination

data class ProjectDataDeliveryS3Destination(val bucket: String? = null, val prefix: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bucket: String? = null

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.