Optional. Optionales benutzerdefiniertes Container-Image für die Laufzeitumgebung des Jobs. Wenn keine Angabe erfolgt, wird ein Standardcontainer-Image verwendet.
properties
map (key: string, value: string)
Optional. Eine Zuordnung von Attributnamen zu Werten, die zum Konfigurieren der Arbeitslastausführung verwendet werden.
Ein Objekt, das eine Liste von "key": value-Paaren enthält. Beispiel: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-03-04 (UTC)."],[[["\u003cp\u003eThis document outlines the runtime configuration for workloads, including details on versioning, container images, and properties mapping for workload execution.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003erepositoryConfig\u003c/code\u003e field allows for the specification of dependency repository settings, with \u003ccode\u003epypiRepositoryConfig\u003c/code\u003e specifically handling PyPi repository configuration.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eautotuningConfig\u003c/code\u003e section details how to define autotuning parameters for a workload, using \u003ccode\u003escenarios\u003c/code\u003e to specify the goals for autotuning.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eScenario\u003c/code\u003e section defines enums representing specific tuning goals, including scaling, broadcast hash join optimization, and memory management.\u003c/p\u003e\n"],["\u003cp\u003eRuntime configurations can include a cohort identifier to group workloads with similar characteristics.\u003c/p\u003e\n"]]],[],null,["# RuntimeConfig\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [RepositoryConfig](#RepositoryConfig)\n - [JSON representation](#RepositoryConfig.SCHEMA_REPRESENTATION)\n- [PyPiRepositoryConfig](#PyPiRepositoryConfig)\n - [JSON representation](#PyPiRepositoryConfig.SCHEMA_REPRESENTATION)\n- [AutotuningConfig](#AutotuningConfig)\n - [JSON representation](#AutotuningConfig.SCHEMA_REPRESENTATION)\n- [Scenario](#Scenario)\n\nRuntime configuration for a workload.\n\nRepositoryConfig\n----------------\n\nConfiguration for dependency repositories\n\nPyPiRepositoryConfig\n--------------------\n\nConfiguration for PyPi repository\n\nAutotuningConfig\n----------------\n\nAutotuning configuration of the workload.\n\nScenario\n--------\n\nScenario represents a specific goal that autotuning will attempt to achieve by modifying workloads."]]