RuntimeInfo class
Runtime information about workload execution.
Constructors
- 
          RuntimeInfo({UsageMetrics? approximateUsage, UsageSnapshot? currentUsage, String? diagnosticOutputUri, Map<String, String> ? endpoints, String? outputUri, PropertiesInfo? propertiesInfo})
- RuntimeInfo.fromJson(Map json_)
Properties
- approximateUsage ↔ UsageMetrics?
- 
  Approximate workload resource usage, calculated when the workload
completes (see Dataproc Serverless pricing
(https://cloud.google.com/dataproc-serverless/pricing)).Note: This metric
calculation may change in the future, for example, to capture cumulative
workload resource consumption during workload execution (see the Dataproc
Serverless release notes
(https://cloud.google.com/dataproc-serverless/docs/release-notes) for
announcements, changes, fixes and other Dataproc developments).
  getter/setter pair
- currentUsage ↔ UsageSnapshot?
- 
  Snapshot of current workload resource usage.
  getter/setter pair
- diagnosticOutputUri ↔ String?
- 
  A URI pointing to the location of the diagnostics tarball.
  getter/setter pair
- 
  endpoints
  ↔ Map<String, String> ?
- 
  Map of remote access endpoints (such as web interfaces and APIs) to their
URIs.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- outputUri ↔ String?
- 
  A URI pointing to the location of the stdout and stderr of the workload.
  getter/setter pair
- propertiesInfo ↔ PropertiesInfo?
- 
  Properties of the workload organized by origin.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
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