AutoParameter

The name and an example value of the hyperparameter that you want to use in Autotune. If Automatic model tuning (AMT) determines that your hyperparameter is eligible for Autotune, an optimal hyperparameter range is selected for you.

Types

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

Properties

Link copied to clipboard
val name: String?

The name of the hyperparameter to optimize using Autotune.

Link copied to clipboard

An example value of the hyperparameter to optimize using Autotune.

Functions

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