BigQueryLoggerConfig

data class BigQueryLoggerConfig(val projectId: String, val datasetId: String, val enabled: Boolean = true, val location: String = "US", val tableName: String = "agent_events", val credentials: Credentials? = null)

Configuration for the BigQueryAgentAnalyticsPlugin.

Constructors

Link copied to clipboard
constructor(projectId: String, datasetId: String, enabled: Boolean = true, location: String = "US", tableName: String = "agent_events", credentials: Credentials? = null)

Properties

Link copied to clipboard
val credentials: Credentials?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard