View Source GoogleApi.Dataproc.V1.Model.ApplicationInfo (google_api_dataproc v0.58.0)
High level information corresponding to an application.
Attributes
-
applicationContextIngestionStatus(type:String.t, default:nil) - -
applicationId(type:String.t, default:nil) - -
attempts(type:list(GoogleApi.Dataproc.V1.Model.ApplicationAttemptInfo.t), default:nil) - -
coresGranted(type:integer(), default:nil) - -
coresPerExecutor(type:integer(), default:nil) - -
maxCores(type:integer(), default:nil) - -
memoryPerExecutorMb(type:integer(), default:nil) - -
name(type:String.t, default:nil) - -
quantileDataStatus(type:String.t, default:nil) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataproc.V1.Model.ApplicationInfo{ applicationContextIngestionStatus: String.t() | nil, applicationId: String.t() | nil, attempts: [GoogleApi.Dataproc.V1.Model.ApplicationAttemptInfo.t()] | nil, coresGranted: integer() | nil, coresPerExecutor: integer() | nil, maxCores: integer() | nil, memoryPerExecutorMb: integer() | nil, name: String.t() | nil, quantileDataStatus: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.