TaskNotebookInfrastructureSpecArgs

data class TaskNotebookInfrastructureSpecArgs(val batch: Output<TaskNotebookInfrastructureSpecBatchArgs>? = null, val containerImage: Output<TaskNotebookInfrastructureSpecContainerImageArgs>? = null, val vpcNetwork: Output<TaskNotebookInfrastructureSpecVpcNetworkArgs>? = null) : ConvertibleToJava<TaskNotebookInfrastructureSpecArgs>

Constructors

Link copied to clipboard
constructor(batch: Output<TaskNotebookInfrastructureSpecBatchArgs>? = null, containerImage: Output<TaskNotebookInfrastructureSpecContainerImageArgs>? = null, vpcNetwork: Output<TaskNotebookInfrastructureSpecVpcNetworkArgs>? = null)

Properties

Link copied to clipboard

Compute resources needed for a Task when using Dataproc Serverless. Structure is documented below.

Link copied to clipboard

Container Image Runtime Configuration. Structure is documented below.

Link copied to clipboard

Vpc network. Structure is documented below.

Functions

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