GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntimeResponse

data class GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntimeResponse(val image: String, val javaJars: List<String>, val properties: Map<String, String>, val pythonPackages: List<String>)

Container Image Runtime Configuration used with Batch execution.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. Container image to use.

Link copied to clipboard

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

Link copied to clipboard

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).

Link copied to clipboard

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