View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime (google_api_dataplex v0.15.0)

Container Image Runtime Configuration used with Batch execution.

Attributes

  • image (type: String.t, default: nil) - Optional. Container image to use.
  • javaJars (type: list(String.t), default: nil) - Optional. A list of Java JARS to add to the classpath. Valid input includes Cloud Storage URIs to Jar binaries. For example, gs://bucket-name/my/path/to/file.jar
  • properties (type: map(), default: nil) - Optional. Override to common configuration of open source components installed on the Dataproc cluster. The properties to set on daemon config files. Property keys are specified in prefix:property format, for example core:hadoop.tmp.dir. For more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
  • pythonPackages (type: list(String.t), default: nil) - Optional. A list of python packages to be installed. Valid formats include Cloud Storage URI to a PIP installable library. For example, gs://bucket-name/my/path/to/lib.tar.gz

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime{
    image: String.t() | nil,
    javaJars: [String.t()] | nil,
    properties: map() | nil,
    pythonPackages: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.