TaskNotebookInfrastructureSpecContainerImageArgs

data class TaskNotebookInfrastructureSpecContainerImageArgs(val image: Output<String>? = null, val javaJars: Output<List<String>>? = null, val properties: Output<Map<String, String>>? = null, val pythonPackages: Output<List<String>>? = null) : ConvertibleToJava<TaskNotebookInfrastructureSpecContainerImageArgs>

Constructors

constructor(image: Output<String>? = null, javaJars: Output<List<String>>? = null, properties: Output<Map<String, String>>? = null, pythonPackages: Output<List<String>>? = null)

Properties

Link copied to clipboard
val image: Output<String>? = null

Container image to use.

Link copied to clipboard
val javaJars: Output<List<String>>? = null

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
val properties: Output<Map<String, String>>? = null

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.

Link copied to clipboard
val pythonPackages: Output<List<String>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): TaskNotebookInfrastructureSpecContainerImageArgs