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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
AggregateClassificationMetrics.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class AggregationThresholdPolicy(privacyUnitColumns: Option[List[String]], threshold: Option[Long])

Attributes

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

Attributes

Companion
class
Source
AggregationThresholdPolicy.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Argument

Attributes

Companion
class
Source
Argument.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Argument.type
sealed abstract class ArgumentArgumentKind(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
ArgumentArgumentKind.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object ANY_TYPE.type
object FIXED_TYPE.type

Attributes

Companion
class
Source
ArgumentArgumentKind.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class ArgumentMode(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
ArgumentMode.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object IN.type
object INOUT.type
object MODE_UNSPECIFIED.type
object OUT.type
object ArgumentMode

Attributes

Companion
class
Source
ArgumentMode.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ArimaCoefficients(autoRegressiveCoefficients: Option[List[Double]], interceptCoefficient: Option[Double], movingAverageCoefficients: Option[List[Double]])

Attributes

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

Attributes

Companion
class
Source
ArimaCoefficients.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ArimaFittingMetrics(aic: Option[Double], logLikelihood: Option[Double], variance: Option[Double])

Attributes

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

Attributes

Companion
class
Source
ArimaFittingMetrics.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ArimaForecastingMetrics.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class ArimaForecastingMetricsSeasonalPeriod(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
ArimaForecastingMetricsSeasonalPeriod.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object DAILY.type
object MONTHLY.type
object NO_SEASONALITY.type
object QUARTERLY.type
object WEEKLY.type
object YEARLY.type
Show all

Attributes

Companion
class
Source
ArimaForecastingMetricsSeasonalPeriod.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ArimaModelInfo.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class ArimaModelInfoSeasonalPeriod(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
ArimaModelInfoSeasonalPeriod.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object DAILY.type
object MONTHLY.type
object NO_SEASONALITY.type
object QUARTERLY.type
object WEEKLY.type
object YEARLY.type
Show all

Attributes

Companion
class
Source
ArimaModelInfoSeasonalPeriod.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ArimaOrder(d: Option[Long], p: Option[Long], q: Option[Long])

Attributes

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

Attributes

Companion
class
Source
ArimaOrder.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ArimaResult

Attributes

Companion
class
Source
ArimaResult.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class ArimaResultSeasonalPeriod(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
ArimaResultSeasonalPeriod.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object DAILY.type
object MONTHLY.type
object NO_SEASONALITY.type
object QUARTERLY.type
object WEEKLY.type
object YEARLY.type
Show all

Attributes

Companion
class
Source
ArimaResultSeasonalPeriod.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ArimaSingleModelForecastingMetrics.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class ArimaSingleModelForecastingMetricsSeasonalPeriod(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
ArimaSingleModelForecastingMetricsSeasonalPeriod.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object DAILY.type
object MONTHLY.type
object NO_SEASONALITY.type
object QUARTERLY.type
object WEEKLY.type
object YEARLY.type
Show all

Attributes

Companion
class
Source
ArimaSingleModelForecastingMetricsSeasonalPeriod.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class AuditConfig(auditLogConfigs: Option[List[AuditLogConfig]], service: Option[String])

Attributes

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

Attributes

Companion
class
Source
AuditConfig.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class AuditLogConfig(exemptedMembers: Option[List[String]], logType: Option[AuditLogConfigLogType])

Attributes

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

Attributes

Companion
class
Source
AuditLogConfig.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class AuditLogConfigLogType(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
AuditLogConfigLogType.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object ADMIN_READ.type
object DATA_READ.type
object DATA_WRITE.type
object LOG_TYPE_UNSPECIFIED.type

Attributes

Companion
class
Source
AuditLogConfigLogType.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class AvroOptions(useAvroLogicalTypes: Option[Boolean])

Attributes

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

Attributes

Companion
class
Source
AvroOptions.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class BiEngineReason(code: Option[String], message: Option[String])

Attributes

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

Attributes

Companion
class
Source
BiEngineReason.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class BiEngineStatistics(accelerationMode: Option[String], biEngineMode: Option[String], biEngineReasons: Option[List[BiEngineReason]])

Attributes

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

Attributes

Companion
class
Source
BiEngineStatistics.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class BigLakeConfiguration(connectionId: String, fileFormat: String, storageUri: String, tableFormat: String)

Attributes

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

Attributes

Companion
class
Source
BigLakeConfiguration.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class BigQueryModelTraining(currentIteration: Option[Int], expectedTotalIterations: Option[Long])

Attributes

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

Attributes

Companion
class
Source
BigQueryModelTraining.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
BigtableColumn.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
BigtableColumnFamily.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class BigtableOptions(columnFamilies: Option[List[BigtableColumnFamily]], ignoreUnspecifiedColumnFamilies: Option[Boolean], readRowkeyAsString: Option[Boolean])

Attributes

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

Attributes

Companion
class
Source
BigtableOptions.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
BinaryClassificationMetrics.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
BinaryConfusionMatrix.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Binding(condition: Option[Expr], members: Option[List[String]], role: Option[String])

Attributes

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

Attributes

Companion
class
Source
Binding.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
BqmlIterationResult.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
BqmlTrainingRun.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
BqmlTrainingRunTrainingOptions.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class CategoricalValue(categoryCounts: Option[List[CategoryCount]])

Attributes

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

Attributes

Companion
class
Source
CategoricalValue.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class CategoryCount(category: Option[String], count: Option[Long])

Attributes

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

Attributes

Companion
class
Source
CategoryCount.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class CloneDefinition(baseTableReference: TableReference, cloneTime: String)

Attributes

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

Attributes

Companion
class
Source
CloneDefinition.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Cluster(centroidId: Option[Long], count: Option[Long], featureValues: Option[List[FeatureValue]])

Attributes

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

Attributes

Companion
class
Source
Cluster.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ClusterInfo

Attributes

Companion
class
Source
ClusterInfo.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Clustering(fields: Option[List[String]])

Attributes

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

Attributes

Companion
class
Source
Clustering.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ClusteringMetrics.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ConfusionMatrix(confidenceThreshold: Option[Double], rows: Option[List[Row]])

Attributes

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

Attributes

Companion
class
Source
ConfusionMatrix.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ConnectionProperty(key: String, value: String)

Attributes

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

Attributes

Companion
class
Source
ConnectionProperty.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object CsvOptions

Attributes

Companion
class
Source
CsvOptions.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
CsvOptions.type
final case class DataMaskingStatistics(dataMaskingApplied: Option[Boolean])

Attributes

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

Attributes

Companion
class
Source
DataMaskingStatistics.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DataSplitResult(evaluationTable: Option[TableReference], testTable: Option[TableReference], trainingTable: Option[TableReference])

Attributes

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

Attributes

Companion
class
Source
DataSplitResult.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Dataset

Attributes

Companion
class
Source
Dataset.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object DatasetAccess

Attributes

Companion
class
Source
DatasetAccess.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DatasetAccessEntry(dataset: DatasetReference, targetTypes: Option[List[DatasetAccessEntryTargetType]])

Attributes

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

Attributes

Companion
class
Source
DatasetAccessEntry.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class DatasetAccessEntryTargetType(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
DatasetAccessEntryTargetType.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object ROUTINES.type
object VIEWS.type

Attributes

Companion
class
Source
DatasetAccessEntryTargetType.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object DatasetList

Attributes

Companion
class
Source
DatasetList.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
DatasetListDataset.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DatasetReference(datasetId: String, projectId: Option[String])

Attributes

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

Attributes

Companion
class
Source
DatasetReference.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DatasetTag(tagKey: String, tagValue: String)

Attributes

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

Attributes

Companion
class
Source
DatasetTag.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
DatasetTag.type
class DatasetsClient[F[_]](client: Client[F])(implicit evidence$1: Concurrent[F])

Attributes

Source
DatasetsClient.scala
Supertypes
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
DestinationTableProperties.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DimensionalityReductionMetrics(totalExplainedVarianceRatio: Option[Double])

Attributes

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

Attributes

Companion
class
Source
DimensionalityReductionMetrics.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DmlStatistics(deletedRowCount: Option[Long], insertedRowCount: Option[Long], updatedRowCount: Option[Long])

Attributes

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

Attributes

Companion
class
Source
DmlStatistics.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DoubleCandidates(candidates: Option[List[Double]])

Attributes

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

Attributes

Companion
class
Source
DoubleCandidates.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DoubleHparamSearchSpace(candidates: Option[DoubleCandidates], range: Option[DoubleRange])

Attributes

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

Attributes

Companion
class
Source
DoubleHparamSearchSpace.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class DoubleRange(max: Option[Double], min: Option[Double])

Attributes

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

Attributes

Companion
class
Source
DoubleRange.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class EncryptionConfiguration(kmsKeyName: Option[String])

Attributes

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

Attributes

Companion
class
Source
EncryptionConfiguration.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Entry(itemCount: Option[Long], predictedLabel: Option[String])

Attributes

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

Attributes

Companion
class
Source
Entry.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ErrorProto

Attributes

Companion
class
Source
ErrorProto.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
EvaluationMetrics.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ExplainQueryStage.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ExplainQueryStep(kind: Option[String], substeps: Option[List[String]])

Attributes

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

Attributes

Companion
class
Source
ExplainQueryStep.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Explanation(attribution: Option[Double], featureName: Option[String])

Attributes

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

Attributes

Companion
class
Source
Explanation.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Expr

Attributes

Companion
class
Source
Expr.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ExternalDataConfiguration.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ExternalDatasetReference(connection: String, externalSource: String)

Attributes

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

Attributes

Companion
class
Source
ExternalDatasetReference.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class FeatureValue(categoricalValue: Option[CategoricalValue], featureColumn: Option[String], numericalValue: Option[Double])

Attributes

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

Attributes

Companion
class
Source
FeatureValue.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class GetIamPolicyRequest(options: Option[GetPolicyOptions])

Attributes

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

Attributes

Companion
class
Source
GetIamPolicyRequest.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class GetPolicyOptions(requestedPolicyVersion: Option[Int])

Attributes

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

Attributes

Companion
class
Source
GetPolicyOptions.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
GetQueryResultsResponse.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class GetServiceAccountResponse(email: Option[String], kind: Option[String])

Attributes

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

Attributes

Companion
class
Source
GetServiceAccountResponse.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class GlobalExplanation(classLabel: Option[String], explanations: Option[List[Explanation]])

Attributes

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

Attributes

Companion
class
Source
GlobalExplanation.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class GoogleSheetsOptions(range: Option[String], skipLeadingRows: Option[Long])

Attributes

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

Attributes

Companion
class
Source
GoogleSheetsOptions.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
HivePartitioningOptions.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
HparamSearchSpaces.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
HparamTuningTrial.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class HparamTuningTrialStatus(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
HparamTuningTrialStatus.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object FAILED.type
object INFEASIBLE.type
object NOT_STARTED.type
object RUNNING.type
object STOPPED_EARLY.type
object SUCCEEDED.type
Show all

Attributes

Companion
class
Source
HparamTuningTrialStatus.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
IndexUnusedReason.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class IntArray(elements: Option[List[Long]])

Attributes

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

Attributes

Companion
class
Source
IntArray.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
IntArray.type
final case class IntArrayHparamSearchSpace(candidates: Option[List[IntArray]])

Attributes

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

Attributes

Companion
class
Source
IntArrayHparamSearchSpace.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class IntCandidates(candidates: Option[List[Long]])

Attributes

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

Attributes

Companion
class
Source
IntCandidates.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class IntHparamSearchSpace(candidates: Option[IntCandidates], range: Option[IntRange])

Attributes

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

Attributes

Companion
class
Source
IntHparamSearchSpace.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class IntRange(max: Option[Long], min: Option[Long])

Attributes

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

Attributes

Companion
class
Source
IntRange.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
IterationResult.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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])

Attributes

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

Attributes

Companion
class
Source
Job.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Job.type
final case class JobCancelResponse(job: Option[Job], kind: Option[String])

Attributes

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

Attributes

Companion
class
Source
JobCancelResponse.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
JobConfiguration.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
JobConfigurationExtract.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
JobConfigurationLoad.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
JobConfigurationQuery.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
JobConfigurationTableCopy.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class JobCreationReason(code: Option[JobCreationReasonCode])

Attributes

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

Attributes

Companion
class
Source
JobCreationReason.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class JobCreationReasonCode(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
JobCreationReasonCode.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object CODE_UNSPECIFIED.type
object LARGE_RESULTS.type
object LONG_RUNNING.type
object OTHER.type
object REQUESTED.type

Attributes

Companion
class
Source
JobCreationReasonCode.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object JobList

Attributes

Companion
class
Source
JobList.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object JobListJob

Attributes

Companion
class
Source
JobListJob.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
JobListJob.type
final case class JobReference(jobId: String, location: Option[String], projectId: String)

Attributes

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

Attributes

Companion
class
Source
JobReference.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object JobStatistics

Attributes

Companion
class
Source
JobStatistics.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
JobStatistics2.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class JobStatistics2ReservationUsage(name: Option[String], slotMs: Option[FiniteDuration])

Attributes

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

Attributes

Companion
class
Source
JobStatistics2ReservationUsage.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
JobStatistics3.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class JobStatistics4(destinationUriFileCounts: Option[List[Long]], inputBytes: Option[Long])

Attributes

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

Attributes

Companion
class
Source
JobStatistics4.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class JobStatistics5(copiedLogicalBytes: Option[Long], copiedRows: Option[Long])

Attributes

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

Attributes

Companion
class
Source
JobStatistics5.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class JobStatisticsReservationUsage(name: Option[String], slotMs: Option[FiniteDuration])

Attributes

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

Attributes

Companion
class
Source
JobStatisticsReservationUsage.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object JobStatus

Attributes

Companion
class
Source
JobStatus.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
JobStatus.type
class JobsClient[F[_]](client: Client[F])(implicit evidence$1: Concurrent[F])

Attributes

Source
JobsClient.scala
Supertypes
class Object
trait Matchable
class Any
final case class JsonOptions(encoding: Option[String])

Attributes

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

Attributes

Companion
class
Source
JsonOptions.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ListModelsResponse(models: Option[List[Model]], nextPageToken: Option[String])

Attributes

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

Attributes

Companion
class
Source
ListModelsResponse.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ListRoutinesResponse(nextPageToken: Option[String], routines: Option[List[Routine]])

Attributes

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

Attributes

Companion
class
Source
ListRoutinesResponse.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ListRowAccessPoliciesResponse(nextPageToken: Option[String], rowAccessPolicies: Option[List[RowAccessPolicy]])

Attributes

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

Attributes

Companion
class
Source
ListRowAccessPoliciesResponse.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class LocationMetadata(legacyLocationId: Option[String])

Attributes

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

Attributes

Companion
class
Source
LocationMetadata.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
MaterializedViewDefinition.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class MlStatistics(iterationResults: Option[List[IterationResult]], maxIterations: Option[Long])

Attributes

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

Attributes

Companion
class
Source
MlStatistics.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Model

Attributes

Companion
class
Source
Model.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Model.type
final case class ModelDefinition(modelOptions: Option[ModelDefinitionModelOptions], trainingRuns: Option[List[BqmlTrainingRun]])

Attributes

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

Attributes

Companion
class
Source
ModelDefinition.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ModelDefinitionModelOptions(labels: Option[List[String]], lossType: Option[String], modelType: Option[String])

Attributes

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

Attributes

Companion
class
Source
ModelDefinitionModelOptions.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class ModelModelType(val value: String) extends Product, Serializable

Attributes

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

Attributes

Companion
class
Source
ModelModelType.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ModelReference(datasetId: Option[String], modelId: Option[String], projectId: Option[String])

Attributes

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

Attributes

Companion
class
Source
ModelReference.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
class ModelsClient[F[_]](client: Client[F])(implicit evidence$1: Concurrent[F])

Attributes

Source
ModelsClient.scala
Supertypes
class Object
trait Matchable
class Any
final case class MultiClassClassificationMetrics(aggregateClassificationMetrics: Option[AggregateClassificationMetrics], confusionMatrixList: Option[List[ConfusionMatrix]])

Attributes

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

Attributes

Companion
class
Source
MultiClassClassificationMetrics.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ParquetOptions(enableListInference: Option[Boolean], enumAsString: Option[Boolean])

Attributes

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

Attributes

Companion
class
Source
ParquetOptions.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Policy

Attributes

Companion
class
Source
Policy.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
PrincipalComponentInfo.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class PrivacyPolicy(aggregationThresholdPolicy: Option[AggregationThresholdPolicy])

Attributes

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

Attributes

Companion
class
Source
PrivacyPolicy.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ProjectList

Attributes

Companion
class
Source
ProjectList.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ProjectListProject.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ProjectReference(projectId: String)

Attributes

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

Attributes

Companion
class
Source
ProjectReference.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
class ProjectsClient[F[_]](client: Client[F])(implicit evidence$1: Concurrent[F])

Attributes

Source
ProjectsClient.scala
Supertypes
class Object
trait Matchable
class Any
final case class QueryParameter(name: Option[String], parameterType: QueryParameterType, parameterValue: QueryParameterValue)

Attributes

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

Attributes

Companion
class
Source
QueryParameter.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
QueryParameterType.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class QueryParameterTypeStructType(description: Option[String], name: Option[String], `type`: QueryParameterType)

Attributes

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

Attributes

Companion
class
Source
QueryParameterTypeStructType.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
QueryParameterValue.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class QueryParameterValueRangeValue(end: Option[QueryParameterValue], start: Option[QueryParameterValue])

Attributes

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

Attributes

Companion
class
Source
QueryParameterValueRangeValue.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object QueryRequest

Attributes

Companion
class
Source
QueryRequest.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object QueryResponse

Attributes

Companion
class
Source
QueryResponse.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
QueryTimelineSample.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class RangePartitioning(field: String, range: RangePartitioningRange)

Attributes

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

Attributes

Companion
class
Source
RangePartitioning.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class RangePartitioningRange(end: Long, interval: Long, start: Long)

Attributes

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

Attributes

Companion
class
Source
RangePartitioningRange.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class RangeValue(end: Option[QueryParameterValue], start: Option[QueryParameterValue])

Attributes

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

Attributes

Companion
class
Source
RangeValue.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
RankingMetrics.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
RegressionMetrics.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
RemoteFunctionOptions.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
RemoteModelInfo.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class RemoteModelInfoRemoteServiceType(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
RemoteModelInfoRemoteServiceType.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes

Attributes

Companion
class
Source
RemoteModelInfoRemoteServiceType.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Routine

Attributes

Companion
class
Source
Routine.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Routine.type
sealed abstract class RoutineDataGovernanceType(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
RoutineDataGovernanceType.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes

Attributes

Companion
class
Source
RoutineDataGovernanceType.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class RoutineDeterminismLevel(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
RoutineDeterminismLevel.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object DETERMINISTIC.type
object NOT_DETERMINISTIC.type

Attributes

Companion
class
Source
RoutineDeterminismLevel.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class RoutineLanguage(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
RoutineLanguage.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object JAVA.type
object JAVASCRIPT.type
object LANGUAGE_UNSPECIFIED.type
object PYTHON.type
object SCALA.type
object SQL.type
Show all

Attributes

Companion
class
Source
RoutineLanguage.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class RoutineReference(datasetId: Option[String], projectId: Option[String], routineId: Option[String])

Attributes

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

Attributes

Companion
class
Source
RoutineReference.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class RoutineRoutineType(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
RoutineRoutineType.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object AGGREGATE_FUNCTION.type
object PROCEDURE.type
object SCALAR_FUNCTION.type
object TABLE_VALUED_FUNCTION.type

Attributes

Companion
class
Source
RoutineRoutineType.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class RoutineSecurityMode(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
RoutineSecurityMode.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object DEFINER.type
object INVOKER.type

Attributes

Companion
class
Source
RoutineSecurityMode.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
class RoutinesClient[F[_]](client: Client[F])(implicit evidence$1: Concurrent[F])

Attributes

Source
RoutinesClient.scala
Supertypes
class Object
trait Matchable
class Any
final case class Row(actualLabel: Option[String], entries: Option[List[Entry]])

Attributes

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

Attributes

Companion
class
Source
Row.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Row.type
class RowAccessPoliciesClient[F[_]](client: Client[F])(implicit evidence$1: Concurrent[F])

Attributes

Source
RowAccessPoliciesClient.scala
Supertypes
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
RowAccessPolicy.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
RowAccessPolicyReference.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class RowLevelSecurityStatistics(rowLevelSecurityApplied: Option[Boolean])

Attributes

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

Attributes

Companion
class
Source
RowLevelSecurityStatistics.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ScriptStackFrame.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ScriptStatistics(evaluationKind: Option[String], stackFrames: Option[List[ScriptStackFrame]])

Attributes

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

Attributes

Companion
class
Source
ScriptStatistics.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class SearchStatistics(indexUnusedReasons: Option[List[IndexUnusedReason]], indexUsageMode: Option[String])

Attributes

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

Attributes

Companion
class
Source
SearchStatistics.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class SessionInfo(sessionId: Option[String])

Attributes

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

Attributes

Companion
class
Source
SessionInfo.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class SetIamPolicyRequest(policy: Option[Policy], updateMask: Option[String])

Attributes

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

Attributes

Companion
class
Source
SetIamPolicyRequest.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class SnapshotDefinition(baseTableReference: TableReference, snapshotTime: String)

Attributes

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

Attributes

Companion
class
Source
SnapshotDefinition.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class SparkLoggingInfo(projectId: Option[String], resourceType: Option[String])

Attributes

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

Attributes

Companion
class
Source
SparkLoggingInfo.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SparkOptions

Attributes

Companion
class
Source
SparkOptions.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
SparkStatistics.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
StandardSqlDataType.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class StandardSqlDataTypeTypeKind(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
StandardSqlDataTypeTypeKind.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object ARRAY.type
object BIGNUMERIC.type
object BOOL.type
object BYTES.type
object DATE.type
object DATETIME.type
object FLOAT64.type
object GEOGRAPHY.type
object INT64.type
object INTERVAL.type
object JSON.type
object NUMERIC.type
object RANGE.type
object STRING.type
object STRUCT.type
object TIME.type
object TIMESTAMP.type
object TYPE_KIND_UNSPECIFIED.type
Show all

Attributes

Companion
class
Source
StandardSqlDataTypeTypeKind.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class StandardSqlField(name: Option[String], `type`: Option[StandardSqlDataType])

Attributes

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

Attributes

Companion
class
Source
StandardSqlField.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class StandardSqlStructType(fields: Option[List[StandardSqlField]])

Attributes

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

Attributes

Companion
class
Source
StandardSqlStructType.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class StandardSqlTableType(columns: Option[List[StandardSqlField]])

Attributes

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

Attributes

Companion
class
Source
StandardSqlTableType.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Streamingbuffer(estimatedBytes: Option[BigInt], estimatedRows: Option[BigInt], oldestEntryTime: Option[BigInt])

Attributes

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

Attributes

Companion
class
Source
Streamingbuffer.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class StringHparamSearchSpace(candidates: Option[List[String]])

Attributes

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

Attributes

Companion
class
Source
StringHparamSearchSpace.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Table

Attributes

Companion
class
Source
Table.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Table.type
final case class TableCell(v: Option[Json])

Attributes

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

Attributes

Companion
class
Source
TableCell.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TableCell.type
final case class TableConstraints(foreignKeys: Option[List[TableConstraintsForeignKey]], primaryKey: Option[TableConstraintsPrimaryKey])

Attributes

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

Attributes

Companion
class
Source
TableConstraints.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class TableConstraintsForeignKey(columnReferences: Option[List[TableConstraintsForeignKeyColumnReference]], name: Option[String], referencedTable: Option[TableConstraintsForeignKeyReferencedTable])

Attributes

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

Attributes

Companion
class
Source
TableConstraintsForeignKey.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class TableConstraintsForeignKeyColumnReference(referencedColumn: Option[String], referencingColumn: Option[String])

Attributes

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

Attributes

Companion
class
Source
TableConstraintsForeignKeyColumnReference.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class TableConstraintsForeignKeyReferencedTable(datasetId: Option[String], projectId: Option[String], tableId: Option[String])

Attributes

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

Attributes

Companion
class
Source
TableConstraintsForeignKeyReferencedTable.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class TableConstraintsPrimaryKey(columns: Option[List[String]])

Attributes

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

Attributes

Companion
class
Source
TableConstraintsPrimaryKey.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
TableDataInsertAllRequest.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class TableDataInsertAllRequestRow(insertId: Option[String], json: JsonObject)

Attributes

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

Attributes

Companion
class
Source
TableDataInsertAllRequestRow.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class TableDataInsertAllResponse(insertErrors: Option[List[TableDataInsertAllResponseInsertError]], kind: Option[String])

Attributes

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

Attributes

Companion
class
Source
TableDataInsertAllResponse.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class TableDataInsertAllResponseInsertError(errors: Option[List[ErrorProto]], index: Option[Long])

Attributes

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

Attributes

Companion
class
Source
TableDataInsertAllResponseInsertError.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TableDataList

Attributes

Companion
class
Source
TableDataList.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
TableFieldSchema.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class TableFieldSchemaCategories(names: Option[List[String]])

Attributes

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

Attributes

Companion
class
Source
TableFieldSchemaCategories.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class TableFieldSchemaPolicyTags(names: Option[List[String]])

Attributes

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

Attributes

Companion
class
Source
TableFieldSchemaPolicyTags.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class TableFieldSchemaRangeElementType(`type`: Option[String])

Attributes

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

Attributes

Companion
class
Source
TableFieldSchemaRangeElementType.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TableList

Attributes

Companion
class
Source
TableList.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
TableListTable.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class TableListTableView(useLegacySql: Option[Boolean])

Attributes

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

Attributes

Companion
class
Source
TableListTableView.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class TableReference(datasetId: String, projectId: String, tableId: String)

Attributes

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

Attributes

Companion
class
Source
TableReference.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class TableRow(f: Option[List[TableCell]])

Attributes

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

Attributes

Companion
class
Source
TableRow.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TableRow.type
final case class TableSchema(fields: Option[List[TableFieldSchema]])

Attributes

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

Attributes

Companion
class
Source
TableSchema.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
class TabledataClient[F[_]](client: Client[F])(implicit evidence$1: Concurrent[F])

Attributes

Source
TabledataClient.scala
Supertypes
class Object
trait Matchable
class Any
class TablesClient[F[_]](client: Client[F])(implicit evidence$1: Concurrent[F])

Attributes

Source
TablesClient.scala
Supertypes
class Object
trait Matchable
class Any
final case class TestIamPermissionsRequest(permissions: Option[List[String]])

Attributes

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

Attributes

Companion
class
Source
TestIamPermissionsRequest.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class TestIamPermissionsResponse(permissions: Option[List[String]])

Attributes

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

Attributes

Companion
class
Source
TestIamPermissionsResponse.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
TimePartitioning.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
TrainingOptions.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class TrainingOptionsBoosterType(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
TrainingOptionsBoosterType.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object DART.type
object GBTREE.type

Attributes

Companion
class
Source
TrainingOptionsBoosterType.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class TrainingOptionsCategoryEncodingMethod(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
TrainingOptionsCategoryEncodingMethod.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object DUMMY_ENCODING.type
object LABEL_ENCODING.type
object ONE_HOT_ENCODING.type

Attributes

Companion
class
Source
TrainingOptionsCategoryEncodingMethod.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class TrainingOptionsColorSpace(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
TrainingOptionsColorSpace.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object GRAYSCALE.type
object HSV.type
object RGB.type
object YIQ.type
object YUV.type
Show all

Attributes

Companion
class
Source
TrainingOptionsColorSpace.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class TrainingOptionsDartNormalizeType(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
TrainingOptionsDartNormalizeType.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object FOREST.type
object TREE.type

Attributes

Companion
class
Source
TrainingOptionsDartNormalizeType.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class TrainingOptionsDataFrequency(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
TrainingOptionsDataFrequency.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object AUTO_FREQUENCY.type
object DAILY.type
object HOURLY.type
object MONTHLY.type
object PER_MINUTE.type
object QUARTERLY.type
object WEEKLY.type
object YEARLY.type
Show all

Attributes

Companion
class
Source
TrainingOptionsDataFrequency.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class TrainingOptionsDataSplitMethod(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
TrainingOptionsDataSplitMethod.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object AUTO_SPLIT.type
object CUSTOM.type
object NO_SPLIT.type
object RANDOM.type
object SEQUENTIAL.type
Show all

Attributes

Companion
class
Source
TrainingOptionsDataSplitMethod.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class TrainingOptionsDistanceType(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
TrainingOptionsDistanceType.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object COSINE.type
object EUCLIDEAN.type

Attributes

Companion
class
Source
TrainingOptionsDistanceType.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class TrainingOptionsFeedbackType(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
TrainingOptionsFeedbackType.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object EXPLICIT.type
object IMPLICIT.type

Attributes

Companion
class
Source
TrainingOptionsFeedbackType.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class TrainingOptionsHolidayRegion(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
TrainingOptionsHolidayRegion.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object AE.type
object AR.type
object AT.type
object AU.type
object BE.type
object BR.type
object CA.type
object CH.type
object CL.type
object CN.type
object CO.type
object CS.type
object CZ.type
object DE.type
object DK.type
object DZ.type
object EC.type
object EE.type
object EG.type
object EMEA.type
object ES.type
object FI.type
object FR.type
object GB.type
object GLOBAL.type
object GR.type
object HK.type
object HU.type
object ID.type
object IE.type
object IL.type
object IN.type
object IR.type
object IT.type
object JAPAC.type
object JP.type
object KR.type
object LAC.type
object LV.type
object MA.type
object MX.type
object MY.type
object NA.type
object NG.type
object NL.type
object NO.type
object NZ.type
object PE.type
object PH.type
object PK.type
object PL.type
object PT.type
object RO.type
object RS.type
object RU.type
object SA.type
object SE.type
object SG.type
object SI.type
object SK.type
object TH.type
object TR.type
object TW.type
object UA.type
object US.type
object VE.type
object VN.type
object ZA.type
Show all

Attributes

Companion
class
Source
TrainingOptionsHolidayRegion.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class TrainingOptionsHparamTuningObjective(val value: String) extends Product, Serializable

Attributes

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

Attributes

Companion
class
Source
TrainingOptionsHparamTuningObjective.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class TrainingOptionsKmeansInitializationMethod(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
TrainingOptionsKmeansInitializationMethod.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object CUSTOM.type
object KMEANS_PLUS_PLUS.type
object RANDOM.type

Attributes

Companion
class
Source
TrainingOptionsKmeansInitializationMethod.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class TrainingOptionsLearnRateStrategy(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
TrainingOptionsLearnRateStrategy.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object CONSTANT.type
object LINE_SEARCH.type

Attributes

Companion
class
Source
TrainingOptionsLearnRateStrategy.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class TrainingOptionsLossType(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
TrainingOptionsLossType.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object LOSS_TYPE_UNSPECIFIED.type
object MEAN_LOG_LOSS.type
object MEAN_SQUARED_LOSS.type

Attributes

Companion
class
Source
TrainingOptionsLossType.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class TrainingOptionsModelRegistry(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
TrainingOptionsModelRegistry.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object VERTEX_AI.type

Attributes

Companion
class
Source
TrainingOptionsModelRegistry.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class TrainingOptionsOptimizationStrategy(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
TrainingOptionsOptimizationStrategy.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes

Attributes

Companion
class
Source
TrainingOptionsOptimizationStrategy.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class TrainingOptionsPcaSolver(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
TrainingOptionsPcaSolver.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object AUTO.type
object FULL.type
object RANDOMIZED.type
object UNSPECIFIED.type

Attributes

Companion
class
Source
TrainingOptionsPcaSolver.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class TrainingOptionsTreeMethod(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
TrainingOptionsTreeMethod.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object APPROX.type
object AUTO.type
object EXACT.type
object HIST.type

Attributes

Companion
class
Source
TrainingOptionsTreeMethod.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TrainingRun

Attributes

Companion
class
Source
TrainingRun.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class TransactionInfo(transactionId: Option[String])

Attributes

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

Attributes

Companion
class
Source
TransactionInfo.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class TransformColumn(name: Option[String], transformSql: Option[String], `type`: Option[StandardSqlDataType])

Attributes

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

Attributes

Companion
class
Source
TransformColumn.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class UserDefinedFunctionResource(inlineCode: Option[String], resourceUri: Option[String])

Attributes

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

Attributes

Companion
class
Source
UserDefinedFunctionResource.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class VectorSearchStatistics(indexUnusedReasons: Option[List[IndexUnusedReason]], indexUsageMode: Option[VectorSearchStatisticsIndexUsageMode])

Attributes

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

Attributes

Companion
class
Source
VectorSearchStatistics.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class VectorSearchStatisticsIndexUsageMode(val value: String) extends Product, Serializable

Attributes

Companion
object
Source
VectorSearchStatisticsIndexUsageMode.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object FULLY_USED.type
object PARTIALLY_USED.type
object UNUSED.type

Attributes

Companion
class
Source
VectorSearchStatisticsIndexUsageMode.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ViewDefinition.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type