View Source GoogleApi.Dataproc.V1.Model.RuntimeConfig (google_api_dataproc v0.54.0)

Runtime configuration for a workload.

Attributes

  • containerImage (type: String.t, default: nil) - Optional. Optional custom container image for the job runtime environment. If not specified, a default container image will be used.
  • properties (type: map(), default: nil) - Optional. A mapping of property names to values, which are used to configure workload execution.
  • repositoryConfig (type: GoogleApi.Dataproc.V1.Model.RepositoryConfig.t, default: nil) - Optional. Dependency repository configuration.
  • version (type: String.t, default: nil) - Optional. Version of the batch runtime.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.RuntimeConfig{
  containerImage: String.t() | nil,
  properties: map() | nil,
  repositoryConfig: GoogleApi.Dataproc.V1.Model.RepositoryConfig.t() | nil,
  version: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.