HpoObjective

The metric to optimize during hyperparameter optimization (HPO).

Amazon Personalize doesn't support configuring the hpoObjective at this time.

Types

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

Properties

Link copied to clipboard

The name of the metric.

Link copied to clipboard

A regular expression for finding the metric in the training job logs.

Link copied to clipboard
val type: String?

The type of the metric. Valid values are Maximize and Minimize.

Functions

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