google-apis-documentai_v1 0.114.0 → 0.116.0

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: fa98b243fc15c09f87d78d440067cc552a22fbe18213ddb1196d832207dbb6e6
4
- data.tar.gz: 2fe2291d232799761008242085ce6b4233a96bbe0ad300db15467e4ab0cd3214
3
+ metadata.gz: 5cab33ef9e5ce5a53d42e1dbf30c0e9119619c6f5a7b5facaf9ab3ec05780b7e
4
+ data.tar.gz: d40bd60f4734772fc90a80565cbef80543ed59761b32ca2e746f2727160856aa
5
5
  SHA512:
6
- metadata.gz: 98dee3fd2823619e0276d265b2f4c99769f7d4fb0a0d99b19b97e71466ab4cae4130609a4a70e045864c12fa052e1c3c89479258e930897ad384ef2dc5c69010
7
- data.tar.gz: 3e85e9f941e553c51cf1f9ae58146bb61228b36dc9fdc4bd9fc3a129f048ecd74dfe7d286e8ee5ec98f43d3eb7b883f0a4ff2e468b7a211a1878b2b296cd1e63
6
+ metadata.gz: 30eab7169e783339da86d7062dc78b05d2bd73085ac128721f63ed61201d2dd4f034b0486e0e1a55f885b672aee26d66648f773c9f2f07d10dbc3ee02f50bbdd
7
+ data.tar.gz: 713d64dcd04a4a37b57f43faaeb63b6bf76a928cfb25684f9c9a5fb76d406efc56f828e16bc31c86785a1e9c7811a183d21705fa9a806076ad2423ccc3052fcc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.116.0 (2026-03-22)
4
+
5
+ * Regenerated from discovery document revision 20260316
6
+
7
+ ### v0.115.0 (2026-03-01)
8
+
9
+ * Regenerated from discovery document revision 20260224
10
+
3
11
  ### v0.114.0 (2026-02-08)
4
12
 
5
13
  * Regenerated from discovery document revision 20260203
@@ -5657,6 +5657,12 @@ module Google
5657
5657
  class GoogleCloudDocumentaiV1DocumentShardInfo
5658
5658
  include Google::Apis::Core::Hashable
5659
5659
 
5660
+ # The index of the first page in Document.pages in the overall document global
5661
+ # pages. Available for document shards created by the document splitter.
5662
+ # Corresponds to the JSON property `pageOffset`
5663
+ # @return [Fixnum]
5664
+ attr_accessor :page_offset
5665
+
5660
5666
  # Total number of shards.
5661
5667
  # Corresponds to the JSON property `shardCount`
5662
5668
  # @return [Fixnum]
@@ -5679,6 +5685,7 @@ module Google
5679
5685
 
5680
5686
  # Update properties of this object
5681
5687
  def update!(**args)
5688
+ @page_offset = args[:page_offset] if args.key?(:page_offset)
5682
5689
  @shard_count = args[:shard_count] if args.key?(:shard_count)
5683
5690
  @shard_index = args[:shard_index] if args.key?(:shard_index)
5684
5691
  @text_offset = args[:text_offset] if args.key?(:text_offset)
@@ -8084,6 +8091,15 @@ module Google
8084
8091
  # @return [Float]
8085
8092
  attr_accessor :learning_rate_multiplier
8086
8093
 
8094
+ # Optional. Resource name of a previously fine tuned version id to copy the
8095
+ # overwritten configs from. The base_processor_version should be newer than the
8096
+ # base processor version used to fine tune this provided processor version.
8097
+ # Format: `projects/`project`/locations/`location`/processors/`processor`/
8098
+ # processorVersions/`processorVersion``.
8099
+ # Corresponds to the JSON property `previousFineTunedProcessorVersionName`
8100
+ # @return [String]
8101
+ attr_accessor :previous_fine_tuned_processor_version_name
8102
+
8087
8103
  # Optional. The number of steps to run for model tuning. Valid values are
8088
8104
  # between 1 and 400. If not provided, recommended steps will be used.
8089
8105
  # Corresponds to the JSON property `trainSteps`
@@ -8097,6 +8113,7 @@ module Google
8097
8113
  # Update properties of this object
8098
8114
  def update!(**args)
8099
8115
  @learning_rate_multiplier = args[:learning_rate_multiplier] if args.key?(:learning_rate_multiplier)
8116
+ @previous_fine_tuned_processor_version_name = args[:previous_fine_tuned_processor_version_name] if args.key?(:previous_fine_tuned_processor_version_name)
8100
8117
  @train_steps = args[:train_steps] if args.key?(:train_steps)
8101
8118
  end
8102
8119
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DocumentaiV1
18
18
  # Version of the google-apis-documentai_v1 gem
19
- GEM_VERSION = "0.114.0"
19
+ GEM_VERSION = "0.116.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260203"
25
+ REVISION = "20260316"
26
26
  end
27
27
  end
28
28
  end
@@ -3671,6 +3671,7 @@ module Google
3671
3671
  class GoogleCloudDocumentaiV1DocumentShardInfo
3672
3672
  # @private
3673
3673
  class Representation < Google::Apis::Core::JsonRepresentation
3674
+ property :page_offset, as: 'pageOffset'
3674
3675
  property :shard_count, :numeric_string => true, as: 'shardCount'
3675
3676
  property :shard_index, :numeric_string => true, as: 'shardIndex'
3676
3677
  property :text_offset, :numeric_string => true, as: 'textOffset'
@@ -4383,6 +4384,7 @@ module Google
4383
4384
  # @private
4384
4385
  class Representation < Google::Apis::Core::JsonRepresentation
4385
4386
  property :learning_rate_multiplier, as: 'learningRateMultiplier'
4387
+ property :previous_fine_tuned_processor_version_name, as: 'previousFineTunedProcessorVersionName'
4386
4388
  property :train_steps, as: 'trainSteps'
4387
4389
  end
4388
4390
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-documentai_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.114.0
4
+ version: 0.116.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.114.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.116.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1
62
62
  rdoc_options: []
63
63
  require_paths: