@@ -42,7 +42,7 @@ message ExecutionTemplate {
4242 // Parameters used in Dataproc JobType executions.
4343 message DataprocParameters {
4444 // URI for cluster used to run Dataproc execution.
45- // Format: ' projects/{PROJECT_ID}/regions/{REGION}/clusters/{CLUSTER_NAME}
45+ // Format: ` projects/{PROJECT_ID}/regions/{REGION}/clusters/{CLUSTER_NAME}`
4646 string cluster = 1 ;
4747 }
4848
@@ -204,8 +204,8 @@ message ExecutionTemplate {
204204
205205 // Path to the notebook file to execute.
206206 // Must be in a Google Cloud Storage bucket.
207- // Format: gs://{project_id}/{folder}/{notebook_file_name}
208- // Ex: gs://notebook_user/scheduled_notebooks/sentiment_notebook.ipynb
207+ // Format: ` gs://{project_id}/{folder}/{notebook_file_name}`
208+ // Ex: ` gs://notebook_user/scheduled_notebooks/sentiment_notebook.ipynb`
209209 string input_notebook_file = 5 ;
210210
211211 // Container Image URI to a DLVM
@@ -216,15 +216,15 @@ message ExecutionTemplate {
216216
217217 // Path to the notebook folder to write to.
218218 // Must be in a Google Cloud Storage bucket path.
219- // Format: gs://{project_id}/{folder}
220- // Ex: gs://notebook_user/scheduled_notebooks
219+ // Format: ` gs://{project_id}/{folder}`
220+ // Ex: ` gs://notebook_user/scheduled_notebooks`
221221 string output_notebook_folder = 7 ;
222222
223223 // Parameters to be overridden in the notebook during execution.
224224 // Ref https://papermill.readthedocs.io/en/latest/usage-parameterize.html on
225225 // how to specifying parameters in the input notebook and pass them here
226226 // in an YAML file.
227- // Ex: gs://notebook_user/scheduled_notebooks/sentiment_notebook_params.yaml
227+ // Ex: ` gs://notebook_user/scheduled_notebooks/sentiment_notebook_params.yaml`
228228 string params_yaml_file = 8 ;
229229
230230 // Parameters used within the 'input_notebook_file' notebook.
@@ -294,7 +294,7 @@ message Execution {
294294 ExecutionTemplate execution_template = 1 ;
295295
296296 // Output only. The resource name of the execute. Format:
297- // `projects/{project_id}/locations/{location}/execution/{execution_id}
297+ // `projects/{project_id}/locations/{location}/execution/{execution_id}`
298298 string name = 2 [(google.api.field_behavior ) = OUTPUT_ONLY ];
299299
300300 // Output only. Name used for UI purposes.
0 commit comments