Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: [google-cloud-documentai] A comment for field processor_version_source in message .google.cloud.documentai.v1beta3.ImportProcessorVersionRequest is changed #12456

Merged
merged 4 commits into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading