Google Cloud Dataplex V1Environment Infrastructure Spec Os Image Runtime Args
data class GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntimeArgs(val imageVersion: Output<String>, val javaLibraries: Output<List<String>>? = null, val properties: Output<Map<String, String>>? = null, val pythonPackages: Output<List<String>>? = null) : ConvertibleToJava<GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntimeArgs>
Software Runtime Configuration to run Analyze.
Constructors
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