Skip to content

Commit 5499d6c

Browse files
gcf-owl-bot[bot]partheaohmayr
authored
docs: [google-cloud-documentai] A comment for field processor_version_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 <partheniou@google.com> Co-authored-by: ohmayr <omairnaveed@ymail.com>
1 parent 6994587 commit 5499d6c

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

packages/google-cloud-documentai/google/cloud/documentai_v1beta3/types/document_processor_service.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1855,10 +1855,10 @@ class ImportProcessorVersionRequest(proto.Message):
18551855
18561856
Attributes:
18571857
processor_version_source (str):
1858-
The source processor version to import from.
1859-
The source processor version and destination
1860-
processor need to be in the same environment and
1861-
region.
1858+
The source processor version to import from. The source
1859+
processor version and destination processor need to be in
1860+
the same environment and region. Note that ProcessorVersions
1861+
with ``model_type`` ``MODEL_TYPE_LLM`` are not supported.
18621862
18631863
This field is a member of `oneof`_ ``source``.
18641864
external_processor_version_source (google.cloud.documentai_v1beta3.types.ImportProcessorVersionRequest.ExternalProcessorVersionSource):

packages/google-cloud-documentai/google/cloud/documentai_v1beta3/types/document_service.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -396,10 +396,8 @@ class ListDocumentsRequest(proto.Message):
396396
https://google.aip.dev/160.
397397
398398
Currently support query strings are:
399-
------------------------------------
400-
401-
``SplitType=DATASET_SPLIT_TEST|DATASET_SPLIT_TRAIN|DATASET_SPLIT_UNASSIGNED``
402399
400+
- ``SplitType=DATASET_SPLIT_TEST|DATASET_SPLIT_TRAIN|DATASET_SPLIT_UNASSIGNED``
403401
- ``LabelingState=DOCUMENT_LABELED|DOCUMENT_UNLABELED|DOCUMENT_AUTO_LABELED``
404402
- ``DisplayName=\"file_name.pdf\"``
405403
- ``EntityType=abc/def``

0 commit comments

Comments
 (0)