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

View Source

Specific attempt of an application.

Attributes

  • appSparkVersion (type: String.t, default: nil) -
  • attemptId (type: String.t, default: nil) -
  • completed (type: boolean(), default: nil) -
  • durationMillis (type: String.t, default: nil) -
  • endTime (type: DateTime.t, default: nil) -
  • lastUpdated (type: DateTime.t, default: nil) -
  • sparkUser (type: String.t, default: nil) -
  • startTime (type: DateTime.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataproc.V1.Model.ApplicationAttemptInfo{
  appSparkVersion: String.t() | nil,
  attemptId: String.t() | nil,
  completed: boolean() | nil,
  durationMillis: String.t() | nil,
  endTime: DateTime.t() | nil,
  lastUpdated: DateTime.t() | nil,
  sparkUser: String.t() | nil,
  startTime: DateTime.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.