MetricAttribution

Contains information on a metric attribution. A metric attribution creates reports on the data that you import into Amazon Personalize. Depending on how you import the data, you can view reports in Amazon CloudWatch or Amazon S3. For more information, see Measuring impact of recommendations.

Types

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

Properties

Link copied to clipboard

The metric attribution's creation date time.

Link copied to clipboard

The metric attribution's dataset group Amazon Resource Name (ARN).

Link copied to clipboard

The metric attribution's failure reason.

Link copied to clipboard

The metric attribution's last updated date time.

Link copied to clipboard

The metric attribution's Amazon Resource Name (ARN).

Link copied to clipboard

The metric attribution's output configuration.

Link copied to clipboard
val name: String?

The metric attribution's name.

Link copied to clipboard

The metric attribution's status.

Functions

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