FeatureSummary

This structure contains information about one Evidently feature in your account.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The ARN of the feature.

Link copied to clipboard

The date and time that the feature is created.

Link copied to clipboard

The name of the variation that is used as the default variation. The default variation is served to users who are not allocated to any ongoing launches or experiments of this feature.

Link copied to clipboard

An array of structures that define

Link copied to clipboard

If this value is ALL_RULES, the traffic allocation specified by any ongoing launches or experiments is being used. If this is DEFAULT_VARIATION, the default variation is being served to all users.

Link copied to clipboard

The date and time that the feature was most recently updated.

Link copied to clipboard

The name of the feature.

Link copied to clipboard

The name or ARN of the project that contains the feature.

Link copied to clipboard

The current state of the feature.

Link copied to clipboard

The list of tag keys and values associated with this feature.

Functions

Link copied to clipboard
inline fun copy(block: FeatureSummary.Builder.() -> Unit = {}): FeatureSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String