ComputeRuntimeDtoArgs

data class ComputeRuntimeDtoArgs(val sparkRuntimeVersion: Output<String>? = null) : ConvertibleToJava<ComputeRuntimeDtoArgs>

Compute runtime config for feature store type workspace.

Constructors

Link copied to clipboard
constructor(sparkRuntimeVersion: Output<String>? = null)

Properties

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

Functions

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