ModelModelType

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

Attributes

Companion
object
Source
ModelModelType.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object ARIMA.type
object ARIMA_PLUS.type
object ARIMA_PLUS_XREG.type
object AUTOENCODER.type
object AUTOML_CLASSIFIER.type
object AUTOML_REGRESSOR.type
object DNN_CLASSIFIER.type
object DNN_REGRESSOR.type
object KMEANS.type
object LINEAR_REGRESSION.type
object LOGISTIC_REGRESSION.type
object MATRIX_FACTORIZATION.type
object ONNX.type
object PCA.type
object TENSORFLOW.type
object TENSORFLOW_LITE.type
object XGBOOST.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

Attributes

Source
ModelModelType.scala