Batch Runtime Config Args
data class BatchRuntimeConfigArgs(val autotuningConfig: Output<BatchRuntimeConfigAutotuningConfigArgs>? = null, val cohort: Output<String>? = null, val containerImage: Output<String>? = null, val effectiveProperties: Output<Map<String, String>>? = null, val properties: Output<Map<String, String>>? = null, val version: Output<String>? = null) : ConvertibleToJava<BatchRuntimeConfigArgs>
Properties
Link copied to clipboard
Optional. Autotuning configuration of the workload. Structure is documented below.
Link copied to clipboard
Optional custom container image for the job runtime environment. If not specified, a default container image will be used.
Link copied to clipboard
(Output) A mapping of property names to values, which are used to configure workload execution.
Link copied to clipboard
A mapping of property names to values, which are used to configure workload execution.