ModelModelType

googleapis.bigquery.ModelModelType
See theModelModelType companion class

Attributes

Companion
class
Source
ModelModelType.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object ARIMA extends ModelModelType

Attributes

Source
ModelModelType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ARIMA.type
case object ARIMA_PLUS extends ModelModelType

Attributes

Source
ModelModelType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ARIMA_PLUS.type
case object ARIMA_PLUS_XREG extends ModelModelType

Attributes

Source
ModelModelType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object AUTOENCODER extends ModelModelType

Attributes

Source
ModelModelType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object AUTOML_CLASSIFIER extends ModelModelType

Attributes

Source
ModelModelType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object AUTOML_REGRESSOR extends ModelModelType

Attributes

Source
ModelModelType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Source
ModelModelType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Source
ModelModelType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object DNN_CLASSIFIER extends ModelModelType

Attributes

Source
ModelModelType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Source
ModelModelType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Source
ModelModelType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object DNN_REGRESSOR extends ModelModelType

Attributes

Source
ModelModelType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object KMEANS extends ModelModelType

Attributes

Source
ModelModelType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
KMEANS.type
case object LINEAR_REGRESSION extends ModelModelType

Attributes

Source
ModelModelType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object LOGISTIC_REGRESSION extends ModelModelType

Attributes

Source
ModelModelType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object MATRIX_FACTORIZATION extends ModelModelType

Attributes

Source
ModelModelType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Source
ModelModelType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object ONNX extends ModelModelType

Attributes

Source
ModelModelType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ONNX.type
case object PCA extends ModelModelType

Attributes

Source
ModelModelType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
PCA.type

Attributes

Source
ModelModelType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Source
ModelModelType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object TENSORFLOW extends ModelModelType

Attributes

Source
ModelModelType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
TENSORFLOW.type
case object TENSORFLOW_LITE extends ModelModelType

Attributes

Source
ModelModelType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object XGBOOST extends ModelModelType

Attributes

Source
ModelModelType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
XGBOOST.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def fromString(input: String): Either[String, ModelModelType]

Attributes

Source
ModelModelType.scala

Concrete fields

val values: List[ModelModelType]

Attributes

Source
ModelModelType.scala

Implicits

Implicits

implicit val decoder: Decoder[ModelModelType]

Attributes

Source
ModelModelType.scala
implicit val encoder: Encoder[ModelModelType]

Attributes

Source
ModelModelType.scala