ProjectSummary

A structure that contains configuration information about an Evidently project.

Types

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

Properties

Link copied to clipboard

The number of experiments currently in the project.

Link copied to clipboard

The number of ongoing launches currently in the project.

Link copied to clipboard
val arn: String

The name or ARN of the project.

Link copied to clipboard

The date and time that the project is created.

Link copied to clipboard

The description of the project.

Link copied to clipboard

The number of experiments currently in the project.

Link copied to clipboard

The number of features currently in the project.

Link copied to clipboard

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

Link copied to clipboard

The number of launches currently in the project, including launches that are ongoing, completed, and not started yet.

Link copied to clipboard

The name of the project.

Link copied to clipboard

The current state of the project.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: ProjectSummary.Builder.() -> Unit = {}): ProjectSummary
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