Facultatif. Image de conteneur personnalisée facultative pour l'environnement d'exécution de la tâche. Si aucune valeur n'est spécifiée, une image de conteneur par défaut est utilisée.
properties
map (key: string, value: string)
Facultatif. Mappage des noms de propriétés sur des valeurs, qui sont utilisées pour configurer l'exécution de la charge de travail.
Objet contenant une liste de paires "key": value. Exemple : { "name": "wrench", "mass": "1.3kg", "count": "3" }.
Facultatif. Scénarios pour lesquels des réglages sont appliqués.
Scénario
Le scénario représente un objectif spécifique que l'ajustement automatique tentera d'atteindre en modifiant les charges de travail.
Enums
SCENARIO_UNSPECIFIED
Valeur par défaut.
SCALING
Recommandations d'ajustement telles que initialExecutors.
BROADCAST_HASH_JOIN
Ajout d'indices pour les diffusions de relations potentielles.
MEMORY
Gestion de la mémoire pour les charges de travail
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/03/04 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 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."]]