google-cloud-document_ai-v1beta3 0.43.0 → 0.43.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 885a1d0ea6f9e8ec17065ffad1a89f9afa0d5fc64521f5499a3102b9df793e12
|
4
|
+
data.tar.gz: b307b52c1f5342822512e7f7dd02f923d78acd7d882cb79c8194c41a6b17269f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe0105d02d435c1ee1bb9f189ad7f3ed4fadba598661deea064fd6e4c09140794d3c5a181d376fc66ff223c1fbfb5588983be4575a27ce37389044e2eddc9c07
|
7
|
+
data.tar.gz: 8e07267fc177651224088f5a0ffcb3b7419a2f25c6aaff5400f94de3e6522392f194f4a2c537ec6b7ecf81ccf12e0b8ee7d00f9590f74c0b395c121fa17438c0
|
@@ -252,15 +252,15 @@ module Google
|
|
252
252
|
# @param inline_document [::Google::Cloud::DocumentAI::V1beta3::Document, ::Hash]
|
253
253
|
# An inline document proto.
|
254
254
|
#
|
255
|
-
# Note: The following
|
255
|
+
# Note: The following parameters are mutually exclusive: `inline_document`, `raw_document`, `gcs_document`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
256
256
|
# @param raw_document [::Google::Cloud::DocumentAI::V1beta3::RawDocument, ::Hash]
|
257
257
|
# A raw document content (bytes).
|
258
258
|
#
|
259
|
-
# Note: The following
|
259
|
+
# Note: The following parameters are mutually exclusive: `raw_document`, `inline_document`, `gcs_document`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
260
260
|
# @param gcs_document [::Google::Cloud::DocumentAI::V1beta3::GcsDocument, ::Hash]
|
261
261
|
# A raw document on Google Cloud Storage.
|
262
262
|
#
|
263
|
-
# Note: The following
|
263
|
+
# Note: The following parameters are mutually exclusive: `gcs_document`, `inline_document`, `raw_document`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
264
264
|
# @param name [::String]
|
265
265
|
# Required. The resource name of the
|
266
266
|
# {::Google::Cloud::DocumentAI::V1beta3::Processor Processor} or
|
@@ -963,11 +963,11 @@ module Google
|
|
963
963
|
# @param custom_document_extraction_options [::Google::Cloud::DocumentAI::V1beta3::TrainProcessorVersionRequest::CustomDocumentExtractionOptions, ::Hash]
|
964
964
|
# Options to control Custom Document Extraction (CDE) Processor.
|
965
965
|
#
|
966
|
-
# Note: The following
|
966
|
+
# Note: The following parameters are mutually exclusive: `custom_document_extraction_options`, `foundation_model_tuning_options`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
967
967
|
# @param foundation_model_tuning_options [::Google::Cloud::DocumentAI::V1beta3::TrainProcessorVersionRequest::FoundationModelTuningOptions, ::Hash]
|
968
968
|
# Options to control foundation model tuning of a processor.
|
969
969
|
#
|
970
|
-
# Note: The following
|
970
|
+
# Note: The following parameters are mutually exclusive: `foundation_model_tuning_options`, `custom_document_extraction_options`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
971
971
|
# @param parent [::String]
|
972
972
|
# Required. The parent (project, location and processor) to create the new
|
973
973
|
# version for. Format:
|
@@ -2432,12 +2432,12 @@ module Google
|
|
2432
2432
|
# Note that ProcessorVersions with `model_type` `MODEL_TYPE_LLM` are not
|
2433
2433
|
# supported.
|
2434
2434
|
#
|
2435
|
-
# Note: The following
|
2435
|
+
# Note: The following parameters are mutually exclusive: `processor_version_source`, `external_processor_version_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
2436
2436
|
# @param external_processor_version_source [::Google::Cloud::DocumentAI::V1beta3::ImportProcessorVersionRequest::ExternalProcessorVersionSource, ::Hash]
|
2437
2437
|
# The source processor version to import from. It can be from a different
|
2438
2438
|
# environment and region than the destination processor.
|
2439
2439
|
#
|
2440
|
-
# Note: The following
|
2440
|
+
# Note: The following parameters are mutually exclusive: `external_processor_version_source`, `processor_version_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
2441
2441
|
# @param parent [::String]
|
2442
2442
|
# Required. The destination processor name to create the processor version
|
2443
2443
|
# in. Format:
|
@@ -246,15 +246,15 @@ module Google
|
|
246
246
|
# @param inline_document [::Google::Cloud::DocumentAI::V1beta3::Document, ::Hash]
|
247
247
|
# An inline document proto.
|
248
248
|
#
|
249
|
-
# Note: The following
|
249
|
+
# Note: The following parameters are mutually exclusive: `inline_document`, `raw_document`, `gcs_document`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
250
250
|
# @param raw_document [::Google::Cloud::DocumentAI::V1beta3::RawDocument, ::Hash]
|
251
251
|
# A raw document content (bytes).
|
252
252
|
#
|
253
|
-
# Note: The following
|
253
|
+
# Note: The following parameters are mutually exclusive: `raw_document`, `inline_document`, `gcs_document`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
254
254
|
# @param gcs_document [::Google::Cloud::DocumentAI::V1beta3::GcsDocument, ::Hash]
|
255
255
|
# A raw document on Google Cloud Storage.
|
256
256
|
#
|
257
|
-
# Note: The following
|
257
|
+
# Note: The following parameters are mutually exclusive: `gcs_document`, `inline_document`, `raw_document`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
258
258
|
# @param name [::String]
|
259
259
|
# Required. The resource name of the
|
260
260
|
# {::Google::Cloud::DocumentAI::V1beta3::Processor Processor} or
|
@@ -908,11 +908,11 @@ module Google
|
|
908
908
|
# @param custom_document_extraction_options [::Google::Cloud::DocumentAI::V1beta3::TrainProcessorVersionRequest::CustomDocumentExtractionOptions, ::Hash]
|
909
909
|
# Options to control Custom Document Extraction (CDE) Processor.
|
910
910
|
#
|
911
|
-
# Note: The following
|
911
|
+
# Note: The following parameters are mutually exclusive: `custom_document_extraction_options`, `foundation_model_tuning_options`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
912
912
|
# @param foundation_model_tuning_options [::Google::Cloud::DocumentAI::V1beta3::TrainProcessorVersionRequest::FoundationModelTuningOptions, ::Hash]
|
913
913
|
# Options to control foundation model tuning of a processor.
|
914
914
|
#
|
915
|
-
# Note: The following
|
915
|
+
# Note: The following parameters are mutually exclusive: `foundation_model_tuning_options`, `custom_document_extraction_options`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
916
916
|
# @param parent [::String]
|
917
917
|
# Required. The parent (project, location and processor) to create the new
|
918
918
|
# version for. Format:
|
@@ -2272,12 +2272,12 @@ module Google
|
|
2272
2272
|
# Note that ProcessorVersions with `model_type` `MODEL_TYPE_LLM` are not
|
2273
2273
|
# supported.
|
2274
2274
|
#
|
2275
|
-
# Note: The following
|
2275
|
+
# Note: The following parameters are mutually exclusive: `processor_version_source`, `external_processor_version_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
2276
2276
|
# @param external_processor_version_source [::Google::Cloud::DocumentAI::V1beta3::ImportProcessorVersionRequest::ExternalProcessorVersionSource, ::Hash]
|
2277
2277
|
# The source processor version to import from. It can be from a different
|
2278
2278
|
# environment and region than the destination processor.
|
2279
2279
|
#
|
2280
|
-
# Note: The following
|
2280
|
+
# Note: The following parameters are mutually exclusive: `external_processor_version_source`, `processor_version_source`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
2281
2281
|
# @param parent [::String]
|
2282
2282
|
# Required. The destination processor name to create the processor version
|
2283
2283
|
# in. Format:
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-document_ai-v1beta3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.43.
|
4
|
+
version: 0.43.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
150
150
|
- !ruby/object:Gem::Version
|
151
151
|
version: '0'
|
152
152
|
requirements: []
|
153
|
-
rubygems_version: 3.6.
|
153
|
+
rubygems_version: 3.6.9
|
154
154
|
specification_version: 4
|
155
155
|
summary: Service to parse structured information from unstructured or semi-structured
|
156
156
|
documents using state-of-the-art Google AI such as natural language, computer vision,
|