google-apis-firebaseml_v2beta 0.16.0 → 0.17.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: c5dba14d1e472516c55e4e5d8a927dfc2c7649dcf44699ea1d498f42732436f6
4
- data.tar.gz: 8417b475ff5d15ce06a9db6966d5400137c1c1c482364bd39d2f059764bbba99
3
+ metadata.gz: 12da08abf780035207d34dea46c032b67fa128a01da9d216adf75df77a75f880
4
+ data.tar.gz: e83da58a10a5220078de072dcdb4fe5e3d072dab3f09a42aec2c2d46a949fb4b
5
5
  SHA512:
6
- metadata.gz: f5c9ae36e2a5ec8086a8c765c6863bc6c7a70823830aeb7b230e691c169a36fa8b676029f82109ff4c394a1401dc52dfedbd0782bc7a55c56587efcb8c2c1e64
7
- data.tar.gz: c0692dbb6d5345b69cf5046b35f4b1903752962095705a434e9b5b55c8baa9714587abefd56fc740f52df335e80830cfb46b80aa02261ce984fed1f7fc3d453d
6
+ metadata.gz: 9f7ef56b35f9c4b51deda1068c93a7c397c20d1cad769273579ce5854be13a51022325ef4614bc210ef2b307d2701983de3ab1dba55ca1b0678d5e6417c315a1
7
+ data.tar.gz: 131f136bfae77528a1853ab971a0526e745dabb0cacea8ce5e73dc3c19beceff2c8836ab32d894de8f602019b3349ae4bb93df0448be615f0c1ff33abb63a34d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firebaseml_v2beta
2
2
 
3
+ ### v0.17.0 (2025-04-20)
4
+
5
+ * Regenerated from discovery document revision 20250416
6
+
3
7
  ### v0.16.0 (2025-03-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20250326
@@ -499,8 +499,8 @@ module Google
499
499
  class GoogleCloudAiplatformV1beta1FunctionCall
500
500
  include Google::Apis::Core::Hashable
501
501
 
502
- # Optional. Required. The function parameters and values in JSON object format.
503
- # See [FunctionDeclaration.parameters] for parameter details.
502
+ # Optional. The function parameters and values in JSON object format. See [
503
+ # FunctionDeclaration.parameters] for parameter details.
504
504
  # Corresponds to the JSON property `args`
505
505
  # @return [Hash<String,Object>]
506
506
  attr_accessor :args
@@ -1097,8 +1097,9 @@ module Google
1097
1097
  class GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigManualRoutingMode
1098
1098
  include Google::Apis::Core::Hashable
1099
1099
 
1100
- # The model name to use. Only the public LLM models are accepted. e.g. 'gemini-1.
1101
- # 5-pro-001'.
1100
+ # The model name to use. Only the public LLM models are accepted. See [Supported
1101
+ # models](https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/
1102
+ # inference#supported-models).
1102
1103
  # Corresponds to the JSON property `modelName`
1103
1104
  # @return [String]
1104
1105
  attr_accessor :model_name
@@ -1117,13 +1118,6 @@ module Google
1117
1118
  class GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig
1118
1119
  include Google::Apis::Core::Hashable
1119
1120
 
1120
- # Optional. Indicates whether to enable thinking mode. If true, the model will
1121
- # enable thinking mode.
1122
- # Corresponds to the JSON property `enableThinking`
1123
- # @return [Boolean]
1124
- attr_accessor :enable_thinking
1125
- alias_method :enable_thinking?, :enable_thinking
1126
-
1127
1121
  # Optional. Indicates the thinking budget in tokens. This is only applied when
1128
1122
  # enable_thinking is true.
1129
1123
  # Corresponds to the JSON property `thinkingBudget`
@@ -1136,7 +1130,6 @@ module Google
1136
1130
 
1137
1131
  # Update properties of this object
1138
1132
  def update!(**args)
1139
- @enable_thinking = args[:enable_thinking] if args.key?(:enable_thinking)
1140
1133
  @thinking_budget = args[:thinking_budget] if args.key?(:thinking_budget)
1141
1134
  end
1142
1135
  end
@@ -1710,7 +1703,9 @@ module Google
1710
1703
  class GoogleCloudAiplatformV1beta1RagRetrievalConfigRankingLlmRanker
1711
1704
  include Google::Apis::Core::Hashable
1712
1705
 
1713
- # Optional. The model name used for ranking. Format: `gemini-1.5-pro`
1706
+ # Optional. The model name used for ranking. See [Supported models](https://
1707
+ # cloud.google.com/vertex-ai/generative-ai/docs/model-reference/inference#
1708
+ # supported-models).
1714
1709
  # Corresponds to the JSON property `modelName`
1715
1710
  # @return [String]
1716
1711
  attr_accessor :model_name
@@ -2143,6 +2138,11 @@ module Google
2143
2138
  class GoogleCloudAiplatformV1beta1SpeechConfig
2144
2139
  include Google::Apis::Core::Hashable
2145
2140
 
2141
+ # Optional. Language code (ISO 639. e.g. en-US) for the speech synthesization.
2142
+ # Corresponds to the JSON property `languageCode`
2143
+ # @return [String]
2144
+ attr_accessor :language_code
2145
+
2146
2146
  # The configuration for the voice to use.
2147
2147
  # Corresponds to the JSON property `voiceConfig`
2148
2148
  # @return [Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1VoiceConfig]
@@ -2154,6 +2154,7 @@ module Google
2154
2154
 
2155
2155
  # Update properties of this object
2156
2156
  def update!(**args)
2157
+ @language_code = args[:language_code] if args.key?(:language_code)
2157
2158
  @voice_config = args[:voice_config] if args.key?(:voice_config)
2158
2159
  end
2159
2160
  end
@@ -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.16.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250326"
25
+ REVISION = "20250416"
26
26
  end
27
27
  end
28
28
  end
@@ -726,7 +726,6 @@ module Google
726
726
  class GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig
727
727
  # @private
728
728
  class Representation < Google::Apis::Core::JsonRepresentation
729
- property :enable_thinking, as: 'enableThinking'
730
729
  property :thinking_budget, as: 'thinkingBudget'
731
730
  end
732
731
  end
@@ -1029,6 +1028,7 @@ module Google
1029
1028
  class GoogleCloudAiplatformV1beta1SpeechConfig
1030
1029
  # @private
1031
1030
  class Representation < Google::Apis::Core::JsonRepresentation
1031
+ property :language_code, as: 'languageCode'
1032
1032
  property :voice_config, as: 'voiceConfig', class: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1VoiceConfig, decorator: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1VoiceConfig::Representation
1033
1033
 
1034
1034
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebaseml_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-30 00:00:00.000000000 Z
10
+ date: 2025-04-20 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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.16.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseml_v2beta/v0.17.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: