google-apis-firebaseml_v2beta 0.22.0 → 0.24.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: af0e10a88ec3416df9889f0285958556d3d0bc7b52b6a7af0d00b9a4aa831bf5
|
4
|
+
data.tar.gz: a0629e645070c15bab1bee90c0ae9148d65cd0cebadc6033f897ec676e099fa1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 289610583eb8f7bd3cb60df8e126f4a06561a0f377e90ad9b6544d5bf436302197e6fa56476c62df4a39f0870763cd3b6668a4c4c7537c98fcd588500e49d563
|
7
|
+
data.tar.gz: 4aa90713479acd461a42e31f42afe09237a393e54e4698de48e247811267fcf46094856b38ab0953964599abab4beb99df80d418c1aafe45d1e506da38be38ce
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-firebaseml_v2beta
|
2
2
|
|
3
|
+
### v0.24.0 (2025-06-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250618
|
6
|
+
|
7
|
+
### v0.23.0 (2025-06-15)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250610
|
10
|
+
|
3
11
|
### v0.22.0 (2025-06-08)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250604
|
@@ -326,7 +326,8 @@ module Google
|
|
326
326
|
|
327
327
|
# Optional. Display name of the blob. Used to provide a label or filename to
|
328
328
|
# distinguish blobs. This field is only returned in PromptMessage for prompt
|
329
|
-
# management. It is
|
329
|
+
# management. It is currently used in the Gemini GenerateContent calls only when
|
330
|
+
# server side tools (code_execution, google_search, and url_context) are enabled.
|
330
331
|
# Corresponds to the JSON property `displayName`
|
331
332
|
# @return [String]
|
332
333
|
attr_accessor :display_name
|
@@ -822,8 +823,9 @@ module Google
|
|
822
823
|
|
823
824
|
# Optional. Display name of the file data. Used to provide a label or filename
|
824
825
|
# to distinguish file datas. This field is only returned in PromptMessage for
|
825
|
-
# prompt management. It is
|
826
|
-
#
|
826
|
+
# prompt management. It is currently used in the Gemini GenerateContent calls
|
827
|
+
# only when server side tools (code_execution, google_search, and url_context)
|
828
|
+
# are enabled.
|
827
829
|
# Corresponds to the JSON property `displayName`
|
828
830
|
# @return [String]
|
829
831
|
attr_accessor :display_name
|
@@ -1527,8 +1529,7 @@ module Google
|
|
1527
1529
|
attr_accessor :include_thoughts
|
1528
1530
|
alias_method :include_thoughts?, :include_thoughts
|
1529
1531
|
|
1530
|
-
# Optional. Indicates the thinking budget in tokens.
|
1531
|
-
# enable_thinking is true.
|
1532
|
+
# Optional. Indicates the thinking budget in tokens.
|
1532
1533
|
# Corresponds to the JSON property `thinkingBudget`
|
1533
1534
|
# @return [Fixnum]
|
1534
1535
|
attr_accessor :thinking_budget
|
@@ -2270,6 +2271,13 @@ module Google
|
|
2270
2271
|
# @return [String]
|
2271
2272
|
attr_accessor :category
|
2272
2273
|
|
2274
|
+
# Output only. The overwritten threshold for the safety category of Gemini 2.0
|
2275
|
+
# image out. If minors are detected in the output image, the threshold of each
|
2276
|
+
# safety category will be overwritten if user sets a lower threshold.
|
2277
|
+
# Corresponds to the JSON property `overwrittenThreshold`
|
2278
|
+
# @return [String]
|
2279
|
+
attr_accessor :overwritten_threshold
|
2280
|
+
|
2273
2281
|
# Output only. Harm probability levels in the content.
|
2274
2282
|
# Corresponds to the JSON property `probability`
|
2275
2283
|
# @return [String]
|
@@ -2298,6 +2306,7 @@ module Google
|
|
2298
2306
|
def update!(**args)
|
2299
2307
|
@blocked = args[:blocked] if args.key?(:blocked)
|
2300
2308
|
@category = args[:category] if args.key?(:category)
|
2309
|
+
@overwritten_threshold = args[:overwritten_threshold] if args.key?(:overwritten_threshold)
|
2301
2310
|
@probability = args[:probability] if args.key?(:probability)
|
2302
2311
|
@probability_score = args[:probability_score] if args.key?(:probability_score)
|
2303
2312
|
@severity = args[:severity] if args.key?(:severity)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module FirebasemlV2beta
|
18
18
|
# Version of the google-apis-firebaseml_v2beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.24.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 = "20250618"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1170,6 +1170,7 @@ module Google
|
|
1170
1170
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1171
1171
|
property :blocked, as: 'blocked'
|
1172
1172
|
property :category, as: 'category'
|
1173
|
+
property :overwritten_threshold, as: 'overwrittenThreshold'
|
1173
1174
|
property :probability, as: 'probability'
|
1174
1175
|
property :probability_score, as: 'probabilityScore'
|
1175
1176
|
property :severity, as: 'severity'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-firebaseml_v2beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.24.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-firebaseml_v2beta/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseml_v2beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseml_v2beta/v0.24.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseml_v2beta
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|