From e76e5d1ae0e74ae44b59b5b52825f74f5ee468c9 Mon Sep 17 00:00:00 2001 From: Aleksandr Averbukh Date: Thu, 14 Dec 2023 09:41:12 +0100 Subject: [PATCH] Generate docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1295e5..e38a2cc 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ Then perform the following commands on the root folder: | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| +| additional\_experiments | List of experiments that should be used by the job. An example value is `['enable_stackdriver_agent_metrics']` | `list(string)` | `[]` | no | | ip\_configuration | The configuration for VM IPs. Options are 'WORKER\_IP\_PUBLIC' or 'WORKER\_IP\_PRIVATE'. | `string` | `null` | no | | kms\_key\_name | The name for the Cloud KMS key for the job. Key format is: projects/PROJECT\_ID/locations/LOCATION/keyRings/KEY\_RING/cryptoKeys/KEY | `string` | `null` | no | | labels | User labels to be specified for the job. | `map(string)` | `{}` | no |