Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Sep 6, 2024
1 parent 86aedb6 commit 56ac522
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -396,12 +396,9 @@ class ListDocumentsRequest(proto.Message):
https://google.aip.dev/160.
Currently support query strings are:
------------------------------------
``SplitType=DATASET_SPLIT_TEST|DATASET_SPLIT_TRAIN|DATASET_SPLIT_UNASSIGNED``
- ``LabelingState=DOCUMENT_LABELED|DOCUMENT_UNLABELED|DOCUMENT_AUTO_LABELED``
- ``DisplayName=\"file_name.pdf\"``
- ``SplitType=DATASET_SPLIT_TEST|DATASET_SPLIT_TRAIN|DATASET_SPLIT_UNASSIGNED``
- ``LabelingState=DOCUMENT_LABELED|DOCUMENT_UNLABELED|DOCUMENT_AUTO_LABELED`` - ``DisplayName=\"file_name.pdf\"``
- ``EntityType=abc/def``
- ``TagName=\"auto-labeling-running\"|\"sampled\"``
Expand Down
15 changes: 13 additions & 2 deletions scripts/client-post-processing/doc-formatting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,20 @@ replacements:
after: " 'ingestionTime': DOUBLE; (UNIX timestamp)\n 'application': STRING;\n"
count: 2
- paths: [
packages/google-cloud-visionai/google/cloud/visionai_v1/types/platform.py,
packagespackages/google-cloud-visionai/google/cloud/visionai_v1/types/platform.py,
]
before: "'processor': STRING;\n }\n dynamic_config_input_topic "
after: "'processor': STRING;\n\n }\n\n dynamic_config_input_topic "
count: 1

- paths: [
packages/google-cloud-documentai/google/cloud/documentai_v1beta3/types/document_service.py,
]
before: |
\n Currently support query strings are:
\ ------------------------------------
\
\ ``SplitType=DATASET_SPLIT_TEST\|DATASET_SPLIT_TRAIN\|DATASET_SPLIT_UNASSIGNED``
\
\ - ``LabelingState=DOCUMENT_LABELED\|DOCUMENT_UNLABELED\|DOCUMENT_AUTO_LABELED``
after: "\n Currently support query strings are:\n\n - ``SplitType=DATASET_SPLIT_TEST|DATASET_SPLIT_TRAIN|DATASET_SPLIT_UNASSIGNED``\n - ``LabelingState=DOCUMENT_LABELED|DOCUMENT_UNLABELED|DOCUMENT_AUTO_LABELED``"
count: 1

0 comments on commit 56ac522

Please sign in to comment.