HparamTuningTrial

googleapis.bigquery.HparamTuningTrial
See theHparamTuningTrial companion object
final case class HparamTuningTrial(trainingLoss: Option[Double], hparams: Option[TrainingOptions], errorMessage: Option[String], endTimeMs: Option[Long], startTimeMs: Option[Long], trialId: Option[Long], hparamTuningEvaluationMetrics: Option[EvaluationMetrics], status: Option[HparamTuningTrialStatus], evaluationMetrics: Option[EvaluationMetrics], evalLoss: Option[Double])

Attributes

Companion
object
Source
HparamTuningTrial.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product