Class ContainerImageRuntime (0.2.1)

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

Container Image Runtime Configuration used with Batch execution.

Attributes

NameDescription
java_jars Sequence[str]
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.
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 Sequence[google.cloud.dataplex_v1.types.Task.InfrastructureSpec.ContainerImageRuntime.PropertiesEntry]
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

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.