Skip to content

Commit

Permalink
docs: [google-cloud-documentai] A comment for field `processor_versio…
Browse files Browse the repository at this point in the history
…n_source` in message `.google.cloud.documentai.v1beta3.ImportProcessorVersionRequest` is changed (#12456)

BEGIN_COMMIT_OVERRIDE

docs: A comment for field `processor_version_source` in message
`.google.cloud.documentai.v1beta3.ImportProcessorVersionRequest` is
changed

END_COMMIT_OVERRIDE

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 615492381

Source-Link:
googleapis/googleapis@b29f9fa

Source-Link:
googleapis/googleapis-gen@e378fe1
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRvY3VtZW50YWkvLk93bEJvdC55YW1sIiwiaCI6ImUzNzhmZTE5MDE3MjE1M2QyODVjNDYzZWVmYWRmNGEyMGE5MzBkZTEifQ==

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <[email protected]>
Co-authored-by: ohmayr <[email protected]>
  • Loading branch information
4 people authored Mar 15, 2024
1 parent 6994587 commit 5499d6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1855,10 +1855,10 @@ class ImportProcessorVersionRequest(proto.Message):
Attributes:
processor_version_source (str):
The source processor version to import from.
The source processor version and destination
processor need to be in the same environment and
region.
The source processor version to import from. The source
processor version and destination processor need to be in
the same environment and region. Note that ProcessorVersions
with ``model_type`` ``MODEL_TYPE_LLM`` are not supported.
This field is a member of `oneof`_ ``source``.
external_processor_version_source (google.cloud.documentai_v1beta3.types.ImportProcessorVersionRequest.ExternalProcessorVersionSource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -396,10 +396,8 @@ class ListDocumentsRequest(proto.Message):
https://google.aip.dev/160.
Currently support query strings are:
------------------------------------
``SplitType=DATASET_SPLIT_TEST|DATASET_SPLIT_TRAIN|DATASET_SPLIT_UNASSIGNED``
- ``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``
Expand Down

0 comments on commit 5499d6c

Please sign in to comment.