File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -330,10 +330,11 @@ message ListDatasetsRequest {
330330 // An expression for filtering the results of the request.
331331 //
332332 // * `dataset_metadata` - for existence of the case (e.g.
333- // image_classification_dataset_metadata:*). Some examples of using the filter are:
333+ // `image_classification_dataset_metadata:*`). Some examples of
334+ // using the filter are:
334335 //
335336 // * `translation_dataset_metadata:*` --> The dataset has
336- // translation_dataset_metadata.
337+ // ` translation_dataset_metadata` .
337338 string filter = 3 ;
338339
339340 // Requested page size. Server may return fewer results than requested.
@@ -456,11 +457,11 @@ message ListModelsRequest {
456457 // An expression for filtering the results of the request.
457458 //
458459 // * `model_metadata` - for existence of the case (e.g.
459- // video_classification_model_metadata:*).
460+ // ` video_classification_model_metadata:*` ).
460461 // * `dataset_id` - for = or !=. Some examples of using the filter are:
461462 //
462463 // * `image_classification_model_metadata:*` --> The model has
463- // image_classification_model_metadata.
464+ // ` image_classification_model_metadata` .
464465 // * `dataset_id=5` --> The model was created from a dataset with ID 5.
465466 string filter = 3 ;
466467
Original file line number Diff line number Diff line change @@ -395,10 +395,11 @@ message ListDatasetsRequest {
395395 // An expression for filtering the results of the request.
396396 //
397397 // * `dataset_metadata` - for existence of the case (e.g.
398- // image_classification_dataset_metadata:*). Some examples of using the filter are:
398+ // `image_classification_dataset_metadata:*`). Some examples of
399+ // using the filter are:
399400 //
400401 // * `translation_dataset_metadata:*` --> The dataset has
401- // translation_dataset_metadata.
402+ // ` translation_dataset_metadata` .
402403 string filter = 3 ;
403404
404405 // Requested page size. Server may return fewer results than requested.
@@ -641,11 +642,11 @@ message ListModelsRequest {
641642 // An expression for filtering the results of the request.
642643 //
643644 // * `model_metadata` - for existence of the case (e.g.
644- // video_classification_model_metadata:*).
645+ // ` video_classification_model_metadata:*` ).
645646 // * `dataset_id` - for = or !=. Some examples of using the filter are:
646647 //
647648 // * `image_classification_model_metadata:*` --> The model has
648- // image_classification_model_metadata.
649+ // ` image_classification_model_metadata` .
649650 // * `dataset_id=5` --> The model was created from a dataset with ID 5.
650651 string filter = 3 ;
651652
You can’t perform that action at this time.
0 commit comments