google-apis-aiplatform_v1 0.52.0 → 0.54.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.52.0"
19
+ GEM_VERSION = "0.54.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250502"
25
+ REVISION = "20250527"
26
26
  end
27
27
  end
28
28
  end
@@ -226,6 +226,42 @@ module Google
226
226
  include Google::Apis::Core::JsonObjectSupport
227
227
  end
228
228
 
229
+ class GoogleCloudAiplatformV1AuthConfig
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class GoogleCloudAiplatformV1AuthConfigApiKeyConfig
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class GoogleCloudAiplatformV1AuthConfigGoogleServiceAccountConfig
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class GoogleCloudAiplatformV1AuthConfigHttpBasicAuthConfig
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class GoogleCloudAiplatformV1AuthConfigOauthConfig
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class GoogleCloudAiplatformV1AuthConfigOidcConfig
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
229
265
  class GoogleCloudAiplatformV1AutomaticResources
230
266
  class Representation < Google::Apis::Core::JsonRepresentation; end
231
267
 
@@ -634,6 +670,12 @@ module Google
634
670
  include Google::Apis::Core::JsonObjectSupport
635
671
  end
636
672
 
673
+ class GoogleCloudAiplatformV1ColabImage
674
+ class Representation < Google::Apis::Core::JsonRepresentation; end
675
+
676
+ include Google::Apis::Core::JsonObjectSupport
677
+ end
678
+
637
679
  class GoogleCloudAiplatformV1CometInput
638
680
  class Representation < Google::Apis::Core::JsonRepresentation; end
639
681
 
@@ -1528,6 +1570,24 @@ module Google
1528
1570
  include Google::Apis::Core::JsonObjectSupport
1529
1571
  end
1530
1572
 
1573
+ class GoogleCloudAiplatformV1ExternalApi
1574
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1575
+
1576
+ include Google::Apis::Core::JsonObjectSupport
1577
+ end
1578
+
1579
+ class GoogleCloudAiplatformV1ExternalApiElasticSearchParams
1580
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1581
+
1582
+ include Google::Apis::Core::JsonObjectSupport
1583
+ end
1584
+
1585
+ class GoogleCloudAiplatformV1ExternalApiSimpleSearchParams
1586
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1587
+
1588
+ include Google::Apis::Core::JsonObjectSupport
1589
+ end
1590
+
1531
1591
  class GoogleCloudAiplatformV1Fact
1532
1592
  class Representation < Google::Apis::Core::JsonRepresentation; end
1533
1593
 
@@ -3946,6 +4006,18 @@ module Google
3946
4006
  include Google::Apis::Core::JsonObjectSupport
3947
4007
  end
3948
4008
 
4009
+ class GoogleCloudAiplatformV1RagVectorDbConfigRagManagedDbAnn
4010
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4011
+
4012
+ include Google::Apis::Core::JsonObjectSupport
4013
+ end
4014
+
4015
+ class GoogleCloudAiplatformV1RagVectorDbConfigRagManagedDbKnn
4016
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4017
+
4018
+ include Google::Apis::Core::JsonObjectSupport
4019
+ end
4020
+
3949
4021
  class GoogleCloudAiplatformV1RagVectorDbConfigVertexVectorSearch
3950
4022
  class Representation < Google::Apis::Core::JsonRepresentation; end
3951
4023
 
@@ -6622,6 +6694,12 @@ module Google
6622
6694
  include Google::Apis::Core::JsonObjectSupport
6623
6695
  end
6624
6696
 
6697
+ class GoogleCloudAiplatformV1VertexAiSearchDataStoreSpec
6698
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6699
+
6700
+ include Google::Apis::Core::JsonObjectSupport
6701
+ end
6702
+
6625
6703
  class GoogleCloudAiplatformV1VertexAiSearchConfig
6626
6704
  class Representation < Google::Apis::Core::JsonRepresentation; end
6627
6705
 
@@ -7060,6 +7138,7 @@ module Google
7060
7138
  # @private
7061
7139
  class Representation < Google::Apis::Core::JsonRepresentation
7062
7140
  property :api_key_secret_version, as: 'apiKeySecretVersion'
7141
+ property :api_key_string, as: 'apiKeyString'
7063
7142
  end
7064
7143
  end
7065
7144
 
@@ -7143,6 +7222,63 @@ module Google
7143
7222
  end
7144
7223
  end
7145
7224
 
7225
+ class GoogleCloudAiplatformV1AuthConfig
7226
+ # @private
7227
+ class Representation < Google::Apis::Core::JsonRepresentation
7228
+ property :api_key_config, as: 'apiKeyConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1AuthConfigApiKeyConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1AuthConfigApiKeyConfig::Representation
7229
+
7230
+ property :auth_type, as: 'authType'
7231
+ property :google_service_account_config, as: 'googleServiceAccountConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1AuthConfigGoogleServiceAccountConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1AuthConfigGoogleServiceAccountConfig::Representation
7232
+
7233
+ property :http_basic_auth_config, as: 'httpBasicAuthConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1AuthConfigHttpBasicAuthConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1AuthConfigHttpBasicAuthConfig::Representation
7234
+
7235
+ property :oauth_config, as: 'oauthConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1AuthConfigOauthConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1AuthConfigOauthConfig::Representation
7236
+
7237
+ property :oidc_config, as: 'oidcConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1AuthConfigOidcConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1AuthConfigOidcConfig::Representation
7238
+
7239
+ end
7240
+ end
7241
+
7242
+ class GoogleCloudAiplatformV1AuthConfigApiKeyConfig
7243
+ # @private
7244
+ class Representation < Google::Apis::Core::JsonRepresentation
7245
+ property :api_key_secret, as: 'apiKeySecret'
7246
+ property :api_key_string, as: 'apiKeyString'
7247
+ property :http_element_location, as: 'httpElementLocation'
7248
+ property :name, as: 'name'
7249
+ end
7250
+ end
7251
+
7252
+ class GoogleCloudAiplatformV1AuthConfigGoogleServiceAccountConfig
7253
+ # @private
7254
+ class Representation < Google::Apis::Core::JsonRepresentation
7255
+ property :service_account, as: 'serviceAccount'
7256
+ end
7257
+ end
7258
+
7259
+ class GoogleCloudAiplatformV1AuthConfigHttpBasicAuthConfig
7260
+ # @private
7261
+ class Representation < Google::Apis::Core::JsonRepresentation
7262
+ property :credential_secret, as: 'credentialSecret'
7263
+ end
7264
+ end
7265
+
7266
+ class GoogleCloudAiplatformV1AuthConfigOauthConfig
7267
+ # @private
7268
+ class Representation < Google::Apis::Core::JsonRepresentation
7269
+ property :access_token, as: 'accessToken'
7270
+ property :service_account, as: 'serviceAccount'
7271
+ end
7272
+ end
7273
+
7274
+ class GoogleCloudAiplatformV1AuthConfigOidcConfig
7275
+ # @private
7276
+ class Representation < Google::Apis::Core::JsonRepresentation
7277
+ property :id_token, as: 'idToken'
7278
+ property :service_account, as: 'serviceAccount'
7279
+ end
7280
+ end
7281
+
7146
7282
  class GoogleCloudAiplatformV1AutomaticResources
7147
7283
  # @private
7148
7284
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7770,6 +7906,14 @@ module Google
7770
7906
  end
7771
7907
  end
7772
7908
 
7909
+ class GoogleCloudAiplatformV1ColabImage
7910
+ # @private
7911
+ class Representation < Google::Apis::Core::JsonRepresentation
7912
+ property :description, as: 'description'
7913
+ property :release_name, as: 'releaseName'
7914
+ end
7915
+ end
7916
+
7773
7917
  class GoogleCloudAiplatformV1CometInput
7774
7918
  # @private
7775
7919
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -9429,6 +9573,37 @@ module Google
9429
9573
  end
9430
9574
  end
9431
9575
 
9576
+ class GoogleCloudAiplatformV1ExternalApi
9577
+ # @private
9578
+ class Representation < Google::Apis::Core::JsonRepresentation
9579
+ property :api_auth, as: 'apiAuth', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ApiAuth, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ApiAuth::Representation
9580
+
9581
+ property :api_spec, as: 'apiSpec'
9582
+ property :auth_config, as: 'authConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1AuthConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1AuthConfig::Representation
9583
+
9584
+ property :elastic_search_params, as: 'elasticSearchParams', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ExternalApiElasticSearchParams, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ExternalApiElasticSearchParams::Representation
9585
+
9586
+ property :endpoint, as: 'endpoint'
9587
+ property :simple_search_params, as: 'simpleSearchParams', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ExternalApiSimpleSearchParams, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ExternalApiSimpleSearchParams::Representation
9588
+
9589
+ end
9590
+ end
9591
+
9592
+ class GoogleCloudAiplatformV1ExternalApiElasticSearchParams
9593
+ # @private
9594
+ class Representation < Google::Apis::Core::JsonRepresentation
9595
+ property :index, as: 'index'
9596
+ property :num_hits, as: 'numHits'
9597
+ property :search_template, as: 'searchTemplate'
9598
+ end
9599
+ end
9600
+
9601
+ class GoogleCloudAiplatformV1ExternalApiSimpleSearchParams
9602
+ # @private
9603
+ class Representation < Google::Apis::Core::JsonRepresentation
9604
+ end
9605
+ end
9606
+
9432
9607
  class GoogleCloudAiplatformV1Fact
9433
9608
  # @private
9434
9609
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10235,6 +10410,7 @@ module Google
10235
10410
  class Representation < Google::Apis::Core::JsonRepresentation
10236
10411
  property :audio_timestamp, as: 'audioTimestamp'
10237
10412
  property :candidate_count, as: 'candidateCount'
10413
+ property :enable_affective_dialog, as: 'enableAffectiveDialog'
10238
10414
  property :frequency_penalty, as: 'frequencyPenalty'
10239
10415
  property :logprobs, as: 'logprobs'
10240
10416
  property :max_output_tokens, as: 'maxOutputTokens'
@@ -10572,6 +10748,7 @@ module Google
10572
10748
 
10573
10749
  property :rag_file_transformation_config, as: 'ragFileTransformationConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RagFileTransformationConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RagFileTransformationConfig::Representation
10574
10750
 
10751
+ property :rebuild_ann_index, as: 'rebuildAnnIndex'
10575
10752
  property :share_point_sources, as: 'sharePointSources', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SharePointSources, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SharePointSources::Representation
10576
10753
 
10577
10754
  property :slack_source, as: 'slackSource', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SlackSource, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SlackSource::Representation
@@ -12477,6 +12654,8 @@ module Google
12477
12654
  class GoogleCloudAiplatformV1NotebookSoftwareConfig
12478
12655
  # @private
12479
12656
  class Representation < Google::Apis::Core::JsonRepresentation
12657
+ property :colab_image, as: 'colabImage', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ColabImage, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ColabImage::Representation
12658
+
12480
12659
  collection :env, as: 'env', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EnvVar, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EnvVar::Representation
12481
12660
 
12482
12661
  property :post_startup_script_config, as: 'postStartupScriptConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PostStartupScriptConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PostStartupScriptConfig::Representation
@@ -12495,6 +12674,8 @@ module Google
12495
12674
  class GoogleCloudAiplatformV1PscAutomationConfig
12496
12675
  # @private
12497
12676
  class Representation < Google::Apis::Core::JsonRepresentation
12677
+ property :forwarding_rule, as: 'forwardingRule'
12678
+ property :ip_address, as: 'ipAddress'
12498
12679
  property :network, as: 'network'
12499
12680
  property :project_id, as: 'projectId'
12500
12681
  end
@@ -12633,6 +12814,7 @@ module Google
12633
12814
  property :inline_data, as: 'inlineData', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Blob, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Blob::Representation
12634
12815
 
12635
12816
  property :text, as: 'text'
12817
+ property :thought, as: 'thought'
12636
12818
  property :video_metadata, as: 'videoMetadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VideoMetadata, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VideoMetadata::Representation
12637
12819
 
12638
12820
  end
@@ -13675,6 +13857,24 @@ module Google
13675
13857
  end
13676
13858
 
13677
13859
  class GoogleCloudAiplatformV1RagVectorDbConfigRagManagedDb
13860
+ # @private
13861
+ class Representation < Google::Apis::Core::JsonRepresentation
13862
+ property :ann, as: 'ann', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RagVectorDbConfigRagManagedDbAnn, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RagVectorDbConfigRagManagedDbAnn::Representation
13863
+
13864
+ property :knn, as: 'knn', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RagVectorDbConfigRagManagedDbKnn, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RagVectorDbConfigRagManagedDbKnn::Representation
13865
+
13866
+ end
13867
+ end
13868
+
13869
+ class GoogleCloudAiplatformV1RagVectorDbConfigRagManagedDbAnn
13870
+ # @private
13871
+ class Representation < Google::Apis::Core::JsonRepresentation
13872
+ property :leaf_count, as: 'leafCount'
13873
+ property :tree_depth, as: 'treeDepth'
13874
+ end
13875
+ end
13876
+
13877
+ class GoogleCloudAiplatformV1RagVectorDbConfigRagManagedDbKnn
13678
13878
  # @private
13679
13879
  class Representation < Google::Apis::Core::JsonRepresentation
13680
13880
  end
@@ -14028,6 +14228,8 @@ module Google
14028
14228
  # @private
14029
14229
  class Representation < Google::Apis::Core::JsonRepresentation
14030
14230
  property :disable_attribution, as: 'disableAttribution'
14231
+ property :external_api, as: 'externalApi', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ExternalApi, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ExternalApi::Representation
14232
+
14031
14233
  property :vertex_ai_search, as: 'vertexAiSearch', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VertexAiSearch, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VertexAiSearch::Representation
14032
14234
 
14033
14235
  property :vertex_rag_store, as: 'vertexRagStore', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VertexRagStore, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VertexRagStore::Representation
@@ -17949,6 +18151,8 @@ module Google
17949
18151
  class GoogleCloudAiplatformV1VertexAiSearch
17950
18152
  # @private
17951
18153
  class Representation < Google::Apis::Core::JsonRepresentation
18154
+ collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VertexAiSearchDataStoreSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VertexAiSearchDataStoreSpec::Representation
18155
+
17952
18156
  property :datastore, as: 'datastore'
17953
18157
  property :engine, as: 'engine'
17954
18158
  property :filter, as: 'filter'
@@ -17956,6 +18160,14 @@ module Google
17956
18160
  end
17957
18161
  end
17958
18162
 
18163
+ class GoogleCloudAiplatformV1VertexAiSearchDataStoreSpec
18164
+ # @private
18165
+ class Representation < Google::Apis::Core::JsonRepresentation
18166
+ property :data_store, as: 'dataStore'
18167
+ property :filter, as: 'filter'
18168
+ end
18169
+ end
18170
+
17959
18171
  class GoogleCloudAiplatformV1VertexAiSearchConfig
17960
18172
  # @private
17961
18173
  class Representation < Google::Apis::Core::JsonRepresentation