RuntimeConfigResponse

data class RuntimeConfigResponse(val containerImage: String, val properties: Map<String, String>, val version: String)

Runtime configuration for a workload.

Constructors

Link copied to clipboard
constructor(containerImage: String, properties: Map<String, String>, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. Optional custom container image for the job runtime environment. If not specified, a default container image will be used.

Link copied to clipboard

Optional. A mapping of property names to values, which are used to configure workload execution.

Link copied to clipboard

Optional. Version of the batch runtime.