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

View Source

Resource profile that contains information about all the resources required by executors and tasks.

Attributes

  • executorResources (type: %{optional(String.t) => GoogleApi.Dataproc.V1.Model.ExecutorResourceRequest.t}, default: nil) -
  • resourceProfileId (type: integer(), default: nil) -
  • taskResources (type: %{optional(String.t) => GoogleApi.Dataproc.V1.Model.TaskResourceRequest.t}, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataproc.V1.Model.ResourceProfileInfo{
  executorResources:
    %{
      optional(String.t()) =>
        GoogleApi.Dataproc.V1.Model.ExecutorResourceRequest.t()
    }
    | nil,
  resourceProfileId: integer() | nil,
  taskResources:
    %{
      optional(String.t()) =>
        GoogleApi.Dataproc.V1.Model.TaskResourceRequest.t()
    }
    | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.