Class OsImageRuntime (1.0.0)

OsImageRuntime(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Software Runtime Configuration to run Analyze.

Attributes

NameDescription
image_version str
Required. Dataplex Image version.
java_libraries Sequence[str]
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
python_packages Sequence[str]
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
properties Mapping[str, str]
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".

Inheritance

builtins.object > proto.message.Message > OsImageRuntime

Classes

PropertiesEntry

PropertiesEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, `.Message`]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.