TrainingOptionsHparamTuningObjective

googleapis.bigquery.TrainingOptionsHparamTuningObjective
See theTrainingOptionsHparamTuningObjective companion object
sealed abstract class TrainingOptionsHparamTuningObjective(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
TrainingOptionsHparamTuningObjective.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object ACCURACY.type
object AVERAGE_RANK.type
object DAVIES_BOULDIN_INDEX.type
object EXPLAINED_VARIANCE.type
object F1_SCORE.type
object LOG_LOSS.type
object MEAN_ABSOLUTE_ERROR.type
object MEAN_SQUARED_ERROR.type
object MEDIAN_ABSOLUTE_ERROR.type
object PRECISION.type
object RECALL.type
object ROC_AUC.type
object R_SQUARED.type
Show all

Members list

Value members

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product

Concrete fields

val value: String