Task Notebook Infrastructure Spec Args
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)