JobStatistics2

googleapis.bigquery.JobStatistics2
See theJobStatistics2 companion object
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product