@@ -1280,10 +1280,9 @@ async def sample_list_tensorboard_experiments():
1280
1280
The request object. Request message for
1281
1281
[TensorboardService.ListTensorboardExperiments][google.cloud.aiplatform.v1.TensorboardService.ListTensorboardExperiments].
1282
1282
parent (:class:`str`):
1283
- Required. The resource name of the
1284
- Tensorboard to list
1283
+ Required. The resource name of the Tensorboard to list
1285
1284
TensorboardExperiments. Format:
1286
- ' projects/{project}/locations/{location}/tensorboards/{tensorboard}'
1285
+ `` projects/{project}/locations/{location}/tensorboards/{tensorboard}``
1287
1286
1288
1287
This corresponds to the ``parent`` field
1289
1288
on the ``request`` instance; if ``request`` is provided, this
@@ -2014,10 +2013,9 @@ async def sample_list_tensorboard_runs():
2014
2013
The request object. Request message for
2015
2014
[TensorboardService.ListTensorboardRuns][google.cloud.aiplatform.v1.TensorboardService.ListTensorboardRuns].
2016
2015
parent (:class:`str`):
2017
- Required. The resource name of the
2018
- TensorboardExperiment to list
2019
- TensorboardRuns. Format:
2020
- 'projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}'
2016
+ Required. The resource name of the TensorboardExperiment
2017
+ to list TensorboardRuns. Format:
2018
+ ``projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}``
2021
2019
2022
2020
This corresponds to the ``parent`` field
2023
2021
on the ``request`` instance; if ``request`` is provided, this
@@ -2745,10 +2743,9 @@ async def sample_list_tensorboard_time_series():
2745
2743
The request object. Request message for
2746
2744
[TensorboardService.ListTensorboardTimeSeries][google.cloud.aiplatform.v1.TensorboardService.ListTensorboardTimeSeries].
2747
2745
parent (:class:`str`):
2748
- Required. The resource name of the
2749
- TensorboardRun to list
2750
- TensorboardTimeSeries. Format:
2751
- 'projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}'
2746
+ Required. The resource name of the TensorboardRun to
2747
+ list TensorboardTimeSeries. Format:
2748
+ ``projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}``
2752
2749
2753
2750
This corresponds to the ``parent`` field
2754
2751
on the ``request`` instance; if ``request`` is provided, this
@@ -3222,7 +3219,7 @@ async def sample_read_tensorboard_blob_data():
3222
3219
time_series (:class:`str`):
3223
3220
Required. The resource name of the TensorboardTimeSeries
3224
3221
to list Blobs. Format:
3225
- ' projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}'
3222
+ `` projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}``
3226
3223
3227
3224
This corresponds to the ``time_series`` field
3228
3225
on the ``request`` instance; if ``request`` is provided, this
0 commit comments