GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntimeResponse

data class GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntimeResponse(val imageVersion: String, val javaLibraries: List<String>, val properties: Map<String, String>, val pythonPackages: List<String>)

Software Runtime Configuration to run Analyze.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Dataplex Image version.

Link copied to clipboard

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

Link copied to clipboard

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

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