View Source GoogleApi.Dataproc.V1.Model.RuntimeInfo (google_api_dataproc v0.51.0)

Runtime information about workload execution.

Attributes

  • 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Dataproc.V1.Model.RuntimeInfo{
  diagnosticOutputUri: String.t() | nil,
  endpoints: map() | nil,
  outputUri: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.