google-apis-documentai_v1beta3 0.123.0 → 0.124.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: 87aa065ffb5261a6f473cf9210742c4271a12d9f32046c24cfcd96244675fe37
|
|
4
|
+
data.tar.gz: 075be198a124b7d6f80da2ec06d64e131b361976c8a22a73fddca723a758bec3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 686806a6e12d14e2682cecbfd035855294de16a522f53c6df65242b01ab7c5ced37418f193de9b671ae78a332a150ee68d869354c21eb21fcc4e11e4f7299d88
|
|
7
|
+
data.tar.gz: d0c1cc8350adbcddac1e447a4fe3be01c4d460ab4690bbde24586aa33e8ea930cfbb8fc83f32525b0804adcbc1f17944a4f6707d1202ad86018beeb5e88525c2
|
data/CHANGELOG.md
CHANGED
|
@@ -10024,6 +10024,15 @@ module Google
|
|
|
10024
10024
|
# @return [Float]
|
|
10025
10025
|
attr_accessor :learning_rate_multiplier
|
|
10026
10026
|
|
|
10027
|
+
# Optional. Resource name of a previously fine tuned version id to copy the
|
|
10028
|
+
# overwritten configs from. The base_processor_version should be newer than the
|
|
10029
|
+
# base processor version used to fine tune this provided processor version.
|
|
10030
|
+
# Format: `projects/`project`/locations/`location`/processors/`processor`/
|
|
10031
|
+
# processorVersions/`processorVersion``.
|
|
10032
|
+
# Corresponds to the JSON property `previousFineTunedProcessorVersionName`
|
|
10033
|
+
# @return [String]
|
|
10034
|
+
attr_accessor :previous_fine_tuned_processor_version_name
|
|
10035
|
+
|
|
10027
10036
|
# Optional. The number of steps to run for model tuning. Valid values are
|
|
10028
10037
|
# between 1 and 400. If not provided, recommended steps will be used.
|
|
10029
10038
|
# Corresponds to the JSON property `trainSteps`
|
|
@@ -10037,6 +10046,7 @@ module Google
|
|
|
10037
10046
|
# Update properties of this object
|
|
10038
10047
|
def update!(**args)
|
|
10039
10048
|
@learning_rate_multiplier = args[:learning_rate_multiplier] if args.key?(:learning_rate_multiplier)
|
|
10049
|
+
@previous_fine_tuned_processor_version_name = args[:previous_fine_tuned_processor_version_name] if args.key?(:previous_fine_tuned_processor_version_name)
|
|
10040
10050
|
@train_steps = args[:train_steps] if args.key?(:train_steps)
|
|
10041
10051
|
end
|
|
10042
10052
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DocumentaiV1beta3
|
|
18
18
|
# Version of the google-apis-documentai_v1beta3 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.124.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
|
|
@@ -5037,6 +5037,7 @@ module Google
|
|
|
5037
5037
|
# @private
|
|
5038
5038
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5039
5039
|
property :learning_rate_multiplier, as: 'learningRateMultiplier'
|
|
5040
|
+
property :previous_fine_tuned_processor_version_name, as: 'previousFineTunedProcessorVersionName'
|
|
5040
5041
|
property :train_steps, as: 'trainSteps'
|
|
5041
5042
|
end
|
|
5042
5043
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-documentai_v1beta3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.124.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_v1beta3/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.124.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta3
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|