googleapis.bigquery
package googleapis.bigquery
Members list
Type members
Classlikes
final case class AggregateClassificationMetrics(precision: Option[Double], rocAuc: Option[Double], logLoss: Option[Double], f1Score: Option[Double], accuracy: Option[Double], threshold: Option[Double], recall: Option[Double])
Attributes
- Companion
- object
- Source
- AggregateClassificationMetrics.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- AggregateClassificationMetrics.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class AggregationThresholdPolicy(privacyUnitColumns: Option[List[String]], threshold: Option[Long])
Attributes
- Companion
- object
- Source
- AggregationThresholdPolicy.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object AggregationThresholdPolicy
Attributes
- Companion
- class
- Source
- AggregationThresholdPolicy.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class Argument(name: Option[String], isAggregate: Option[Boolean], mode: Option[ArgumentMode], dataType: Option[StandardSqlDataType], argumentKind: Option[ArgumentArgumentKind])
Attributes
- Companion
- object
- Source
- Argument.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Argument
Attributes
- Companion
- class
- Source
- Argument.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Argument.type
sealed abstract class ArgumentArgumentKind(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- ArgumentArgumentKind.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
object ArgumentArgumentKind
Attributes
- Companion
- class
- Source
- ArgumentArgumentKind.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ArgumentArgumentKind.type
sealed abstract class ArgumentMode(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- ArgumentMode.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
object ArgumentMode
Attributes
- Companion
- class
- Source
- ArgumentMode.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ArgumentMode.type
final case class ArimaCoefficients(autoRegressiveCoefficients: Option[List[Double]], interceptCoefficient: Option[Double], movingAverageCoefficients: Option[List[Double]])
Attributes
- Companion
- object
- Source
- ArimaCoefficients.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ArimaCoefficients
Attributes
- Companion
- class
- Source
- ArimaCoefficients.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ArimaCoefficients.type
final case class ArimaFittingMetrics(aic: Option[Double], logLikelihood: Option[Double], variance: Option[Double])
Attributes
- Companion
- object
- Source
- ArimaFittingMetrics.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ArimaFittingMetrics
Attributes
- Companion
- class
- Source
- ArimaFittingMetrics.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ArimaFittingMetrics.type
final case class ArimaForecastingMetrics(hasDrift: Option[List[Boolean]], seasonalPeriods: Option[List[ArimaForecastingMetricsSeasonalPeriod]], nonSeasonalOrder: Option[List[ArimaOrder]], arimaFittingMetrics: Option[List[ArimaFittingMetrics]], arimaSingleModelForecastingMetrics: Option[List[ArimaSingleModelForecastingMetrics]], timeSeriesId: Option[List[String]])
Attributes
- Companion
- object
- Source
- ArimaForecastingMetrics.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ArimaForecastingMetrics
Attributes
- Companion
- class
- Source
- ArimaForecastingMetrics.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
sealed abstract class ArimaForecastingMetricsSeasonalPeriod(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- ArimaForecastingMetricsSeasonalPeriod.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object DAILY.typeobject MONTHLY.typeobject NO_SEASONALITY.typeobject QUARTERLY.typeobject SEASONAL_PERIOD_TYPE_UNSPECIFIED.typeobject WEEKLY.typeobject YEARLY.typeShow all
Attributes
- Companion
- class
- Source
- ArimaForecastingMetricsSeasonalPeriod.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class ArimaModelInfo(hasDrift: Option[Boolean], seasonalPeriods: Option[List[ArimaModelInfoSeasonalPeriod]], nonSeasonalOrder: Option[ArimaOrder], arimaFittingMetrics: Option[ArimaFittingMetrics], hasSpikesAndDips: Option[Boolean], arimaCoefficients: Option[ArimaCoefficients], timeSeriesIds: Option[List[String]], hasStepChanges: Option[Boolean], hasHolidayEffect: Option[Boolean], timeSeriesId: Option[String])
Attributes
- Companion
- object
- Source
- ArimaModelInfo.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ArimaModelInfo
Attributes
- Companion
- class
- Source
- ArimaModelInfo.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ArimaModelInfo.type
sealed abstract class ArimaModelInfoSeasonalPeriod(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- ArimaModelInfoSeasonalPeriod.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object DAILY.typeobject MONTHLY.typeobject NO_SEASONALITY.typeobject QUARTERLY.typeobject SEASONAL_PERIOD_TYPE_UNSPECIFIED.typeobject WEEKLY.typeobject YEARLY.typeShow all
object ArimaModelInfoSeasonalPeriod
Attributes
- Companion
- class
- Source
- ArimaModelInfoSeasonalPeriod.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Source
- ArimaOrder.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ArimaOrder
Attributes
- Companion
- class
- Source
- ArimaOrder.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ArimaOrder.type
final case class ArimaResult(arimaModelInfo: Option[List[ArimaModelInfo]], seasonalPeriods: Option[List[ArimaResultSeasonalPeriod]])
Attributes
- Companion
- object
- Source
- ArimaResult.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ArimaResult
Attributes
- Companion
- class
- Source
- ArimaResult.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ArimaResult.type
sealed abstract class ArimaResultSeasonalPeriod(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- ArimaResultSeasonalPeriod.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object DAILY.typeobject MONTHLY.typeobject NO_SEASONALITY.typeobject QUARTERLY.typeobject SEASONAL_PERIOD_TYPE_UNSPECIFIED.typeobject WEEKLY.typeobject YEARLY.typeShow all
object ArimaResultSeasonalPeriod
Attributes
- Companion
- class
- Source
- ArimaResultSeasonalPeriod.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class ArimaSingleModelForecastingMetrics(hasDrift: Option[Boolean], seasonalPeriods: Option[List[ArimaSingleModelForecastingMetricsSeasonalPeriod]], nonSeasonalOrder: Option[ArimaOrder], arimaFittingMetrics: Option[ArimaFittingMetrics], hasSpikesAndDips: Option[Boolean], timeSeriesIds: Option[List[String]], hasStepChanges: Option[Boolean], hasHolidayEffect: Option[Boolean], timeSeriesId: Option[String])
Attributes
- Companion
- object
- Source
- ArimaSingleModelForecastingMetrics.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- ArimaSingleModelForecastingMetrics.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
sealed abstract class ArimaSingleModelForecastingMetricsSeasonalPeriod(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- ArimaSingleModelForecastingMetricsSeasonalPeriod.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object DAILY.typeobject MONTHLY.typeobject NO_SEASONALITY.typeobject QUARTERLY.typeobject SEASONAL_PERIOD_TYPE_UNSPECIFIED.typeobject WEEKLY.typeobject YEARLY.typeShow all
Attributes
- Companion
- class
- Source
- ArimaSingleModelForecastingMetricsSeasonalPeriod.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class AuditConfig(auditLogConfigs: Option[List[AuditLogConfig]], service: Option[String])
Attributes
- Companion
- object
- Source
- AuditConfig.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object AuditConfig
Attributes
- Companion
- class
- Source
- AuditConfig.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
AuditConfig.type
final case class AuditLogConfig(exemptedMembers: Option[List[String]], logType: Option[AuditLogConfigLogType])
Attributes
- Companion
- object
- Source
- AuditLogConfig.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object AuditLogConfig
Attributes
- Companion
- class
- Source
- AuditLogConfig.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
AuditLogConfig.type
sealed abstract class AuditLogConfigLogType(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- AuditLogConfigLogType.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object ADMIN_READ.typeobject DATA_READ.typeobject DATA_WRITE.typeobject LOG_TYPE_UNSPECIFIED.type
object AuditLogConfigLogType
Attributes
- Companion
- class
- Source
- AuditLogConfigLogType.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Source
- AvroOptions.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object AvroOptions
Attributes
- Companion
- class
- Source
- AvroOptions.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
AvroOptions.type
Attributes
- Companion
- object
- Source
- BiEngineReason.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object BiEngineReason
Attributes
- Companion
- class
- Source
- BiEngineReason.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
BiEngineReason.type
final case class BiEngineStatistics(accelerationMode: Option[String], biEngineMode: Option[String], biEngineReasons: Option[List[BiEngineReason]])
Attributes
- Companion
- object
- Source
- BiEngineStatistics.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object BiEngineStatistics
Attributes
- Companion
- class
- Source
- BiEngineStatistics.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
BiEngineStatistics.type
final case class BigLakeConfiguration(connectionId: String, fileFormat: String, storageUri: String, tableFormat: String)
Attributes
- Companion
- object
- Source
- BigLakeConfiguration.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object BigLakeConfiguration
Attributes
- Companion
- class
- Source
- BigLakeConfiguration.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
BigLakeConfiguration.type
final case class BigQueryModelTraining(currentIteration: Option[Int], expectedTotalIterations: Option[Long])
Attributes
- Companion
- object
- Source
- BigQueryModelTraining.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object BigQueryModelTraining
Attributes
- Companion
- class
- Source
- BigQueryModelTraining.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class BigtableColumn(qualifierEncoded: ByteVector, onlyReadLatest: Option[Boolean], encoding: Option[String], fieldName: Option[String], `type`: Option[String], qualifierString: Option[String])
Attributes
- Companion
- object
- Source
- BigtableColumn.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object BigtableColumn
Attributes
- Companion
- class
- Source
- BigtableColumn.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
BigtableColumn.type
final case class BigtableColumnFamily(onlyReadLatest: Option[Boolean], encoding: Option[String], columns: Option[List[BigtableColumn]], familyId: Option[String], `type`: Option[String])
Attributes
- Companion
- object
- Source
- BigtableColumnFamily.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object BigtableColumnFamily
Attributes
- Companion
- class
- Source
- BigtableColumnFamily.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
BigtableColumnFamily.type
final case class BigtableOptions(columnFamilies: Option[List[BigtableColumnFamily]], ignoreUnspecifiedColumnFamilies: Option[Boolean], readRowkeyAsString: Option[Boolean])
Attributes
- Companion
- object
- Source
- BigtableOptions.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object BigtableOptions
Attributes
- Companion
- class
- Source
- BigtableOptions.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
BigtableOptions.type
final case class BinaryClassificationMetrics(aggregateClassificationMetrics: Option[AggregateClassificationMetrics], binaryConfusionMatrixList: Option[List[BinaryConfusionMatrix]], negativeLabel: Option[String], positiveLabel: Option[String])
Attributes
- Companion
- object
- Source
- BinaryClassificationMetrics.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object BinaryClassificationMetrics
Attributes
- Companion
- class
- Source
- BinaryClassificationMetrics.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class BinaryConfusionMatrix(trueNegatives: Option[Long], precision: Option[Double], f1Score: Option[Double], positiveClassThreshold: Option[Double], accuracy: Option[Double], falsePositives: Option[Long], falseNegatives: Option[Long], truePositives: Option[Long], recall: Option[Double])
Attributes
- Companion
- object
- Source
- BinaryConfusionMatrix.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object BinaryConfusionMatrix
Attributes
- Companion
- class
- Source
- BinaryConfusionMatrix.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Source
- Binding.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Binding
Attributes
- Companion
- class
- Source
- Binding.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Binding.type
final case class BqmlIterationResult(trainingLoss: Option[Double], learnRate: Option[Double], durationMs: Option[FiniteDuration], index: Option[Int], evalLoss: Option[Double])
Attributes
- Companion
- object
- Source
- BqmlIterationResult.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object BqmlIterationResult
Attributes
- Companion
- class
- Source
- BqmlIterationResult.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
BqmlIterationResult.type
final case class BqmlTrainingRun(iterationResults: Option[List[BqmlIterationResult]], startTime: Option[String], state: Option[String], trainingOptions: Option[BqmlTrainingRunTrainingOptions])
Attributes
- Companion
- object
- Source
- BqmlTrainingRun.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object BqmlTrainingRun
Attributes
- Companion
- class
- Source
- BqmlTrainingRun.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
BqmlTrainingRun.type
final case class BqmlTrainingRunTrainingOptions(l1Reg: Option[Double], warmStart: Option[Boolean], maxIteration: Option[Long], learnRateStrategy: Option[String], learnRate: Option[Double], earlyStop: Option[Boolean], l2Reg: Option[Double], minRelProgress: Option[Double], lineSearchInitLearnRate: Option[Double])
Attributes
- Companion
- object
- Source
- BqmlTrainingRunTrainingOptions.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- BqmlTrainingRunTrainingOptions.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Source
- CategoricalValue.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object CategoricalValue
Attributes
- Companion
- class
- Source
- CategoricalValue.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CategoricalValue.type
Attributes
- Companion
- object
- Source
- CategoryCount.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object CategoryCount
Attributes
- Companion
- class
- Source
- CategoryCount.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CategoryCount.type
Attributes
- Companion
- object
- Source
- CloneDefinition.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object CloneDefinition
Attributes
- Companion
- class
- Source
- CloneDefinition.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CloneDefinition.type
final case class Cluster(centroidId: Option[Long], count: Option[Long], featureValues: Option[List[FeatureValue]])
Attributes
- Companion
- object
- Source
- Cluster.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Cluster
Attributes
- Companion
- class
- Source
- Cluster.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Cluster.type
final case class ClusterInfo(centroidId: Option[Long], clusterRadius: Option[Double], clusterSize: Option[Long])
Attributes
- Companion
- object
- Source
- ClusterInfo.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ClusterInfo
Attributes
- Companion
- class
- Source
- ClusterInfo.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ClusterInfo.type
Attributes
- Companion
- object
- Source
- Clustering.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Clustering
Attributes
- Companion
- class
- Source
- Clustering.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Clustering.type
final case class ClusteringMetrics(clusters: Option[List[Cluster]], daviesBouldinIndex: Option[Double], meanSquaredDistance: Option[Double])
Attributes
- Companion
- object
- Source
- ClusteringMetrics.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ClusteringMetrics
Attributes
- Companion
- class
- Source
- ClusteringMetrics.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ClusteringMetrics.type
Attributes
- Companion
- object
- Source
- ConfusionMatrix.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ConfusionMatrix
Attributes
- Companion
- class
- Source
- ConfusionMatrix.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ConfusionMatrix.type
Attributes
- Companion
- object
- Source
- ConnectionProperty.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ConnectionProperty
Attributes
- Companion
- class
- Source
- ConnectionProperty.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ConnectionProperty.type
final case class CsvOptions(preserveAsciiControlCharacters: Option[Boolean], fieldDelimiter: Option[String], skipLeadingRows: Option[Long], encoding: Option[String], allowJaggedRows: Option[Boolean], quote: Option[String], allowQuotedNewlines: Option[Boolean], nullMarker: Option[String])
Attributes
- Companion
- object
- Source
- CsvOptions.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object CsvOptions
Attributes
- Companion
- class
- Source
- CsvOptions.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CsvOptions.type
Attributes
- Companion
- object
- Source
- DataMaskingStatistics.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object DataMaskingStatistics
Attributes
- Companion
- class
- Source
- DataMaskingStatistics.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class DataSplitResult(evaluationTable: Option[TableReference], testTable: Option[TableReference], trainingTable: Option[TableReference])
Attributes
- Companion
- object
- Source
- DataSplitResult.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object DataSplitResult
Attributes
- Companion
- class
- Source
- DataSplitResult.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
DataSplitResult.type
final case class Dataset(etag: Option[String], lastModifiedTime: Option[FiniteDuration], datasetReference: DatasetReference, location: Option[String], defaultEncryptionConfiguration: Option[EncryptionConfiguration], satisfiesPzs: Option[Boolean], storageBillingModel: Option[String], description: Option[String], tags: Option[List[DatasetTag]], friendlyName: Option[String], defaultPartitionExpirationMs: Option[FiniteDuration], selfLink: Option[String], maxTimeTravelHours: Option[Long], defaultTableExpirationMs: Option[FiniteDuration], id: Option[String], labels: Option[Map[String, String]], defaultRoundingMode: Option[String], externalDatasetReference: Option[ExternalDatasetReference], defaultCollation: Option[String], kind: Option[String], isCaseInsensitive: Option[Boolean], creationTime: Option[FiniteDuration], access: Option[List[DatasetAccess]])
Attributes
- Companion
- object
- Source
- Dataset.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Dataset
Attributes
- Companion
- class
- Source
- Dataset.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Dataset.type
final case class DatasetAccess(routine: Option[RoutineReference], role: String, specialGroup: Option[String], domain: Option[String], userByEmail: Option[String], dataset: Option[DatasetAccessEntry], groupByEmail: Option[String], iamMember: Option[String], view: Option[TableReference])
Attributes
- Companion
- object
- Source
- DatasetAccess.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object DatasetAccess
Attributes
- Companion
- class
- Source
- DatasetAccess.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
DatasetAccess.type
final case class DatasetAccessEntry(dataset: DatasetReference, targetTypes: Option[List[DatasetAccessEntryTargetType]])
Attributes
- Companion
- object
- Source
- DatasetAccessEntry.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object DatasetAccessEntry
Attributes
- Companion
- class
- Source
- DatasetAccessEntry.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
DatasetAccessEntry.type
sealed abstract class DatasetAccessEntryTargetType(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- DatasetAccessEntryTargetType.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
object DatasetAccessEntryTargetType
Attributes
- Companion
- class
- Source
- DatasetAccessEntryTargetType.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class DatasetList(datasets: Option[List[DatasetListDataset]], etag: Option[String], kind: Option[String], nextPageToken: Option[String])
Attributes
- Companion
- object
- Source
- DatasetList.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object DatasetList
Attributes
- Companion
- class
- Source
- DatasetList.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
DatasetList.type
final case class DatasetListDataset(datasetReference: Option[DatasetReference], location: Option[String], friendlyName: Option[String], id: Option[String], labels: Option[Map[String, String]], kind: Option[String])
Attributes
- Companion
- object
- Source
- DatasetListDataset.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object DatasetListDataset
Attributes
- Companion
- class
- Source
- DatasetListDataset.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
DatasetListDataset.type
Attributes
- Companion
- object
- Source
- DatasetReference.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object DatasetReference
Attributes
- Companion
- class
- Source
- DatasetReference.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
DatasetReference.type
Attributes
- Companion
- object
- Source
- DatasetTag.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object DatasetTag
Attributes
- Companion
- class
- Source
- DatasetTag.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
DatasetTag.type
Attributes
- Source
- DatasetsClient.scala
- Supertypes
-
class Objecttrait Matchableclass Any
final case class DestinationTableProperties(description: Option[String], expirationTime: Option[String], friendlyName: Option[String], labels: Option[Map[String, String]])
Attributes
- Companion
- object
- Source
- DestinationTableProperties.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object DestinationTableProperties
Attributes
- Companion
- class
- Source
- DestinationTableProperties.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Source
- DimensionalityReductionMetrics.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- DimensionalityReductionMetrics.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class DmlStatistics(deletedRowCount: Option[Long], insertedRowCount: Option[Long], updatedRowCount: Option[Long])
Attributes
- Companion
- object
- Source
- DmlStatistics.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object DmlStatistics
Attributes
- Companion
- class
- Source
- DmlStatistics.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
DmlStatistics.type
Attributes
- Companion
- object
- Source
- DoubleCandidates.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object DoubleCandidates
Attributes
- Companion
- class
- Source
- DoubleCandidates.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
DoubleCandidates.type
final case class DoubleHparamSearchSpace(candidates: Option[DoubleCandidates], range: Option[DoubleRange])
Attributes
- Companion
- object
- Source
- DoubleHparamSearchSpace.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object DoubleHparamSearchSpace
Attributes
- Companion
- class
- Source
- DoubleHparamSearchSpace.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Source
- DoubleRange.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object DoubleRange
Attributes
- Companion
- class
- Source
- DoubleRange.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
DoubleRange.type
Attributes
- Companion
- object
- Source
- EncryptionConfiguration.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object EncryptionConfiguration
Attributes
- Companion
- class
- Source
- EncryptionConfiguration.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Source
- Entry.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Entry
Attributes
- Companion
- class
- Source
- Entry.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Entry.type
final case class ErrorProto(debugInfo: Option[String], location: Option[String], message: Option[String], reason: Option[String])
Attributes
- Companion
- object
- Source
- ErrorProto.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ErrorProto
Attributes
- Companion
- class
- Source
- ErrorProto.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ErrorProto.type
final case class EvaluationMetrics(arimaForecastingMetrics: Option[ArimaForecastingMetrics], rankingMetrics: Option[RankingMetrics], multiClassClassificationMetrics: Option[MultiClassClassificationMetrics], binaryClassificationMetrics: Option[BinaryClassificationMetrics], regressionMetrics: Option[RegressionMetrics], clusteringMetrics: Option[ClusteringMetrics], dimensionalityReductionMetrics: Option[DimensionalityReductionMetrics])
Attributes
- Companion
- object
- Source
- EvaluationMetrics.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object EvaluationMetrics
Attributes
- Companion
- class
- Source
- EvaluationMetrics.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
EvaluationMetrics.type
final case class ExplainQueryStage(parallelInputs: Option[Long], name: Option[String], waitMsMax: Option[Long], readMsAvg: Option[Long], completedParallelInputs: Option[Long], recordsWritten: Option[Long], computeRatioMax: Option[Double], waitMsAvg: Option[Long], recordsRead: Option[Long], writeMsAvg: Option[Long], startMs: Option[FiniteDuration], slotMs: Option[FiniteDuration], readRatioAvg: Option[Double], computeMsMax: Option[Long], id: Option[Long], waitRatioMax: Option[Double], waitRatioAvg: Option[Double], writeRatioMax: Option[Double], status: Option[String], shuffleOutputBytesSpilled: Option[Long], computeMsAvg: Option[Long], computeRatioAvg: Option[Double], steps: Option[List[ExplainQueryStep]], endMs: Option[FiniteDuration], readMsMax: Option[Long], readRatioMax: Option[Double], writeMsMax: Option[Long], writeRatioAvg: Option[Double], shuffleOutputBytes: Option[Long], inputStages: Option[List[Long]])
Attributes
- Companion
- object
- Source
- ExplainQueryStage.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ExplainQueryStage
Attributes
- Companion
- class
- Source
- ExplainQueryStage.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ExplainQueryStage.type
Attributes
- Companion
- object
- Source
- ExplainQueryStep.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ExplainQueryStep
Attributes
- Companion
- class
- Source
- ExplainQueryStep.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ExplainQueryStep.type
Attributes
- Companion
- object
- Source
- Explanation.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Explanation
Attributes
- Companion
- class
- Source
- Explanation.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Explanation.type
final case class Expr(description: Option[String], expression: Option[String], location: Option[String], title: Option[String])
Attributes
- Companion
- object
- Source
- Expr.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Expr
Attributes
- Companion
- class
- Source
- Expr.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Expr.type
final case class ExternalDataConfiguration(parquetOptions: Option[ParquetOptions], csvOptions: Option[CsvOptions], objectMetadata: Option[String], sourceFormat: String, compression: Option[String], referenceFileSchemaUri: Option[String], maxBadRecords: Option[Int], ignoreUnknownValues: Option[Boolean], decimalTargetTypes: Option[List[String]], schema: Option[TableSchema], hivePartitioningOptions: Option[HivePartitioningOptions], avroOptions: Option[AvroOptions], jsonOptions: Option[JsonOptions], sourceUris: List[String], connectionId: Option[String], googleSheetsOptions: Option[GoogleSheetsOptions], fileSetSpecType: Option[String], bigtableOptions: Option[BigtableOptions], metadataCacheMode: Option[String], autodetect: Option[Boolean])
Attributes
- Companion
- object
- Source
- ExternalDataConfiguration.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ExternalDataConfiguration
Attributes
- Companion
- class
- Source
- ExternalDataConfiguration.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Source
- ExternalDatasetReference.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ExternalDatasetReference
Attributes
- Companion
- class
- Source
- ExternalDatasetReference.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class FeatureValue(categoricalValue: Option[CategoricalValue], featureColumn: Option[String], numericalValue: Option[Double])
Attributes
- Companion
- object
- Source
- FeatureValue.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object FeatureValue
Attributes
- Companion
- class
- Source
- FeatureValue.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
FeatureValue.type
Attributes
- Companion
- object
- Source
- GetIamPolicyRequest.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object GetIamPolicyRequest
Attributes
- Companion
- class
- Source
- GetIamPolicyRequest.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
GetIamPolicyRequest.type
Attributes
- Companion
- object
- Source
- GetPolicyOptions.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object GetPolicyOptions
Attributes
- Companion
- class
- Source
- GetPolicyOptions.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
GetPolicyOptions.type
final case class GetQueryResultsResponse(etag: Option[String], totalBytesProcessed: Option[Long], cacheHit: Option[Boolean], errors: Option[List[ErrorProto]], pageToken: Option[String], jobComplete: Option[Boolean], schema: Option[TableSchema], numDmlAffectedRows: Option[Long], totalRows: Option[BigInt], kind: Option[String], jobReference: Option[JobReference], rows: Option[List[TableRow]])
Attributes
- Companion
- object
- Source
- GetQueryResultsResponse.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object GetQueryResultsResponse
Attributes
- Companion
- class
- Source
- GetQueryResultsResponse.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Source
- GetServiceAccountResponse.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object GetServiceAccountResponse
Attributes
- Companion
- class
- Source
- GetServiceAccountResponse.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class GlobalExplanation(classLabel: Option[String], explanations: Option[List[Explanation]])
Attributes
- Companion
- object
- Source
- GlobalExplanation.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object GlobalExplanation
Attributes
- Companion
- class
- Source
- GlobalExplanation.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
GlobalExplanation.type
Attributes
- Companion
- object
- Source
- GoogleSheetsOptions.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object GoogleSheetsOptions
Attributes
- Companion
- class
- Source
- GoogleSheetsOptions.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
GoogleSheetsOptions.type
final case class HivePartitioningOptions(fields: Option[List[String]], mode: Option[String], requirePartitionFilter: Option[Boolean], sourceUriPrefix: Option[String])
Attributes
- Companion
- object
- Source
- HivePartitioningOptions.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object HivePartitioningOptions
Attributes
- Companion
- class
- Source
- HivePartitioningOptions.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class HparamSearchSpaces(optimizer: Option[StringHparamSearchSpace], batchSize: Option[IntHparamSearchSpace], l1Reg: Option[DoubleHparamSearchSpace], dropout: Option[DoubleHparamSearchSpace], minTreeChildWeight: Option[IntHparamSearchSpace], colsampleBylevel: Option[DoubleHparamSearchSpace], subsample: Option[DoubleHparamSearchSpace], dartNormalizeType: Option[StringHparamSearchSpace], numClusters: Option[IntHparamSearchSpace], activationFn: Option[StringHparamSearchSpace], boosterType: Option[StringHparamSearchSpace], colsampleBynode: Option[DoubleHparamSearchSpace], walsAlpha: Option[DoubleHparamSearchSpace], minSplitLoss: Option[DoubleHparamSearchSpace], learnRate: Option[DoubleHparamSearchSpace], numParallelTree: Option[IntHparamSearchSpace], numFactors: Option[IntHparamSearchSpace], colsampleBytree: Option[DoubleHparamSearchSpace], treeMethod: Option[StringHparamSearchSpace], l2Reg: Option[DoubleHparamSearchSpace], hiddenUnits: Option[IntArrayHparamSearchSpace], maxTreeDepth: Option[IntHparamSearchSpace])
Attributes
- Companion
- object
- Source
- HparamSearchSpaces.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object HparamSearchSpaces
Attributes
- Companion
- class
- Source
- HparamSearchSpaces.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
HparamSearchSpaces.type
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
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object HparamTuningTrial
Attributes
- Companion
- class
- Source
- HparamTuningTrial.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
HparamTuningTrial.type
sealed abstract class HparamTuningTrialStatus(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- HparamTuningTrialStatus.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object FAILED.typeobject INFEASIBLE.typeobject NOT_STARTED.typeobject RUNNING.typeobject STOPPED_EARLY.typeobject SUCCEEDED.typeobject TRIAL_STATUS_UNSPECIFIED.typeShow all
object HparamTuningTrialStatus
Attributes
- Companion
- class
- Source
- HparamTuningTrialStatus.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class IndexUnusedReason(baseTable: Option[TableReference], code: Option[String], indexName: Option[String], message: Option[String])
Attributes
- Companion
- object
- Source
- IndexUnusedReason.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object IndexUnusedReason
Attributes
- Companion
- class
- Source
- IndexUnusedReason.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
IndexUnusedReason.type
Attributes
- Companion
- object
- Source
- IntArray.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object IntArray
Attributes
- Companion
- class
- Source
- IntArray.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
IntArray.type
Attributes
- Companion
- object
- Source
- IntArrayHparamSearchSpace.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object IntArrayHparamSearchSpace
Attributes
- Companion
- class
- Source
- IntArrayHparamSearchSpace.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Source
- IntCandidates.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object IntCandidates
Attributes
- Companion
- class
- Source
- IntCandidates.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
IntCandidates.type
Attributes
- Companion
- object
- Source
- IntHparamSearchSpace.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object IntHparamSearchSpace
Attributes
- Companion
- class
- Source
- IntHparamSearchSpace.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
IntHparamSearchSpace.type
Attributes
- Companion
- object
- Source
- IntRange.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object IntRange
Attributes
- Companion
- class
- Source
- IntRange.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
IntRange.type
final case class IterationResult(trainingLoss: Option[Double], learnRate: Option[Double], durationMs: Option[FiniteDuration], index: Option[Int], evalLoss: Option[Double])
Attributes
- Companion
- object
- Source
- IterationResult.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object IterationResult
Attributes
- Companion
- class
- Source
- IterationResult.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
IterationResult.type
final case class Job(etag: Option[String], statistics: Option[JobStatistics], selfLink: Option[String], jobCreationReason: Option[Json], user_email: Option[String], id: Option[String], status: Option[JobStatus], configuration: JobConfiguration, kind: Option[String], jobReference: Option[JobReference])
object Job
Attributes
- Companion
- object
- Source
- JobCancelResponse.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object JobCancelResponse
Attributes
- Companion
- class
- Source
- JobCancelResponse.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
JobCancelResponse.type
final case class JobConfiguration(jobTimeoutMs: Option[FiniteDuration], query: Option[JobConfigurationQuery], load: Option[JobConfigurationLoad], jobType: Option[String], labels: Option[Map[String, String]], copy: Option[JobConfigurationTableCopy], dryRun: Option[Boolean], extract: Option[JobConfigurationExtract])
Attributes
- Companion
- object
- Source
- JobConfiguration.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object JobConfiguration
Attributes
- Companion
- class
- Source
- JobConfiguration.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
JobConfiguration.type
final case class JobConfigurationExtract(destinationUris: Option[List[String]], useAvroLogicalTypes: Option[Boolean], sourceModel: Option[ModelReference], printHeader: Option[Boolean], compression: Option[String], fieldDelimiter: Option[String], destinationUri: Option[String], destinationFormat: Option[String], sourceTable: Option[TableReference])
Attributes
- Companion
- object
- Source
- JobConfigurationExtract.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object JobConfigurationExtract
Attributes
- Companion
- class
- Source
- JobConfigurationExtract.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class JobConfigurationLoad(useAvroLogicalTypes: Option[Boolean], jsonExtension: Option[String], destinationTableProperties: Option[DestinationTableProperties], writeDisposition: Option[String], parquetOptions: Option[ParquetOptions], preserveAsciiControlCharacters: Option[Boolean], destinationTable: TableReference, sourceFormat: Option[String], fieldDelimiter: Option[String], referenceFileSchemaUri: Option[String], schemaInline: Option[String], skipLeadingRows: Option[Int], encoding: Option[String], maxBadRecords: Option[Int], allowJaggedRows: Option[Boolean], ignoreUnknownValues: Option[Boolean], createSession: Option[Boolean], quote: Option[String], decimalTargetTypes: Option[List[String]], schema: Option[TableSchema], timePartitioning: Option[TimePartitioning], hivePartitioningOptions: Option[HivePartitioningOptions], connectionProperties: Option[List[ConnectionProperty]], createDisposition: Option[String], allowQuotedNewlines: Option[Boolean], sourceUris: List[String], projectionFields: Option[List[String]], fileSetSpecType: Option[String], schemaInlineFormat: Option[String], nullMarker: Option[String], schemaUpdateOptions: Option[List[String]], destinationEncryptionConfiguration: Option[EncryptionConfiguration], rangePartitioning: Option[RangePartitioning], autodetect: Option[Boolean], clustering: Option[Clustering])
Attributes
- Companion
- object
- Source
- JobConfigurationLoad.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object JobConfigurationLoad
Attributes
- Companion
- class
- Source
- JobConfigurationLoad.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
JobConfigurationLoad.type
final case class JobConfigurationQuery(userDefinedFunctionResources: Option[List[UserDefinedFunctionResource]], continuous: Option[Boolean], priority: Option[String], useQueryCache: Option[Boolean], useLegacySql: Option[Boolean], allowLargeResults: Option[Boolean], writeDisposition: Option[String], destinationTable: Option[TableReference], parameterMode: Option[String], maximumBillingTier: Option[Int], query: String, createSession: Option[Boolean], maximumBytesBilled: Option[Long], timePartitioning: Option[TimePartitioning], connectionProperties: Option[List[ConnectionProperty]], createDisposition: Option[String], preserveNulls: Option[Boolean], flattenResults: Option[Boolean], queryParameters: Option[List[QueryParameter]], tableDefinitions: Option[Map[String, ExternalDataConfiguration]], defaultDataset: Option[DatasetReference], schemaUpdateOptions: Option[List[String]], destinationEncryptionConfiguration: Option[EncryptionConfiguration], rangePartitioning: Option[RangePartitioning], clustering: Option[Clustering])
Attributes
- Companion
- object
- Source
- JobConfigurationQuery.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object JobConfigurationQuery
Attributes
- Companion
- class
- Source
- JobConfigurationQuery.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class JobConfigurationTableCopy(writeDisposition: Option[String], operationType: Option[String], destinationTable: TableReference, destinationExpirationTime: Option[Json], createDisposition: Option[String], sourceTables: Option[List[TableReference]], sourceTable: Option[TableReference], destinationEncryptionConfiguration: Option[EncryptionConfiguration])
Attributes
- Companion
- object
- Source
- JobConfigurationTableCopy.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object JobConfigurationTableCopy
Attributes
- Companion
- class
- Source
- JobConfigurationTableCopy.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Source
- JobCreationReason.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object JobCreationReason
Attributes
- Companion
- class
- Source
- JobCreationReason.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
JobCreationReason.type
sealed abstract class JobCreationReasonCode(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- JobCreationReasonCode.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object CODE_UNSPECIFIED.typeobject LARGE_RESULTS.typeobject LONG_RUNNING.typeobject OTHER.typeobject REQUESTED.type
object JobCreationReasonCode
Attributes
- Companion
- class
- Source
- JobCreationReasonCode.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class JobList(etag: Option[String], jobs: Option[List[JobListJob]], kind: Option[String], nextPageToken: Option[String])
Attributes
- Companion
- object
- Source
- JobList.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object JobList
Attributes
- Companion
- class
- Source
- JobList.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
JobList.type
final case class JobListJob(state: Option[String], statistics: Option[JobStatistics], user_email: Option[String], errorResult: Option[ErrorProto], id: Option[String], status: Option[JobStatus], configuration: Option[JobConfiguration], kind: Option[String], jobReference: Option[JobReference])
Attributes
- Companion
- object
- Source
- JobListJob.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object JobListJob
Attributes
- Companion
- class
- Source
- JobListJob.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
JobListJob.type
Attributes
- Companion
- object
- Source
- JobReference.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object JobReference
Attributes
- Companion
- class
- Source
- JobReference.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
JobReference.type
final case class JobStatistics(numChildJobs: Option[Long], quotaDeferments: Option[List[String]], dataMaskingStatistics: Option[DataMaskingStatistics], totalBytesProcessed: Option[Long], startTime: Option[FiniteDuration], reservation_id: Option[String], sessionInfo: Option[SessionInfo], query: Option[JobStatistics2], load: Option[JobStatistics3], parentJobId: Option[String], rowLevelSecurityStatistics: Option[RowLevelSecurityStatistics], endTime: Option[FiniteDuration], reservationUsage: Option[List[JobStatisticsReservationUsage]], completionRatio: Option[Double], totalSlotMs: Option[FiniteDuration], transactionInfo: Option[TransactionInfo], copy: Option[JobStatistics5], scriptStatistics: Option[ScriptStatistics], extract: Option[JobStatistics4], creationTime: Option[FiniteDuration])
Attributes
- Companion
- object
- Source
- JobStatistics.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object JobStatistics
Attributes
- Companion
- class
- Source
- JobStatistics.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
JobStatistics.type
final case class JobStatistics2(ddlTargetDataset: Option[DatasetReference], ddlTargetRoutine: Option[RoutineReference], sparkStatistics: Option[SparkStatistics], totalBytesProcessed: Option[Long], ddlAffectedRowAccessPolicyCount: Option[Long], statementType: Option[String], cacheHit: Option[Boolean], queryPlan: Option[List[ExplainQueryStage]], referencedRoutines: Option[List[RoutineReference]], ddlTargetRowAccessPolicy: Option[RowAccessPolicyReference], modelTrainingCurrentIteration: Option[Int], billingTier: Option[Int], biEngineStatistics: Option[BiEngineStatistics], reservationUsage: Option[List[JobStatistics2ReservationUsage]], schema: Option[TableSchema], referencedTables: Option[List[TableReference]], dmlStats: Option[DmlStatistics], numDmlAffectedRows: Option[Long], totalBytesBilled: Option[Long], totalSlotMs: Option[FiniteDuration], estimatedBytesProcessed: Option[Long], timeline: Option[List[QueryTimelineSample]], mlStatistics: Option[MlStatistics], modelTraining: Option[BigQueryModelTraining], transferredBytes: Option[Long], totalBytesProcessedAccuracy: Option[String], modelTrainingExpectedTotalIteration: Option[Long], ddlOperationPerformed: Option[String], totalPartitionsProcessed: Option[Long], searchStatistics: Option[SearchStatistics], undeclaredQueryParameters: Option[List[QueryParameter]], ddlTargetTable: Option[TableReference], ddlDestinationTable: Option[TableReference])
Attributes
- Companion
- object
- Source
- JobStatistics2.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object JobStatistics2
Attributes
- Companion
- class
- Source
- JobStatistics2.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
JobStatistics2.type
final case class JobStatistics2ReservationUsage(name: Option[String], slotMs: Option[FiniteDuration])
Attributes
- Companion
- object
- Source
- JobStatistics2ReservationUsage.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- JobStatistics2ReservationUsage.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class JobStatistics3(inputFileBytes: Option[Long], outputBytes: Option[Long], inputFiles: Option[Long], outputRows: Option[Long], badRecords: Option[Long])
Attributes
- Companion
- object
- Source
- JobStatistics3.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object JobStatistics3
Attributes
- Companion
- class
- Source
- JobStatistics3.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
JobStatistics3.type
final case class JobStatistics4(destinationUriFileCounts: Option[List[Long]], inputBytes: Option[Long])
Attributes
- Companion
- object
- Source
- JobStatistics4.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object JobStatistics4
Attributes
- Companion
- class
- Source
- JobStatistics4.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
JobStatistics4.type
Attributes
- Companion
- object
- Source
- JobStatistics5.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object JobStatistics5
Attributes
- Companion
- class
- Source
- JobStatistics5.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
JobStatistics5.type
final case class JobStatisticsReservationUsage(name: Option[String], slotMs: Option[FiniteDuration])
Attributes
- Companion
- object
- Source
- JobStatisticsReservationUsage.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- JobStatisticsReservationUsage.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class JobStatus(errorResult: Option[ErrorProto], errors: Option[List[ErrorProto]], state: Option[String])
Attributes
- Companion
- object
- Source
- JobStatus.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object JobStatus
Attributes
- Companion
- class
- Source
- JobStatus.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
JobStatus.type
Attributes
- Source
- JobsClient.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- object
- Source
- JsonOptions.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object JsonOptions
Attributes
- Companion
- class
- Source
- JsonOptions.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
JsonOptions.type
Attributes
- Companion
- object
- Source
- ListModelsResponse.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ListModelsResponse
Attributes
- Companion
- class
- Source
- ListModelsResponse.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ListModelsResponse.type
final case class ListRoutinesResponse(nextPageToken: Option[String], routines: Option[List[Routine]])
Attributes
- Companion
- object
- Source
- ListRoutinesResponse.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ListRoutinesResponse
Attributes
- Companion
- class
- Source
- ListRoutinesResponse.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ListRoutinesResponse.type
final case class ListRowAccessPoliciesResponse(nextPageToken: Option[String], rowAccessPolicies: Option[List[RowAccessPolicy]])
Attributes
- Companion
- object
- Source
- ListRowAccessPoliciesResponse.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- ListRowAccessPoliciesResponse.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Source
- LocationMetadata.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object LocationMetadata
Attributes
- Companion
- class
- Source
- LocationMetadata.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
LocationMetadata.type
final case class MaterializedViewDefinition(query: String, allowNonIncrementalDefinition: Option[Boolean], enableRefresh: Option[Boolean], refreshIntervalMs: Option[Long], lastRefreshTime: Option[FiniteDuration], maxStaleness: Option[ByteVector])
Attributes
- Companion
- object
- Source
- MaterializedViewDefinition.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object MaterializedViewDefinition
Attributes
- Companion
- class
- Source
- MaterializedViewDefinition.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class MlStatistics(iterationResults: Option[List[IterationResult]], maxIterations: Option[Long])
Attributes
- Companion
- object
- Source
- MlStatistics.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object MlStatistics
Attributes
- Companion
- class
- Source
- MlStatistics.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
MlStatistics.type
final case class Model(encryptionConfiguration: Option[EncryptionConfiguration], etag: Option[String], lastModifiedTime: Option[FiniteDuration], hparamTrials: Option[List[HparamTuningTrial]], expirationTime: Option[FiniteDuration], location: Option[String], modelReference: Option[ModelReference], bestTrialId: Option[Long], transformColumns: Option[List[TransformColumn]], description: Option[String], hparamSearchSpaces: Option[HparamSearchSpaces], friendlyName: Option[String], labelColumns: Option[List[StandardSqlField]], modelType: Option[ModelModelType], featureColumns: Option[List[StandardSqlField]], labels: Option[Map[String, String]], optimalTrialIds: Option[List[Long]], remoteModelInfo: Option[RemoteModelInfo], trainingRuns: Option[List[TrainingRun]], creationTime: Option[FiniteDuration], defaultTrialId: Option[Long])
Attributes
- Companion
- object
- Source
- Model.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Model
Attributes
- Companion
- class
- Source
- Model.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Model.type
final case class ModelDefinition(modelOptions: Option[ModelDefinitionModelOptions], trainingRuns: Option[List[BqmlTrainingRun]])
Attributes
- Companion
- object
- Source
- ModelDefinition.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ModelDefinition
Attributes
- Companion
- class
- Source
- ModelDefinition.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ModelDefinition.type
final case class ModelDefinitionModelOptions(labels: Option[List[String]], lossType: Option[String], modelType: Option[String])
Attributes
- Companion
- object
- Source
- ModelDefinitionModelOptions.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ModelDefinitionModelOptions
Attributes
- Companion
- class
- Source
- ModelDefinitionModelOptions.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
sealed abstract class ModelModelType(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- ModelModelType.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object ARIMA.typeobject ARIMA_PLUS.typeobject ARIMA_PLUS_XREG.typeobject AUTOENCODER.typeobject AUTOML_CLASSIFIER.typeobject AUTOML_REGRESSOR.typeobject BOOSTED_TREE_CLASSIFIER.typeobject BOOSTED_TREE_REGRESSOR.typeobject DNN_CLASSIFIER.typeobject DNN_LINEAR_COMBINED_CLASSIFIER.typeobject DNN_LINEAR_COMBINED_REGRESSOR.typeobject DNN_REGRESSOR.typeobject KMEANS.typeobject LINEAR_REGRESSION.typeobject LOGISTIC_REGRESSION.typeobject MATRIX_FACTORIZATION.typeobject MODEL_TYPE_UNSPECIFIED.typeobject ONNX.typeobject PCA.typeobject RANDOM_FOREST_CLASSIFIER.typeobject RANDOM_FOREST_REGRESSOR.typeobject TENSORFLOW.typeobject TENSORFLOW_LITE.typeobject XGBOOST.typeShow all
object ModelModelType
Attributes
- Companion
- class
- Source
- ModelModelType.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ModelModelType.type
final case class ModelReference(datasetId: Option[String], modelId: Option[String], projectId: Option[String])
Attributes
- Companion
- object
- Source
- ModelReference.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ModelReference
Attributes
- Companion
- class
- Source
- ModelReference.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ModelReference.type
Attributes
- Source
- ModelsClient.scala
- Supertypes
-
class Objecttrait Matchableclass Any
final case class MultiClassClassificationMetrics(aggregateClassificationMetrics: Option[AggregateClassificationMetrics], confusionMatrixList: Option[List[ConfusionMatrix]])
Attributes
- Companion
- object
- Source
- MultiClassClassificationMetrics.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- MultiClassClassificationMetrics.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class ParquetOptions(enableListInference: Option[Boolean], enumAsString: Option[Boolean])
Attributes
- Companion
- object
- Source
- ParquetOptions.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ParquetOptions
Attributes
- Companion
- class
- Source
- ParquetOptions.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ParquetOptions.type
final case class Policy(auditConfigs: Option[List[AuditConfig]], bindings: Option[List[Binding]], etag: Option[ByteVector], version: Option[Int])
Attributes
- Companion
- object
- Source
- Policy.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Policy
Attributes
- Companion
- class
- Source
- Policy.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Policy.type
final case class PrincipalComponentInfo(cumulativeExplainedVarianceRatio: Option[Double], explainedVariance: Option[Double], explainedVarianceRatio: Option[Double], principalComponentId: Option[Long])
Attributes
- Companion
- object
- Source
- PrincipalComponentInfo.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object PrincipalComponentInfo
Attributes
- Companion
- class
- Source
- PrincipalComponentInfo.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Source
- PrivacyPolicy.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object PrivacyPolicy
Attributes
- Companion
- class
- Source
- PrivacyPolicy.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
PrivacyPolicy.type
final case class ProjectList(etag: Option[String], nextPageToken: Option[String], projects: Option[List[ProjectListProject]], kind: Option[String], totalItems: Option[Int])
Attributes
- Companion
- object
- Source
- ProjectList.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ProjectList
Attributes
- Companion
- class
- Source
- ProjectList.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ProjectList.type
final case class ProjectListProject(projectReference: Option[ProjectReference], friendlyName: Option[String], id: Option[String], numericId: Option[BigInt], kind: Option[String])
Attributes
- Companion
- object
- Source
- ProjectListProject.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ProjectListProject
Attributes
- Companion
- class
- Source
- ProjectListProject.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ProjectListProject.type
Attributes
- Companion
- object
- Source
- ProjectReference.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ProjectReference
Attributes
- Companion
- class
- Source
- ProjectReference.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ProjectReference.type
Attributes
- Source
- ProjectsClient.scala
- Supertypes
-
class Objecttrait Matchableclass Any
final case class QueryParameter(name: Option[String], parameterType: QueryParameterType, parameterValue: QueryParameterValue)
Attributes
- Companion
- object
- Source
- QueryParameter.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object QueryParameter
Attributes
- Companion
- class
- Source
- QueryParameter.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
QueryParameter.type
final case class QueryParameterType(arrayType: Option[QueryParameterType], rangeElementType: Option[QueryParameterType], structTypes: Option[List[QueryParameterTypeStructType]], `type`: String)
Attributes
- Companion
- object
- Source
- QueryParameterType.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object QueryParameterType
Attributes
- Companion
- class
- Source
- QueryParameterType.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
QueryParameterType.type
final case class QueryParameterTypeStructType(description: Option[String], name: Option[String], `type`: QueryParameterType)
Attributes
- Companion
- object
- Source
- QueryParameterTypeStructType.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object QueryParameterTypeStructType
Attributes
- Companion
- class
- Source
- QueryParameterTypeStructType.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class QueryParameterValue(arrayValues: Option[List[QueryParameterValue]], rangeValue: Option[QueryParameterValueRangeValue], structValues: Option[Map[String, QueryParameterValue]], value: Option[String])
Attributes
- Companion
- object
- Source
- QueryParameterValue.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object QueryParameterValue
Attributes
- Companion
- class
- Source
- QueryParameterValue.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
QueryParameterValue.type
final case class QueryParameterValueRangeValue(end: Option[QueryParameterValue], start: Option[QueryParameterValue])
Attributes
- Companion
- object
- Source
- QueryParameterValueRangeValue.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- QueryParameterValueRangeValue.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class QueryRequest(continuous: Option[Boolean], useQueryCache: Option[Boolean], useLegacySql: Option[Boolean], location: Option[String], maxResults: Option[Long], timeoutMs: Option[FiniteDuration], parameterMode: Option[String], query: String, createSession: Option[Boolean], jobCreationMode: Option[String], maximumBytesBilled: Option[Long], labels: Option[Map[String, String]], connectionProperties: Option[List[ConnectionProperty]], requestId: Option[String], preserveNulls: Option[Boolean], dryRun: Option[Boolean], queryParameters: Option[List[QueryParameter]], kind: Option[String], defaultDataset: Option[DatasetReference])
Attributes
- Companion
- object
- Source
- QueryRequest.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object QueryRequest
Attributes
- Companion
- class
- Source
- QueryRequest.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
QueryRequest.type
final case class QueryResponse(queryId: Option[String], totalBytesProcessed: Option[Long], cacheHit: Option[Boolean], sessionInfo: Option[SessionInfo], errors: Option[List[ErrorProto]], pageToken: Option[String], jobCreationReason: Option[Json], jobComplete: Option[Boolean], schema: Option[TableSchema], dmlStats: Option[DmlStatistics], numDmlAffectedRows: Option[Long], totalRows: Option[BigInt], kind: Option[String], jobReference: Option[JobReference], rows: Option[List[TableRow]])
Attributes
- Companion
- object
- Source
- QueryResponse.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object QueryResponse
Attributes
- Companion
- class
- Source
- QueryResponse.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
QueryResponse.type
final case class QueryTimelineSample(estimatedRunnableUnits: Option[Long], pendingUnits: Option[Long], completedUnits: Option[Long], activeUnits: Option[Long], totalSlotMs: Option[Long], elapsedMs: Option[Long])
Attributes
- Companion
- object
- Source
- QueryTimelineSample.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object QueryTimelineSample
Attributes
- Companion
- class
- Source
- QueryTimelineSample.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
QueryTimelineSample.type
Attributes
- Companion
- object
- Source
- RangePartitioning.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object RangePartitioning
Attributes
- Companion
- class
- Source
- RangePartitioning.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
RangePartitioning.type
Attributes
- Companion
- object
- Source
- RangePartitioningRange.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object RangePartitioningRange
Attributes
- Companion
- class
- Source
- RangePartitioningRange.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Source
- RangeValue.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object RangeValue
Attributes
- Companion
- class
- Source
- RangeValue.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
RangeValue.type
final case class RankingMetrics(averageRank: Option[Double], meanAveragePrecision: Option[Double], meanSquaredError: Option[Double], normalizedDiscountedCumulativeGain: Option[Double])
Attributes
- Companion
- object
- Source
- RankingMetrics.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object RankingMetrics
Attributes
- Companion
- class
- Source
- RankingMetrics.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
RankingMetrics.type
final case class RegressionMetrics(meanSquaredError: Option[Double], rSquared: Option[Double], medianAbsoluteError: Option[Double], meanAbsoluteError: Option[Double], meanSquaredLogError: Option[Double])
Attributes
- Companion
- object
- Source
- RegressionMetrics.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object RegressionMetrics
Attributes
- Companion
- class
- Source
- RegressionMetrics.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
RegressionMetrics.type
final case class RemoteFunctionOptions(connection: Option[String], endpoint: Option[String], maxBatchingRows: Option[Long], userDefinedContext: Option[Map[String, String]])
Attributes
- Companion
- object
- Source
- RemoteFunctionOptions.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object RemoteFunctionOptions
Attributes
- Companion
- class
- Source
- RemoteFunctionOptions.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class RemoteModelInfo(speechRecognizer: Option[String], remoteModelVersion: Option[String], endpoint: Option[String], connection: Option[String], maxBatchingRows: Option[Long], remoteServiceType: Option[RemoteModelInfoRemoteServiceType])
Attributes
- Companion
- object
- Source
- RemoteModelInfo.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object RemoteModelInfo
Attributes
- Companion
- class
- Source
- RemoteModelInfo.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
RemoteModelInfo.type
sealed abstract class RemoteModelInfoRemoteServiceType(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- RemoteModelInfoRemoteServiceType.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object CLOUD_AI_NATURAL_LANGUAGE_V1.typeobject CLOUD_AI_SPEECH_TO_TEXT_V2.typeobject CLOUD_AI_TRANSLATE_V3.typeobject CLOUD_AI_VISION_V1.typeobject REMOTE_SERVICE_TYPE_UNSPECIFIED.type
Attributes
- Companion
- class
- Source
- RemoteModelInfoRemoteServiceType.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class Routine(etag: Option[String], lastModifiedTime: Option[FiniteDuration], description: Option[String], returnTableType: Option[StandardSqlTableType], routineType: Option[RoutineRoutineType], definitionBody: Option[String], language: Option[RoutineLanguage], strictMode: Option[Boolean], returnType: Option[StandardSqlDataType], importedLibraries: Option[List[String]], routineReference: Option[RoutineReference], sparkOptions: Option[SparkOptions], dataGovernanceType: Option[RoutineDataGovernanceType], determinismLevel: Option[RoutineDeterminismLevel], remoteFunctionOptions: Option[RemoteFunctionOptions], securityMode: Option[RoutineSecurityMode], creationTime: Option[FiniteDuration], arguments: Option[List[Argument]])
Attributes
- Companion
- object
- Source
- Routine.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Routine
Attributes
- Companion
- class
- Source
- Routine.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Routine.type
sealed abstract class RoutineDataGovernanceType(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- RoutineDataGovernanceType.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object DATA_GOVERNANCE_TYPE_UNSPECIFIED.typeobject DATA_MASKING.type
object RoutineDataGovernanceType
Attributes
- Companion
- class
- Source
- RoutineDataGovernanceType.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
sealed abstract class RoutineDeterminismLevel(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- RoutineDeterminismLevel.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
object RoutineDeterminismLevel
Attributes
- Companion
- class
- Source
- RoutineDeterminismLevel.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
sealed abstract class RoutineLanguage(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- RoutineLanguage.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object JAVA.typeobject JAVASCRIPT.typeobject LANGUAGE_UNSPECIFIED.typeobject PYTHON.typeobject SCALA.typeobject SQL.typeShow all
object RoutineLanguage
Attributes
- Companion
- class
- Source
- RoutineLanguage.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
RoutineLanguage.type
final case class RoutineReference(datasetId: Option[String], projectId: Option[String], routineId: Option[String])
Attributes
- Companion
- object
- Source
- RoutineReference.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object RoutineReference
Attributes
- Companion
- class
- Source
- RoutineReference.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
RoutineReference.type
sealed abstract class RoutineRoutineType(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- RoutineRoutineType.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object AGGREGATE_FUNCTION.typeobject PROCEDURE.typeobject ROUTINE_TYPE_UNSPECIFIED.typeobject SCALAR_FUNCTION.typeobject TABLE_VALUED_FUNCTION.type
object RoutineRoutineType
Attributes
- Companion
- class
- Source
- RoutineRoutineType.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
RoutineRoutineType.type
sealed abstract class RoutineSecurityMode(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- RoutineSecurityMode.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
object RoutineSecurityMode
Attributes
- Companion
- class
- Source
- RoutineSecurityMode.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
RoutineSecurityMode.type
Attributes
- Source
- RoutinesClient.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object Row
Attributes
- Source
- RowAccessPoliciesClient.scala
- Supertypes
-
class Objecttrait Matchableclass Any
final case class RowAccessPolicy(etag: Option[String], lastModifiedTime: Option[String], rowAccessPolicyReference: Option[RowAccessPolicyReference], filterPredicate: Option[String], creationTime: Option[String])
Attributes
- Companion
- object
- Source
- RowAccessPolicy.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object RowAccessPolicy
Attributes
- Companion
- class
- Source
- RowAccessPolicy.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
RowAccessPolicy.type
final case class RowAccessPolicyReference(datasetId: Option[String], policyId: Option[String], projectId: Option[String], tableId: Option[String])
Attributes
- Companion
- object
- Source
- RowAccessPolicyReference.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object RowAccessPolicyReference
Attributes
- Companion
- class
- Source
- RowAccessPolicyReference.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Source
- RowLevelSecurityStatistics.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object RowLevelSecurityStatistics
Attributes
- Companion
- class
- Source
- RowLevelSecurityStatistics.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class ScriptStackFrame(startLine: Option[Int], endColumn: Option[Int], procedureId: Option[String], text: Option[String], endLine: Option[Int], startColumn: Option[Int])
Attributes
- Companion
- object
- Source
- ScriptStackFrame.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ScriptStackFrame
Attributes
- Companion
- class
- Source
- ScriptStackFrame.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ScriptStackFrame.type
final case class ScriptStatistics(evaluationKind: Option[String], stackFrames: Option[List[ScriptStackFrame]])
Attributes
- Companion
- object
- Source
- ScriptStatistics.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ScriptStatistics
Attributes
- Companion
- class
- Source
- ScriptStatistics.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ScriptStatistics.type
final case class SearchStatistics(indexUnusedReasons: Option[List[IndexUnusedReason]], indexUsageMode: Option[String])
Attributes
- Companion
- object
- Source
- SearchStatistics.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object SearchStatistics
Attributes
- Companion
- class
- Source
- SearchStatistics.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SearchStatistics.type
Attributes
- Companion
- object
- Source
- SessionInfo.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object SessionInfo
Attributes
- Companion
- class
- Source
- SessionInfo.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SessionInfo.type
Attributes
- Companion
- object
- Source
- SetIamPolicyRequest.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object SetIamPolicyRequest
Attributes
- Companion
- class
- Source
- SetIamPolicyRequest.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SetIamPolicyRequest.type
Attributes
- Companion
- object
- Source
- SnapshotDefinition.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object SnapshotDefinition
Attributes
- Companion
- class
- Source
- SnapshotDefinition.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SnapshotDefinition.type
Attributes
- Companion
- object
- Source
- SparkLoggingInfo.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object SparkLoggingInfo
Attributes
- Companion
- class
- Source
- SparkLoggingInfo.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SparkLoggingInfo.type
final case class SparkOptions(archiveUris: Option[List[String]], mainClass: Option[String], runtimeVersion: Option[String], fileUris: Option[List[String]], mainFileUri: Option[String], pyFileUris: Option[List[String]], containerImage: Option[String], properties: Option[Map[String, String]], jarUris: Option[List[String]], connection: Option[String])
Attributes
- Companion
- object
- Source
- SparkOptions.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object SparkOptions
Attributes
- Companion
- class
- Source
- SparkOptions.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SparkOptions.type
final case class SparkStatistics(endpoints: Option[Map[String, String]], loggingInfo: Option[SparkLoggingInfo], sparkJobId: Option[String], sparkJobLocation: Option[String])
Attributes
- Companion
- object
- Source
- SparkStatistics.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object SparkStatistics
Attributes
- Companion
- class
- Source
- SparkStatistics.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SparkStatistics.type
final case class StandardSqlDataType(arrayElementType: Option[StandardSqlDataType], rangeElementType: Option[StandardSqlDataType], structType: Option[StandardSqlStructType], typeKind: Option[StandardSqlDataTypeTypeKind])
Attributes
- Companion
- object
- Source
- StandardSqlDataType.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object StandardSqlDataType
Attributes
- Companion
- class
- Source
- StandardSqlDataType.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
StandardSqlDataType.type
sealed abstract class StandardSqlDataTypeTypeKind(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- StandardSqlDataTypeTypeKind.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object ARRAY.typeobject BIGNUMERIC.typeobject BOOL.typeobject BYTES.typeobject DATE.typeobject DATETIME.typeobject FLOAT64.typeobject GEOGRAPHY.typeobject INT64.typeobject INTERVAL.typeobject JSON.typeobject NUMERIC.typeobject RANGE.typeobject STRING.typeobject STRUCT.typeobject TIME.typeobject TIMESTAMP.typeobject TYPE_KIND_UNSPECIFIED.typeShow all
object StandardSqlDataTypeTypeKind
Attributes
- Companion
- class
- Source
- StandardSqlDataTypeTypeKind.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Source
- StandardSqlField.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object StandardSqlField
Attributes
- Companion
- class
- Source
- StandardSqlField.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
StandardSqlField.type
Attributes
- Companion
- object
- Source
- StandardSqlStructType.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object StandardSqlStructType
Attributes
- Companion
- class
- Source
- StandardSqlStructType.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Source
- StandardSqlTableType.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object StandardSqlTableType
Attributes
- Companion
- class
- Source
- StandardSqlTableType.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
StandardSqlTableType.type
final case class Streamingbuffer(estimatedBytes: Option[BigInt], estimatedRows: Option[BigInt], oldestEntryTime: Option[BigInt])
Attributes
- Companion
- object
- Source
- Streamingbuffer.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Streamingbuffer
Attributes
- Companion
- class
- Source
- Streamingbuffer.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Streamingbuffer.type
Attributes
- Companion
- object
- Source
- StringHparamSearchSpace.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object StringHparamSearchSpace
Attributes
- Companion
- class
- Source
- StringHparamSearchSpace.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class Table(encryptionConfiguration: Option[EncryptionConfiguration], etag: Option[String], lastModifiedTime: Option[BigInt], tableReference: TableReference, numPhysicalBytes: Option[Long], expirationTime: Option[FiniteDuration], location: Option[String], externalDataConfiguration: Option[ExternalDataConfiguration], model: Option[ModelDefinition], description: Option[String], tableConstraints: Option[TableConstraints], numTimeTravelPhysicalBytes: Option[Long], requirePartitionFilter: Option[Boolean], friendlyName: Option[String], selfLink: Option[String], resourceTags: Option[Map[String, String]], numLongTermLogicalBytes: Option[Long], numActiveLogicalBytes: Option[Long], numActivePhysicalBytes: Option[Long], id: Option[String], numTotalLogicalBytes: Option[Long], schema: Option[TableSchema], timePartitioning: Option[TimePartitioning], labels: Option[Map[String, String]], numLongTermPhysicalBytes: Option[Long], defaultRoundingMode: Option[String], numLongTermBytes: Option[Long], snapshotDefinition: Option[SnapshotDefinition], numTotalPhysicalBytes: Option[Long], defaultCollation: Option[String], kind: Option[String], maxStaleness: Option[ByteVector], `type`: Option[String], cloneDefinition: Option[CloneDefinition], numBytes: Option[Long], biglakeConfiguration: Option[BigLakeConfiguration], streamingBuffer: Option[Streamingbuffer], numPartitions: Option[Long], numRows: Option[BigInt], materializedView: Option[MaterializedViewDefinition], rangePartitioning: Option[RangePartitioning], creationTime: Option[FiniteDuration], view: Option[ViewDefinition], clustering: Option[Clustering])
Attributes
- Companion
- object
- Source
- Table.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Table
Attributes
- Companion
- class
- Source
- Table.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Table.type
Attributes
- Companion
- object
- Source
- TableCell.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TableCell
Attributes
- Companion
- class
- Source
- TableCell.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TableCell.type
final case class TableConstraints(foreignKeys: Option[List[TableConstraintsForeignKey]], primaryKey: Option[TableConstraintsPrimaryKey])
Attributes
- Companion
- object
- Source
- TableConstraints.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TableConstraints
Attributes
- Companion
- class
- Source
- TableConstraints.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TableConstraints.type
final case class TableConstraintsForeignKey(columnReferences: Option[List[TableConstraintsForeignKeyColumnReference]], name: Option[String], referencedTable: Option[TableConstraintsForeignKeyReferencedTable])
Attributes
- Companion
- object
- Source
- TableConstraintsForeignKey.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TableConstraintsForeignKey
Attributes
- Companion
- class
- Source
- TableConstraintsForeignKey.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class TableConstraintsForeignKeyColumnReference(referencedColumn: Option[String], referencingColumn: Option[String])
Attributes
- Companion
- object
- Source
- TableConstraintsForeignKeyColumnReference.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- TableConstraintsForeignKeyColumnReference.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class TableConstraintsForeignKeyReferencedTable(datasetId: Option[String], projectId: Option[String], tableId: Option[String])
Attributes
- Companion
- object
- Source
- TableConstraintsForeignKeyReferencedTable.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- TableConstraintsForeignKeyReferencedTable.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Source
- TableConstraintsPrimaryKey.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TableConstraintsPrimaryKey
Attributes
- Companion
- class
- Source
- TableConstraintsPrimaryKey.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class TableDataInsertAllRequest(ignoreUnknownValues: Option[Boolean], skipInvalidRows: Option[Boolean], templateSuffix: Option[String], kind: Option[String], rows: Option[List[TableDataInsertAllRequestRow]])
Attributes
- Companion
- object
- Source
- TableDataInsertAllRequest.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TableDataInsertAllRequest
Attributes
- Companion
- class
- Source
- TableDataInsertAllRequest.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Source
- TableDataInsertAllRequestRow.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TableDataInsertAllRequestRow
Attributes
- Companion
- class
- Source
- TableDataInsertAllRequestRow.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class TableDataInsertAllResponse(insertErrors: Option[List[TableDataInsertAllResponseInsertError]], kind: Option[String])
Attributes
- Companion
- object
- Source
- TableDataInsertAllResponse.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TableDataInsertAllResponse
Attributes
- Companion
- class
- Source
- TableDataInsertAllResponse.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class TableDataInsertAllResponseInsertError(errors: Option[List[ErrorProto]], index: Option[Long])
Attributes
- Companion
- object
- Source
- TableDataInsertAllResponseInsertError.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- TableDataInsertAllResponseInsertError.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class TableDataList(etag: Option[String], pageToken: Option[String], totalRows: Option[Long], kind: Option[String], rows: Option[List[TableRow]])
Attributes
- Companion
- object
- Source
- TableDataList.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TableDataList
Attributes
- Companion
- class
- Source
- TableDataList.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TableDataList.type
final case class TableFieldSchema(name: String, precision: Option[Long], defaultValueExpression: Option[String], rangeElementType: Option[TableFieldSchemaRangeElementType], policyTags: Option[TableFieldSchemaPolicyTags], description: Option[String], scale: Option[Long], fields: Option[List[TableFieldSchema]], categories: Option[TableFieldSchemaCategories], mode: Option[String], `type`: String, roundingMode: Option[String], maxLength: Option[Long], collation: Option[String])
Attributes
- Companion
- object
- Source
- TableFieldSchema.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TableFieldSchema
Attributes
- Companion
- class
- Source
- TableFieldSchema.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TableFieldSchema.type
Attributes
- Companion
- object
- Source
- TableFieldSchemaCategories.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TableFieldSchemaCategories
Attributes
- Companion
- class
- Source
- TableFieldSchemaCategories.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Source
- TableFieldSchemaPolicyTags.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TableFieldSchemaPolicyTags
Attributes
- Companion
- class
- Source
- TableFieldSchemaPolicyTags.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Source
- TableFieldSchemaRangeElementType.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- TableFieldSchemaRangeElementType.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class TableList(etag: Option[String], nextPageToken: Option[String], kind: Option[String], totalItems: Option[Int], tables: Option[List[TableListTable]])
Attributes
- Companion
- object
- Source
- TableList.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TableList
Attributes
- Companion
- class
- Source
- TableList.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TableList.type
final case class TableListTable(tableReference: Option[TableReference], expirationTime: Option[FiniteDuration], friendlyName: Option[String], id: Option[String], timePartitioning: Option[TimePartitioning], labels: Option[Map[String, String]], kind: Option[String], `type`: Option[String], rangePartitioning: Option[RangePartitioning], creationTime: Option[FiniteDuration], view: Option[TableListTableView], clustering: Option[Clustering])
Attributes
- Companion
- object
- Source
- TableListTable.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TableListTable
Attributes
- Companion
- class
- Source
- TableListTable.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TableListTable.type
Attributes
- Companion
- object
- Source
- TableListTableView.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TableListTableView
Attributes
- Companion
- class
- Source
- TableListTableView.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TableListTableView.type
Attributes
- Companion
- object
- Source
- TableReference.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TableReference
Attributes
- Companion
- class
- Source
- TableReference.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TableReference.type
Attributes
- Companion
- object
- Source
- TableRow.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TableRow
Attributes
- Companion
- class
- Source
- TableRow.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TableRow.type
Attributes
- Companion
- object
- Source
- TableSchema.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TableSchema
Attributes
- Companion
- class
- Source
- TableSchema.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TableSchema.type
Attributes
- Source
- TabledataClient.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Source
- TablesClient.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- object
- Source
- TestIamPermissionsRequest.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TestIamPermissionsRequest
Attributes
- Companion
- class
- Source
- TestIamPermissionsRequest.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Source
- TestIamPermissionsResponse.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TestIamPermissionsResponse
Attributes
- Companion
- class
- Source
- TestIamPermissionsResponse.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class TimePartitioning(expirationMs: Option[FiniteDuration], field: Option[String], requirePartitionFilter: Option[Boolean], `type`: String)
Attributes
- Companion
- object
- Source
- TimePartitioning.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TimePartitioning
Attributes
- Companion
- class
- Source
- TimePartitioning.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TimePartitioning.type
final case class TrainingOptions(numTrials: Option[Long], l2Regularization: Option[Double], holidayRegion: Option[TrainingOptionsHolidayRegion], vertexAiModelVersionAliases: Option[List[String]], timeSeriesDataColumn: Option[String], optimizer: Option[String], initialLearnRate: Option[Double], timeSeriesLengthFraction: Option[Double], nonSeasonalOrder: Option[ArimaOrder], batchSize: Option[Long], horizon: Option[Long], kmeansInitializationColumn: Option[String], enableGlobalExplain: Option[Boolean], dataSplitMethod: Option[TrainingOptionsDataSplitMethod], feedbackType: Option[TrainingOptionsFeedbackType], autoClassWeights: Option[Boolean], hparamTuningObjectives: Option[List[TrainingOptionsHparamTuningObjective]], maxTimeSeriesLength: Option[Long], dropout: Option[Double], minTreeChildWeight: Option[Long], standardizeFeatures: Option[Boolean], colsampleBylevel: Option[Double], integratedGradientsNumSteps: Option[Long], distanceType: Option[TrainingOptionsDistanceType], subsample: Option[Double], modelUri: Option[String], dartNormalizeType: Option[TrainingOptionsDartNormalizeType], instanceWeightColumn: Option[String], sampledShapleyNumPaths: Option[Long], warmStart: Option[Boolean], kmeansInitializationMethod: Option[TrainingOptionsKmeansInitializationMethod], numClusters: Option[Long], activationFn: Option[String], maxIterations: Option[Long], timeSeriesIdColumn: Option[String], budgetHours: Option[Double], userColumn: Option[String], timeSeriesIdColumns: Option[List[String]], maxParallelTrials: Option[Long], pcaExplainedVarianceRatio: Option[Double], itemColumn: Option[String], adjustStepChanges: Option[Boolean], fitIntercept: Option[Boolean], inputLabelColumns: Option[List[String]], boosterType: Option[TrainingOptionsBoosterType], modelRegistry: Option[TrainingOptionsModelRegistry], timeSeriesTimestampColumn: Option[String], colsampleBynode: Option[Double], walsAlpha: Option[Double], l1RegActivation: Option[Double], learnRateStrategy: Option[TrainingOptionsLearnRateStrategy], tfVersion: Option[String], minSplitLoss: Option[Double], learnRate: Option[Double], calculatePValues: Option[Boolean], holidayRegions: Option[List[TrainingOptionsHolidayRegion]], numPrincipalComponents: Option[Long], l1Regularization: Option[Double], numParallelTree: Option[Long], numFactors: Option[Long], colsampleBytree: Option[Double], treeMethod: Option[TrainingOptionsTreeMethod], scaleFeatures: Option[Boolean], earlyStop: Option[Boolean], xgboostVersion: Option[String], dataSplitEvalFraction: Option[Double], dataFrequency: Option[TrainingOptionsDataFrequency], approxGlobalFeatureContrib: Option[Boolean], trendSmoothingWindowSize: Option[Long], autoArimaMinOrder: Option[Long], includeDrift: Option[Boolean], minRelativeProgress: Option[Double], autoArima: Option[Boolean], dataSplitColumn: Option[String], hiddenUnits: Option[List[Long]], optimizationStrategy: Option[TrainingOptionsOptimizationStrategy], cleanSpikesAndDips: Option[Boolean], minTimeSeriesLength: Option[Long], decomposeTimeSeries: Option[Boolean], maxTreeDepth: Option[Long], lossType: Option[TrainingOptionsLossType], labelClassWeights: Option[Map[String, Double]], pcaSolver: Option[TrainingOptionsPcaSolver], categoryEncodingMethod: Option[TrainingOptionsCategoryEncodingMethod], autoArimaMaxOrder: Option[Long], colorSpace: Option[TrainingOptionsColorSpace])
Attributes
- Companion
- object
- Source
- TrainingOptions.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TrainingOptions
Attributes
- Companion
- class
- Source
- TrainingOptions.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TrainingOptions.type
sealed abstract class TrainingOptionsBoosterType(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- TrainingOptionsBoosterType.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
object TrainingOptionsBoosterType
Attributes
- Companion
- class
- Source
- TrainingOptionsBoosterType.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
sealed abstract class TrainingOptionsCategoryEncodingMethod(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- TrainingOptionsCategoryEncodingMethod.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object DUMMY_ENCODING.typeobject ENCODING_METHOD_UNSPECIFIED.typeobject LABEL_ENCODING.typeobject ONE_HOT_ENCODING.type
Attributes
- Companion
- class
- Source
- TrainingOptionsCategoryEncodingMethod.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
sealed abstract class TrainingOptionsColorSpace(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- TrainingOptionsColorSpace.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
object TrainingOptionsColorSpace
Attributes
- Companion
- class
- Source
- TrainingOptionsColorSpace.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
sealed abstract class TrainingOptionsDartNormalizeType(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- TrainingOptionsDartNormalizeType.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
Attributes
- Companion
- class
- Source
- TrainingOptionsDartNormalizeType.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
sealed abstract class TrainingOptionsDataFrequency(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- TrainingOptionsDataFrequency.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object AUTO_FREQUENCY.typeobject DAILY.typeobject DATA_FREQUENCY_UNSPECIFIED.typeobject HOURLY.typeobject MONTHLY.typeobject PER_MINUTE.typeobject QUARTERLY.typeobject WEEKLY.typeobject YEARLY.typeShow all
object TrainingOptionsDataFrequency
Attributes
- Companion
- class
- Source
- TrainingOptionsDataFrequency.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
sealed abstract class TrainingOptionsDataSplitMethod(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- TrainingOptionsDataSplitMethod.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object AUTO_SPLIT.typeobject CUSTOM.typeobject DATA_SPLIT_METHOD_UNSPECIFIED.typeobject NO_SPLIT.typeobject RANDOM.typeobject SEQUENTIAL.typeShow all
Attributes
- Companion
- class
- Source
- TrainingOptionsDataSplitMethod.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
sealed abstract class TrainingOptionsDistanceType(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- TrainingOptionsDistanceType.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
object TrainingOptionsDistanceType
Attributes
- Companion
- class
- Source
- TrainingOptionsDistanceType.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
sealed abstract class TrainingOptionsFeedbackType(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- TrainingOptionsFeedbackType.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
object TrainingOptionsFeedbackType
Attributes
- Companion
- class
- Source
- TrainingOptionsFeedbackType.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
sealed abstract class TrainingOptionsHolidayRegion(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- TrainingOptionsHolidayRegion.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object AE.typeobject AR.typeobject AT.typeobject AU.typeobject BE.typeobject BR.typeobject CA.typeobject CH.typeobject CL.typeobject CN.typeobject CO.typeobject CS.typeobject CZ.typeobject DE.typeobject DK.typeobject DZ.typeobject EC.typeobject EE.typeobject EG.typeobject EMEA.typeobject ES.typeobject FI.typeobject FR.typeobject GB.typeobject GLOBAL.typeobject GR.typeobject HK.typeobject HOLIDAY_REGION_UNSPECIFIED.typeobject HU.typeobject ID.typeobject IE.typeobject IL.typeobject IN.typeobject IR.typeobject IT.typeobject JAPAC.typeobject JP.typeobject KR.typeobject LAC.typeobject LV.typeobject MA.typeobject MX.typeobject MY.typeobject NA.typeobject NG.typeobject NL.typeobject NO.typeobject NZ.typeobject PE.typeobject PH.typeobject PK.typeobject PL.typeobject PT.typeobject RO.typeobject RS.typeobject RU.typeobject SA.typeobject SE.typeobject SG.typeobject SI.typeobject SK.typeobject TH.typeobject TR.typeobject TW.typeobject UA.typeobject US.typeobject VE.typeobject VN.typeobject ZA.typeShow all
object TrainingOptionsHolidayRegion
Attributes
- Companion
- class
- Source
- TrainingOptionsHolidayRegion.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
sealed abstract class TrainingOptionsHparamTuningObjective(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- TrainingOptionsHparamTuningObjective.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object ACCURACY.typeobject AVERAGE_RANK.typeobject DAVIES_BOULDIN_INDEX.typeobject EXPLAINED_VARIANCE.typeobject F1_SCORE.typeobject HPARAM_TUNING_OBJECTIVE_UNSPECIFIED.typeobject LOG_LOSS.typeobject MEAN_ABSOLUTE_ERROR.typeobject MEAN_AVERAGE_PRECISION.typeobject MEAN_SQUARED_ERROR.typeobject MEAN_SQUARED_LOG_ERROR.typeobject MEDIAN_ABSOLUTE_ERROR.typeobject NORMALIZED_DISCOUNTED_CUMULATIVE_GAIN.typeobject PRECISION.typeobject RECALL.typeobject ROC_AUC.typeobject R_SQUARED.typeShow all
Attributes
- Companion
- class
- Source
- TrainingOptionsHparamTuningObjective.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
sealed abstract class TrainingOptionsKmeansInitializationMethod(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- TrainingOptionsKmeansInitializationMethod.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object CUSTOM.typeobject KMEANS_INITIALIZATION_METHOD_UNSPECIFIED.typeobject KMEANS_PLUS_PLUS.typeobject RANDOM.type
Attributes
- Companion
- class
- Source
- TrainingOptionsKmeansInitializationMethod.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
sealed abstract class TrainingOptionsLearnRateStrategy(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- TrainingOptionsLearnRateStrategy.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
Attributes
- Companion
- class
- Source
- TrainingOptionsLearnRateStrategy.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
sealed abstract class TrainingOptionsLossType(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- TrainingOptionsLossType.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
object TrainingOptionsLossType
Attributes
- Companion
- class
- Source
- TrainingOptionsLossType.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
sealed abstract class TrainingOptionsModelRegistry(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- TrainingOptionsModelRegistry.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object MODEL_REGISTRY_UNSPECIFIED.typeobject VERTEX_AI.type
object TrainingOptionsModelRegistry
Attributes
- Companion
- class
- Source
- TrainingOptionsModelRegistry.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
sealed abstract class TrainingOptionsOptimizationStrategy(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- TrainingOptionsOptimizationStrategy.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object BATCH_GRADIENT_DESCENT.typeobject NORMAL_EQUATION.typeobject OPTIMIZATION_STRATEGY_UNSPECIFIED.type
Attributes
- Companion
- class
- Source
- TrainingOptionsOptimizationStrategy.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
sealed abstract class TrainingOptionsPcaSolver(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- TrainingOptionsPcaSolver.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
object TrainingOptionsPcaSolver
Attributes
- Companion
- class
- Source
- TrainingOptionsPcaSolver.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
sealed abstract class TrainingOptionsTreeMethod(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- TrainingOptionsTreeMethod.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object APPROX.typeobject AUTO.typeobject EXACT.typeobject HIST.typeobject TREE_METHOD_UNSPECIFIED.type
object TrainingOptionsTreeMethod
Attributes
- Companion
- class
- Source
- TrainingOptionsTreeMethod.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class TrainingRun(modelLevelGlobalExplanation: Option[GlobalExplanation], vertexAiModelId: Option[String], startTime: Option[String], dataSplitResult: Option[DataSplitResult], classLevelGlobalExplanations: Option[List[GlobalExplanation]], trainingOptions: Option[TrainingOptions], vertexAiModelVersion: Option[String], results: Option[List[IterationResult]], trainingStartTime: Option[FiniteDuration], evaluationMetrics: Option[EvaluationMetrics])
Attributes
- Companion
- object
- Source
- TrainingRun.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TrainingRun
Attributes
- Companion
- class
- Source
- TrainingRun.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TrainingRun.type
Attributes
- Companion
- object
- Source
- TransactionInfo.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TransactionInfo
Attributes
- Companion
- class
- Source
- TransactionInfo.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TransactionInfo.type
final case class TransformColumn(name: Option[String], transformSql: Option[String], `type`: Option[StandardSqlDataType])
Attributes
- Companion
- object
- Source
- TransformColumn.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TransformColumn
Attributes
- Companion
- class
- Source
- TransformColumn.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TransformColumn.type
final case class UserDefinedFunctionResource(inlineCode: Option[String], resourceUri: Option[String])
Attributes
- Companion
- object
- Source
- UserDefinedFunctionResource.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object UserDefinedFunctionResource
Attributes
- Companion
- class
- Source
- UserDefinedFunctionResource.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class VectorSearchStatistics(indexUnusedReasons: Option[List[IndexUnusedReason]], indexUsageMode: Option[VectorSearchStatisticsIndexUsageMode])
Attributes
- Companion
- object
- Source
- VectorSearchStatistics.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object VectorSearchStatistics
Attributes
- Companion
- class
- Source
- VectorSearchStatistics.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
sealed abstract class VectorSearchStatisticsIndexUsageMode(val value: String) extends Product, Serializable
Attributes
- Companion
- object
- Source
- VectorSearchStatisticsIndexUsageMode.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object FULLY_USED.typeobject INDEX_USAGE_MODE_UNSPECIFIED.typeobject PARTIALLY_USED.typeobject UNUSED.type
Attributes
- Companion
- class
- Source
- VectorSearchStatisticsIndexUsageMode.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
final case class ViewDefinition(query: String, useExplicitColumnNames: Option[Boolean], useLegacySql: Option[Boolean], userDefinedFunctionResources: Option[List[UserDefinedFunctionResource]])
Attributes
- Companion
- object
- Source
- ViewDefinition.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ViewDefinition
Attributes
- Companion
- class
- Source
- ViewDefinition.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ViewDefinition.type
In this article