GoogleApi.Dataproc.V1.Model.RuntimeInfo (google_api_dataproc v0.59.0)

View Source

Runtime information about workload execution.

Attributes

  • approximateUsage (type: GoogleApi.Dataproc.V1.Model.UsageMetrics.t, default: nil) - Output only. 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).
  • currentUsage (type: GoogleApi.Dataproc.V1.Model.UsageSnapshot.t, default: nil) - Output only. Snapshot of current workload resource usage.
  • diagnosticOutputUri (type: String.t, default: nil) - Output only. A URI pointing to the location of the diagnostics tarball.
  • endpoints (type: map(), default: nil) - Output only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs.
  • outputUri (type: String.t, default: nil) - Output only. A URI pointing to the location of the stdout and stderr of the workload.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataproc.V1.Model.RuntimeInfo{
  approximateUsage: GoogleApi.Dataproc.V1.Model.UsageMetrics.t() | nil,
  currentUsage: GoogleApi.Dataproc.V1.Model.UsageSnapshot.t() | nil,
  diagnosticOutputUri: String.t() | nil,
  endpoints: map() | nil,
  outputUri: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.