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

Software Runtime Configuration to run Analyze.

Attributes

  • imageVersion (type: String.t, default: nil) - Required. Dataplex Image version.
  • javaLibraries (type: list(String.t), default: nil) - Optional. List of Java jars to be included in the runtime environment. 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. Spark properties to provide configuration for use in sessions created for this environment. The properties to set on daemon config files. Property keys are specified in prefix:property format. The prefix must be "spark".
  • 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.GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime{
    imageVersion: String.t() | nil,
    javaLibraries: [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.