google-apis-documentai_v1 0.115.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5cab33ef9e5ce5a53d42e1dbf30c0e9119619c6f5a7b5facaf9ab3ec05780b7e
|
|
4
|
+
data.tar.gz: d40bd60f4734772fc90a80565cbef80543ed59761b32ca2e746f2727160856aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 30eab7169e783339da86d7062dc78b05d2bd73085ac128721f63ed61201d2dd4f034b0486e0e1a55f885b672aee26d66648f773c9f2f07d10dbc3ee02f50bbdd
|
|
7
|
+
data.tar.gz: 713d64dcd04a4a37b57f43faaeb63b6bf76a928cfb25684f9c9a5fb76d406efc56f828e16bc31c86785a1e9c7811a183d21705fa9a806076ad2423ccc3052fcc
|
data/CHANGELOG.md
CHANGED
|
@@ -8091,6 +8091,15 @@ module Google
|
|
|
8091
8091
|
# @return [Float]
|
|
8092
8092
|
attr_accessor :learning_rate_multiplier
|
|
8093
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
|
+
|
|
8094
8103
|
# Optional. The number of steps to run for model tuning. Valid values are
|
|
8095
8104
|
# between 1 and 400. If not provided, recommended steps will be used.
|
|
8096
8105
|
# Corresponds to the JSON property `trainSteps`
|
|
@@ -8104,6 +8113,7 @@ module Google
|
|
|
8104
8113
|
# Update properties of this object
|
|
8105
8114
|
def update!(**args)
|
|
8106
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)
|
|
8107
8117
|
@train_steps = args[:train_steps] if args.key?(:train_steps)
|
|
8108
8118
|
end
|
|
8109
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.
|
|
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 = "
|
|
25
|
+
REVISION = "20260316"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -4384,6 +4384,7 @@ module Google
|
|
|
4384
4384
|
# @private
|
|
4385
4385
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4386
4386
|
property :learning_rate_multiplier, as: 'learningRateMultiplier'
|
|
4387
|
+
property :previous_fine_tuned_processor_version_name, as: 'previousFineTunedProcessorVersionName'
|
|
4387
4388
|
property :train_steps, as: 'trainSteps'
|
|
4388
4389
|
end
|
|
4389
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.
|
|
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.
|
|
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:
|