google-apis-firebaseml_v2beta 0.30.0 → 0.31.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: b497e1d6b09a09fb8c2d9ee6db0a2433b8647d2eef4f75f77395dee2cbfc0ef3
|
4
|
+
data.tar.gz: 20ea37c59e7c36194f4f48ccbfa880a8a20f81ea4fb5d0a776c166118bee4c0a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b0466284ebbd853771d79f438ebaf2259ebacab33dee7143ed5569c36ac502f594a71c2ec81ec9070fff3211e732a8a8c2db254455088c705841f22186c01cba
|
7
|
+
data.tar.gz: 0c066df9f58ffcd68f63021a70214ce5200c16591b1f2ad76e5536dbd302a4f0052ff4b2f265196cc78712ecb8c1c5914cca471725789d7bfd21e90d1dc49df7
|
data/CHANGELOG.md
CHANGED
@@ -877,7 +877,7 @@ module Google
|
|
877
877
|
# @return [String]
|
878
878
|
attr_accessor :id
|
879
879
|
|
880
|
-
#
|
880
|
+
# Optional. The name of the function to call. Matches [FunctionDeclaration.name].
|
881
881
|
# Corresponds to the JSON property `name`
|
882
882
|
# @return [String]
|
883
883
|
attr_accessor :name
|
@@ -1130,7 +1130,9 @@ module Google
|
|
1130
1130
|
# @return [String]
|
1131
1131
|
attr_accessor :model_version
|
1132
1132
|
|
1133
|
-
# Content filter results for a prompt sent in the request.
|
1133
|
+
# Content filter results for a prompt sent in the request. Note: This is sent
|
1134
|
+
# only in the first stream chunk and only if no candidates were generated due to
|
1135
|
+
# content violations.
|
1134
1136
|
# Corresponds to the JSON property `promptFeedback`
|
1135
1137
|
# @return [Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback]
|
1136
1138
|
attr_accessor :prompt_feedback
|
@@ -1162,21 +1164,25 @@ module Google
|
|
1162
1164
|
end
|
1163
1165
|
end
|
1164
1166
|
|
1165
|
-
# Content filter results for a prompt sent in the request.
|
1167
|
+
# Content filter results for a prompt sent in the request. Note: This is sent
|
1168
|
+
# only in the first stream chunk and only if no candidates were generated due to
|
1169
|
+
# content violations.
|
1166
1170
|
class GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback
|
1167
1171
|
include Google::Apis::Core::Hashable
|
1168
1172
|
|
1169
|
-
# Output only.
|
1173
|
+
# Output only. The reason why the prompt was blocked.
|
1170
1174
|
# Corresponds to the JSON property `blockReason`
|
1171
1175
|
# @return [String]
|
1172
1176
|
attr_accessor :block_reason
|
1173
1177
|
|
1174
|
-
# Output only. A readable
|
1178
|
+
# Output only. A readable message that explains the reason why the prompt was
|
1179
|
+
# blocked.
|
1175
1180
|
# Corresponds to the JSON property `blockReasonMessage`
|
1176
1181
|
# @return [String]
|
1177
1182
|
attr_accessor :block_reason_message
|
1178
1183
|
|
1179
|
-
# Output only.
|
1184
|
+
# Output only. A list of safety ratings for the prompt. There is one rating per
|
1185
|
+
# category.
|
1180
1186
|
# Corresponds to the JSON property `safetyRatings`
|
1181
1187
|
# @return [Array<Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1SafetyRating>]
|
1182
1188
|
attr_accessor :safety_ratings
|
@@ -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.31.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 = "20250909"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.31.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.31.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:
|