{"serviceAccount": string,"networkTags": [string],"kmsKey": string,"idleTtl": string,"ttl": string,"stagingBucket": string,// Union field network can be only one of the following:"networkUri": string,"subnetworkUri": string// End of list of possible types for union field network.}
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-03-04 UTC。"],[[["\u003cp\u003eThis content describes the environment configuration for a workload, including \u003ccode\u003eExecutionConfig\u003c/code\u003e and \u003ccode\u003ePeripheralsConfig\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eExecutionConfig\u003c/code\u003e defines settings like the service account, network tags, KMS key, idle time to live, total time to live, and staging bucket for workload execution.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePeripheralsConfig\u003c/code\u003e manages access to auxiliary services such as the Dataproc Metastore service and Spark History Server.\u003c/p\u003e\n"],["\u003cp\u003eThe Spark History Server configuration, managed under \u003ccode\u003eSparkHistoryServerConfig\u003c/code\u003e, allows linking to an existing Dataproc Cluster.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ettl\u003c/code\u003e and \u003ccode\u003eidleTtl\u003c/code\u003e fields in \u003ccode\u003eExecutionConfig\u003c/code\u003e define the conditions for workload termination, with an emphasis on how they are treated as OR conditions for interactive sessions.\u003c/p\u003e\n"]]],[],null,["# EnvironmentConfig\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [ExecutionConfig](#ExecutionConfig)\n - [JSON representation](#ExecutionConfig.SCHEMA_REPRESENTATION)\n- [AuthenticationConfig](#AuthenticationConfig)\n - [JSON representation](#AuthenticationConfig.SCHEMA_REPRESENTATION)\n- [AuthenticationType](#AuthenticationType)\n- [PeripheralsConfig](#PeripheralsConfig)\n - [JSON representation](#PeripheralsConfig.SCHEMA_REPRESENTATION)\n- [SparkHistoryServerConfig](#SparkHistoryServerConfig)\n - [JSON representation](#SparkHistoryServerConfig.SCHEMA_REPRESENTATION)\n\nEnvironment configuration for a workload.\n\nExecutionConfig\n---------------\n\nExecution configuration for a workload.\n\nAuthenticationConfig\n--------------------\n\nAuthentication configuration for a workload is used to set the default identity for the workload execution. The config specifies the type of identity (service account or user) that will be used by workloads to access resources on the project(s).\n\nAuthenticationType\n------------------\n\nAuthentication types for workload execution.\n\nPeripheralsConfig\n-----------------\n\nAuxiliary services configuration for a workload.\n\nSparkHistoryServerConfig\n------------------------\n\nSpark History Server configuration for the workload."]]