JobStatistics2 constructor
JobStatistics2({
- BiEngineStatistics? biEngineStatistics,
- int? billingTier,
- bool? cacheHit,
- DatasetReference? dclTargetDataset,
- TableReference? dclTargetTable,
- TableReference? dclTargetView,
- String? ddlAffectedRowAccessPolicyCount,
- TableReference? ddlDestinationTable,
- String? ddlOperationPerformed,
- DatasetReference? ddlTargetDataset,
- RoutineReference? ddlTargetRoutine,
- RowAccessPolicyReference? ddlTargetRowAccessPolicy,
- TableReference? ddlTargetTable,
- DmlStatistics? dmlStats,
- String? estimatedBytesProcessed,
- ExportDataStatistics? exportDataStatistics,
- List<
ExternalServiceCost> ? externalServiceCosts, - LoadQueryStatistics? loadQueryStatistics,
- MaterializedViewStatistics? materializedViewStatistics,
- MetadataCacheStatistics? metadataCacheStatistics,
- MlStatistics? mlStatistics,
- BigQueryModelTraining? modelTraining,
- int? modelTrainingCurrentIteration,
- String? modelTrainingExpectedTotalIteration,
- String? numDmlAffectedRows,
- PerformanceInsights? performanceInsights,
- QueryInfo? queryInfo,
- List<
ExplainQueryStage> ? queryPlan, - List<
RoutineReference> ? referencedRoutines, - List<
TableReference> ? referencedTables, - List<
JobStatistics2ReservationUsage> ? reservationUsage, - TableSchema? schema,
- SearchStatistics? searchStatistics,
- SparkStatistics? sparkStatistics,
- String? statementType,
- List<
QueryTimelineSample> ? timeline, - String? totalBytesBilled,
- String? totalBytesProcessed,
- String? totalBytesProcessedAccuracy,
- String? totalPartitionsProcessed,
- String? totalSlotMs,
- String? transferredBytes,
- List<
QueryParameter> ? undeclaredQueryParameters, - VectorSearchStatistics? vectorSearchStatistics,
Implementation
JobStatistics2({
this.biEngineStatistics,
this.billingTier,
this.cacheHit,
this.dclTargetDataset,
this.dclTargetTable,
this.dclTargetView,
this.ddlAffectedRowAccessPolicyCount,
this.ddlDestinationTable,
this.ddlOperationPerformed,
this.ddlTargetDataset,
this.ddlTargetRoutine,
this.ddlTargetRowAccessPolicy,
this.ddlTargetTable,
this.dmlStats,
this.estimatedBytesProcessed,
this.exportDataStatistics,
this.externalServiceCosts,
this.loadQueryStatistics,
this.materializedViewStatistics,
this.metadataCacheStatistics,
this.mlStatistics,
this.modelTraining,
this.modelTrainingCurrentIteration,
this.modelTrainingExpectedTotalIteration,
this.numDmlAffectedRows,
this.performanceInsights,
this.queryInfo,
this.queryPlan,
this.referencedRoutines,
this.referencedTables,
this.reservationUsage,
this.schema,
this.searchStatistics,
this.sparkStatistics,
this.statementType,
this.timeline,
this.totalBytesBilled,
this.totalBytesProcessed,
this.totalBytesProcessedAccuracy,
this.totalPartitionsProcessed,
this.totalSlotMs,
this.transferredBytes,
this.undeclaredQueryParameters,
this.vectorSearchStatistics,
});