SparkStatistics constructor

SparkStatistics({
  1. Map<String, String>? endpoints,
  2. String? gcsStagingBucket,
  3. String? kmsKeyName,
  4. SparkLoggingInfo? loggingInfo,
  5. String? sparkJobId,
  6. String? sparkJobLocation,
})

Implementation

SparkStatistics({
  this.endpoints,
  this.gcsStagingBucket,
  this.kmsKeyName,
  this.loggingInfo,
  this.sparkJobId,
  this.sparkJobLocation,
});