SparkStatistics class

Constructors

SparkStatistics({Map<String, String>? endpoints, SparkLoggingInfo? loggingInfo, String? sparkJobId, String? sparkJobLocation})
SparkStatistics.fromJson(Map json_)

Properties

endpoints Map<String, String>?
[Output-only] Endpoints generated for the Spark job.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
loggingInfo SparkLoggingInfo?
[Output-only] Logging info is used to generate a link to Cloud Logging.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sparkJobId String?
[Output-only] Spark job id if a Spark job is created successfully.
getter/setter pair
sparkJobLocation String?
[Output-only] Location where the Spark job is executed.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited