google-apis-aiplatform_v1 0.73.0 → 0.74.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.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AiplatformV1
18
18
  # Version of the google-apis-aiplatform_v1 gem
19
- GEM_VERSION = "0.73.0"
19
+ GEM_VERSION = "0.74.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 = "20251114"
25
+ REVISION = "20251117"
26
26
  end
27
27
  end
28
28
  end
@@ -3196,6 +3196,60 @@ module Google
3196
3196
  include Google::Apis::Core::JsonObjectSupport
3197
3197
  end
3198
3198
 
3199
+ class GoogleCloudAiplatformV1MemoryBankCustomizationConfig
3200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3201
+
3202
+ include Google::Apis::Core::JsonObjectSupport
3203
+ end
3204
+
3205
+ class GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExample
3206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3207
+
3208
+ include Google::Apis::Core::JsonObjectSupport
3209
+ end
3210
+
3211
+ class GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSource
3212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3213
+
3214
+ include Google::Apis::Core::JsonObjectSupport
3215
+ end
3216
+
3217
+ class GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSourceEvent
3218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3219
+
3220
+ include Google::Apis::Core::JsonObjectSupport
3221
+ end
3222
+
3223
+ class GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleGeneratedMemory
3224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3225
+
3226
+ include Google::Apis::Core::JsonObjectSupport
3227
+ end
3228
+
3229
+ class GoogleCloudAiplatformV1MemoryBankCustomizationConfigMemoryTopic
3230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3231
+
3232
+ include Google::Apis::Core::JsonObjectSupport
3233
+ end
3234
+
3235
+ class GoogleCloudAiplatformV1MemoryBankCustomizationConfigMemoryTopicCustomMemoryTopic
3236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3237
+
3238
+ include Google::Apis::Core::JsonObjectSupport
3239
+ end
3240
+
3241
+ class GoogleCloudAiplatformV1MemoryBankCustomizationConfigMemoryTopicManagedMemoryTopic
3242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3243
+
3244
+ include Google::Apis::Core::JsonObjectSupport
3245
+ end
3246
+
3247
+ class GoogleCloudAiplatformV1MemoryTopicId
3248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3249
+
3250
+ include Google::Apis::Core::JsonObjectSupport
3251
+ end
3252
+
3199
3253
  class GoogleCloudAiplatformV1MergeVersionAliasesRequest
3200
3254
  class Representation < Google::Apis::Core::JsonRepresentation; end
3201
3255
 
@@ -3898,6 +3952,18 @@ module Google
3898
3952
  include Google::Apis::Core::JsonObjectSupport
3899
3953
  end
3900
3954
 
3955
+ class GoogleCloudAiplatformV1PartMediaResolution
3956
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3957
+
3958
+ include Google::Apis::Core::JsonObjectSupport
3959
+ end
3960
+
3961
+ class GoogleCloudAiplatformV1PartialArg
3962
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3963
+
3964
+ include Google::Apis::Core::JsonObjectSupport
3965
+ end
3966
+
3901
3967
  class GoogleCloudAiplatformV1PauseModelDeploymentMonitoringJobRequest
3902
3968
  class Representation < Google::Apis::Core::JsonRepresentation; end
3903
3969
 
@@ -4714,6 +4780,42 @@ module Google
4714
4780
  include Google::Apis::Core::JsonObjectSupport
4715
4781
  end
4716
4782
 
4783
+ class GoogleCloudAiplatformV1ReasoningEngineContextSpec
4784
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4785
+
4786
+ include Google::Apis::Core::JsonObjectSupport
4787
+ end
4788
+
4789
+ class GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfig
4790
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4791
+
4792
+ include Google::Apis::Core::JsonObjectSupport
4793
+ end
4794
+
4795
+ class GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig
4796
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4797
+
4798
+ include Google::Apis::Core::JsonObjectSupport
4799
+ end
4800
+
4801
+ class GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigSimilaritySearchConfig
4802
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4803
+
4804
+ include Google::Apis::Core::JsonObjectSupport
4805
+ end
4806
+
4807
+ class GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfig
4808
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4809
+
4810
+ include Google::Apis::Core::JsonObjectSupport
4811
+ end
4812
+
4813
+ class GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfigGranularTtlConfig
4814
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4815
+
4816
+ include Google::Apis::Core::JsonObjectSupport
4817
+ end
4818
+
4717
4819
  class GoogleCloudAiplatformV1ReasoningEngineSpec
4718
4820
  class Representation < Google::Apis::Core::JsonRepresentation; end
4719
4821
 
@@ -4792,6 +4894,12 @@ module Google
4792
4894
  include Google::Apis::Core::JsonObjectSupport
4793
4895
  end
4794
4896
 
4897
+ class GoogleCloudAiplatformV1ReplicatedVoiceConfig
4898
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4899
+
4900
+ include Google::Apis::Core::JsonObjectSupport
4901
+ end
4902
+
4795
4903
  class GoogleCloudAiplatformV1ReservationAffinity
4796
4904
  class Representation < Google::Apis::Core::JsonRepresentation; end
4797
4905
 
@@ -11581,6 +11689,9 @@ module Google
11581
11689
  class Representation < Google::Apis::Core::JsonRepresentation
11582
11690
  hash :args, as: 'args'
11583
11691
  property :name, as: 'name'
11692
+ collection :partial_args, as: 'partialArgs', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PartialArg, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PartialArg::Representation
11693
+
11694
+ property :will_continue, as: 'willContinue'
11584
11695
  end
11585
11696
  end
11586
11697
 
@@ -11589,6 +11700,7 @@ module Google
11589
11700
  class Representation < Google::Apis::Core::JsonRepresentation
11590
11701
  collection :allowed_function_names, as: 'allowedFunctionNames'
11591
11702
  property :mode, as: 'mode'
11703
+ property :stream_function_call_arguments, as: 'streamFunctionCallArguments'
11592
11704
  end
11593
11705
  end
11594
11706
 
@@ -11906,6 +12018,7 @@ module Google
11906
12018
  class Representation < Google::Apis::Core::JsonRepresentation
11907
12019
  property :include_thoughts, as: 'includeThoughts'
11908
12020
  property :thinking_budget, as: 'thinkingBudget'
12021
+ property :thinking_level, as: 'thinkingLevel'
11909
12022
  end
11910
12023
  end
11911
12024
 
@@ -12131,6 +12244,7 @@ module Google
12131
12244
  property :aspect_ratio, as: 'aspectRatio'
12132
12245
  property :image_output_options, as: 'imageOutputOptions', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ImageConfigImageOutputOptions, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ImageConfigImageOutputOptions::Representation
12133
12246
 
12247
+ property :image_size, as: 'imageSize'
12134
12248
  property :person_generation, as: 'personGeneration'
12135
12249
  end
12136
12250
  end
@@ -13091,6 +13205,85 @@ module Google
13091
13205
  end
13092
13206
  end
13093
13207
 
13208
+ class GoogleCloudAiplatformV1MemoryBankCustomizationConfig
13209
+ # @private
13210
+ class Representation < Google::Apis::Core::JsonRepresentation
13211
+ collection :generate_memories_examples, as: 'generateMemoriesExamples', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExample, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExample::Representation
13212
+
13213
+ collection :memory_topics, as: 'memoryTopics', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfigMemoryTopic, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfigMemoryTopic::Representation
13214
+
13215
+ collection :scope_keys, as: 'scopeKeys'
13216
+ end
13217
+ end
13218
+
13219
+ class GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExample
13220
+ # @private
13221
+ class Representation < Google::Apis::Core::JsonRepresentation
13222
+ property :conversation_source, as: 'conversationSource', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSource, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSource::Representation
13223
+
13224
+ collection :generated_memories, as: 'generatedMemories', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleGeneratedMemory, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleGeneratedMemory::Representation
13225
+
13226
+ end
13227
+ end
13228
+
13229
+ class GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSource
13230
+ # @private
13231
+ class Representation < Google::Apis::Core::JsonRepresentation
13232
+ collection :events, as: 'events', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSourceEvent, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSourceEvent::Representation
13233
+
13234
+ end
13235
+ end
13236
+
13237
+ class GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSourceEvent
13238
+ # @private
13239
+ class Representation < Google::Apis::Core::JsonRepresentation
13240
+ property :content, as: 'content', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content::Representation
13241
+
13242
+ end
13243
+ end
13244
+
13245
+ class GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleGeneratedMemory
13246
+ # @private
13247
+ class Representation < Google::Apis::Core::JsonRepresentation
13248
+ property :fact, as: 'fact'
13249
+ collection :topics, as: 'topics', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryTopicId, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryTopicId::Representation
13250
+
13251
+ end
13252
+ end
13253
+
13254
+ class GoogleCloudAiplatformV1MemoryBankCustomizationConfigMemoryTopic
13255
+ # @private
13256
+ class Representation < Google::Apis::Core::JsonRepresentation
13257
+ property :custom_memory_topic, as: 'customMemoryTopic', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfigMemoryTopicCustomMemoryTopic, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfigMemoryTopicCustomMemoryTopic::Representation
13258
+
13259
+ property :managed_memory_topic, as: 'managedMemoryTopic', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfigMemoryTopicManagedMemoryTopic, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfigMemoryTopicManagedMemoryTopic::Representation
13260
+
13261
+ end
13262
+ end
13263
+
13264
+ class GoogleCloudAiplatformV1MemoryBankCustomizationConfigMemoryTopicCustomMemoryTopic
13265
+ # @private
13266
+ class Representation < Google::Apis::Core::JsonRepresentation
13267
+ property :description, as: 'description'
13268
+ property :label, as: 'label'
13269
+ end
13270
+ end
13271
+
13272
+ class GoogleCloudAiplatformV1MemoryBankCustomizationConfigMemoryTopicManagedMemoryTopic
13273
+ # @private
13274
+ class Representation < Google::Apis::Core::JsonRepresentation
13275
+ property :managed_topic_enum, as: 'managedTopicEnum'
13276
+ end
13277
+ end
13278
+
13279
+ class GoogleCloudAiplatformV1MemoryTopicId
13280
+ # @private
13281
+ class Representation < Google::Apis::Core::JsonRepresentation
13282
+ property :custom_memory_topic_label, as: 'customMemoryTopicLabel'
13283
+ property :managed_memory_topic, as: 'managedMemoryTopic'
13284
+ end
13285
+ end
13286
+
13094
13287
  class GoogleCloudAiplatformV1MergeVersionAliasesRequest
13095
13288
  # @private
13096
13289
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -14432,6 +14625,8 @@ module Google
14432
14625
 
14433
14626
  property :inline_data, as: 'inlineData', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Blob, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Blob::Representation
14434
14627
 
14628
+ property :media_resolution, as: 'mediaResolution', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PartMediaResolution, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PartMediaResolution::Representation
14629
+
14435
14630
  property :text, as: 'text'
14436
14631
  property :thought, as: 'thought'
14437
14632
  property :thought_signature, :base64 => true, as: 'thoughtSignature'
@@ -14440,6 +14635,25 @@ module Google
14440
14635
  end
14441
14636
  end
14442
14637
 
14638
+ class GoogleCloudAiplatformV1PartMediaResolution
14639
+ # @private
14640
+ class Representation < Google::Apis::Core::JsonRepresentation
14641
+ property :level, as: 'level'
14642
+ end
14643
+ end
14644
+
14645
+ class GoogleCloudAiplatformV1PartialArg
14646
+ # @private
14647
+ class Representation < Google::Apis::Core::JsonRepresentation
14648
+ property :bool_value, as: 'boolValue'
14649
+ property :json_path, as: 'jsonPath'
14650
+ property :null_value, as: 'nullValue'
14651
+ property :number_value, as: 'numberValue'
14652
+ property :string_value, as: 'stringValue'
14653
+ property :will_continue, as: 'willContinue'
14654
+ end
14655
+ end
14656
+
14443
14657
  class GoogleCloudAiplatformV1PauseModelDeploymentMonitoringJobRequest
14444
14658
  # @private
14445
14659
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -15792,6 +16006,8 @@ module Google
15792
16006
  class GoogleCloudAiplatformV1ReasoningEngine
15793
16007
  # @private
15794
16008
  class Representation < Google::Apis::Core::JsonRepresentation
16009
+ property :context_spec, as: 'contextSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineContextSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineContextSpec::Representation
16010
+
15795
16011
  property :create_time, as: 'createTime'
15796
16012
  property :description, as: 'description'
15797
16013
  property :display_name, as: 'displayName'
@@ -15806,6 +16022,62 @@ module Google
15806
16022
  end
15807
16023
  end
15808
16024
 
16025
+ class GoogleCloudAiplatformV1ReasoningEngineContextSpec
16026
+ # @private
16027
+ class Representation < Google::Apis::Core::JsonRepresentation
16028
+ property :memory_bank_config, as: 'memoryBankConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfig::Representation
16029
+
16030
+ end
16031
+ end
16032
+
16033
+ class GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfig
16034
+ # @private
16035
+ class Representation < Google::Apis::Core::JsonRepresentation
16036
+ collection :customization_configs, as: 'customizationConfigs', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfig::Representation
16037
+
16038
+ property :disable_memory_revisions, as: 'disableMemoryRevisions'
16039
+ property :generation_config, as: 'generationConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig::Representation
16040
+
16041
+ property :similarity_search_config, as: 'similaritySearchConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigSimilaritySearchConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigSimilaritySearchConfig::Representation
16042
+
16043
+ property :ttl_config, as: 'ttlConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfig::Representation
16044
+
16045
+ end
16046
+ end
16047
+
16048
+ class GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig
16049
+ # @private
16050
+ class Representation < Google::Apis::Core::JsonRepresentation
16051
+ property :model, as: 'model'
16052
+ end
16053
+ end
16054
+
16055
+ class GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigSimilaritySearchConfig
16056
+ # @private
16057
+ class Representation < Google::Apis::Core::JsonRepresentation
16058
+ property :embedding_model, as: 'embeddingModel'
16059
+ end
16060
+ end
16061
+
16062
+ class GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfig
16063
+ # @private
16064
+ class Representation < Google::Apis::Core::JsonRepresentation
16065
+ property :default_ttl, as: 'defaultTtl'
16066
+ property :granular_ttl_config, as: 'granularTtlConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfigGranularTtlConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfigGranularTtlConfig::Representation
16067
+
16068
+ property :memory_revision_default_ttl, as: 'memoryRevisionDefaultTtl'
16069
+ end
16070
+ end
16071
+
16072
+ class GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfigGranularTtlConfig
16073
+ # @private
16074
+ class Representation < Google::Apis::Core::JsonRepresentation
16075
+ property :create_ttl, as: 'createTtl'
16076
+ property :generate_created_ttl, as: 'generateCreatedTtl'
16077
+ property :generate_updated_ttl, as: 'generateUpdatedTtl'
16078
+ end
16079
+ end
16080
+
15809
16081
  class GoogleCloudAiplatformV1ReasoningEngineSpec
15810
16082
  # @private
15811
16083
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -15928,6 +16200,14 @@ module Google
15928
16200
  end
15929
16201
  end
15930
16202
 
16203
+ class GoogleCloudAiplatformV1ReplicatedVoiceConfig
16204
+ # @private
16205
+ class Representation < Google::Apis::Core::JsonRepresentation
16206
+ property :mime_type, as: 'mimeType'
16207
+ property :voice_sample_audio, :base64 => true, as: 'voiceSampleAudio'
16208
+ end
16209
+ end
16210
+
15931
16211
  class GoogleCloudAiplatformV1ReservationAffinity
15932
16212
  # @private
15933
16213
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -20177,6 +20457,8 @@ module Google
20177
20457
  class Representation < Google::Apis::Core::JsonRepresentation
20178
20458
  property :prebuilt_voice_config, as: 'prebuiltVoiceConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PrebuiltVoiceConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PrebuiltVoiceConfig::Representation
20179
20459
 
20460
+ property :replicated_voice_config, as: 'replicatedVoiceConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReplicatedVoiceConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReplicatedVoiceConfig::Representation
20461
+
20180
20462
  end
20181
20463
  end
20182
20464