google-apis-aiplatform_v1 0.75.0 → 0.76.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/aiplatform_v1/classes.rb +621 -123
- data/lib/google/apis/aiplatform_v1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1/representations.rb +237 -0
- data/lib/google/apis/aiplatform_v1/service.rb +1003 -250
- metadata +2 -2
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.76.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 = "20251215"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -652,6 +652,12 @@ module Google
|
|
|
652
652
|
include Google::Apis::Core::JsonObjectSupport
|
|
653
653
|
end
|
|
654
654
|
|
|
655
|
+
class GoogleCloudAiplatformV1Chunk
|
|
656
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
657
|
+
|
|
658
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
659
|
+
end
|
|
660
|
+
|
|
655
661
|
class GoogleCloudAiplatformV1Citation
|
|
656
662
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
657
663
|
|
|
@@ -1684,6 +1690,30 @@ module Google
|
|
|
1684
1690
|
include Google::Apis::Core::JsonObjectSupport
|
|
1685
1691
|
end
|
|
1686
1692
|
|
|
1693
|
+
class GoogleCloudAiplatformV1ExecuteCodeRequest
|
|
1694
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1695
|
+
|
|
1696
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1697
|
+
end
|
|
1698
|
+
|
|
1699
|
+
class GoogleCloudAiplatformV1ExecuteCodeResponse
|
|
1700
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1701
|
+
|
|
1702
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1703
|
+
end
|
|
1704
|
+
|
|
1705
|
+
class GoogleCloudAiplatformV1ExecuteSandboxEnvironmentRequest
|
|
1706
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1707
|
+
|
|
1708
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1709
|
+
end
|
|
1710
|
+
|
|
1711
|
+
class GoogleCloudAiplatformV1ExecuteSandboxEnvironmentResponse
|
|
1712
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1713
|
+
|
|
1714
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1715
|
+
end
|
|
1716
|
+
|
|
1687
1717
|
class GoogleCloudAiplatformV1Execution
|
|
1688
1718
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1689
1719
|
|
|
@@ -3154,6 +3184,12 @@ module Google
|
|
|
3154
3184
|
include Google::Apis::Core::JsonObjectSupport
|
|
3155
3185
|
end
|
|
3156
3186
|
|
|
3187
|
+
class GoogleCloudAiplatformV1ListSandboxEnvironmentsResponse
|
|
3188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3189
|
+
|
|
3190
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3191
|
+
end
|
|
3192
|
+
|
|
3157
3193
|
class GoogleCloudAiplatformV1ListSavedQueriesResponse
|
|
3158
3194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3159
3195
|
|
|
@@ -3334,6 +3370,24 @@ module Google
|
|
|
3334
3370
|
include Google::Apis::Core::JsonObjectSupport
|
|
3335
3371
|
end
|
|
3336
3372
|
|
|
3373
|
+
class GoogleCloudAiplatformV1MemoryConjunctionFilter
|
|
3374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3375
|
+
|
|
3376
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3377
|
+
end
|
|
3378
|
+
|
|
3379
|
+
class GoogleCloudAiplatformV1MemoryFilter
|
|
3380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3381
|
+
|
|
3382
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3383
|
+
end
|
|
3384
|
+
|
|
3385
|
+
class GoogleCloudAiplatformV1MemoryMetadataValue
|
|
3386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3387
|
+
|
|
3388
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3389
|
+
end
|
|
3390
|
+
|
|
3337
3391
|
class GoogleCloudAiplatformV1MemoryRevision
|
|
3338
3392
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3339
3393
|
|
|
@@ -3352,6 +3406,12 @@ module Google
|
|
|
3352
3406
|
include Google::Apis::Core::JsonObjectSupport
|
|
3353
3407
|
end
|
|
3354
3408
|
|
|
3409
|
+
class GoogleCloudAiplatformV1Metadata
|
|
3410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3411
|
+
|
|
3412
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3413
|
+
end
|
|
3414
|
+
|
|
3355
3415
|
class GoogleCloudAiplatformV1MetadataSchema
|
|
3356
3416
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3357
3417
|
|
|
@@ -5302,6 +5362,30 @@ module Google
|
|
|
5302
5362
|
include Google::Apis::Core::JsonObjectSupport
|
|
5303
5363
|
end
|
|
5304
5364
|
|
|
5365
|
+
class GoogleCloudAiplatformV1SandboxEnvironment
|
|
5366
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5367
|
+
|
|
5368
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
5369
|
+
end
|
|
5370
|
+
|
|
5371
|
+
class GoogleCloudAiplatformV1SandboxEnvironmentConnectionInfo
|
|
5372
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5373
|
+
|
|
5374
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
5375
|
+
end
|
|
5376
|
+
|
|
5377
|
+
class GoogleCloudAiplatformV1SandboxEnvironmentSpec
|
|
5378
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5379
|
+
|
|
5380
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
5381
|
+
end
|
|
5382
|
+
|
|
5383
|
+
class GoogleCloudAiplatformV1SandboxEnvironmentSpecCodeExecutionEnvironment
|
|
5384
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5385
|
+
|
|
5386
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
5387
|
+
end
|
|
5388
|
+
|
|
5305
5389
|
class GoogleCloudAiplatformV1SavedQuery
|
|
5306
5390
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5307
5391
|
|
|
@@ -7120,6 +7204,12 @@ module Google
|
|
|
7120
7204
|
include Google::Apis::Core::JsonObjectSupport
|
|
7121
7205
|
end
|
|
7122
7206
|
|
|
7207
|
+
class GoogleCloudAiplatformV1ToolParallelAiSearch
|
|
7208
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7209
|
+
|
|
7210
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
7211
|
+
end
|
|
7212
|
+
|
|
7123
7213
|
class GoogleCloudAiplatformV1ToolParameterKvMatchInput
|
|
7124
7214
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7125
7215
|
|
|
@@ -8852,6 +8942,16 @@ module Google
|
|
|
8852
8942
|
end
|
|
8853
8943
|
end
|
|
8854
8944
|
|
|
8945
|
+
class GoogleCloudAiplatformV1Chunk
|
|
8946
|
+
# @private
|
|
8947
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8948
|
+
property :data, :base64 => true, as: 'data'
|
|
8949
|
+
property :metadata, as: 'metadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Metadata, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Metadata::Representation
|
|
8950
|
+
|
|
8951
|
+
property :mime_type, as: 'mimeType'
|
|
8952
|
+
end
|
|
8953
|
+
end
|
|
8954
|
+
|
|
8855
8955
|
class GoogleCloudAiplatformV1Citation
|
|
8856
8956
|
# @private
|
|
8857
8957
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10800,6 +10900,38 @@ module Google
|
|
|
10800
10900
|
end
|
|
10801
10901
|
end
|
|
10802
10902
|
|
|
10903
|
+
class GoogleCloudAiplatformV1ExecuteCodeRequest
|
|
10904
|
+
# @private
|
|
10905
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10906
|
+
collection :inputs, as: 'inputs', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Chunk, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Chunk::Representation
|
|
10907
|
+
|
|
10908
|
+
end
|
|
10909
|
+
end
|
|
10910
|
+
|
|
10911
|
+
class GoogleCloudAiplatformV1ExecuteCodeResponse
|
|
10912
|
+
# @private
|
|
10913
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10914
|
+
collection :outputs, as: 'outputs', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Chunk, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Chunk::Representation
|
|
10915
|
+
|
|
10916
|
+
end
|
|
10917
|
+
end
|
|
10918
|
+
|
|
10919
|
+
class GoogleCloudAiplatformV1ExecuteSandboxEnvironmentRequest
|
|
10920
|
+
# @private
|
|
10921
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10922
|
+
collection :inputs, as: 'inputs', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Chunk, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Chunk::Representation
|
|
10923
|
+
|
|
10924
|
+
end
|
|
10925
|
+
end
|
|
10926
|
+
|
|
10927
|
+
class GoogleCloudAiplatformV1ExecuteSandboxEnvironmentResponse
|
|
10928
|
+
# @private
|
|
10929
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10930
|
+
collection :outputs, as: 'outputs', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Chunk, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Chunk::Representation
|
|
10931
|
+
|
|
10932
|
+
end
|
|
10933
|
+
end
|
|
10934
|
+
|
|
10803
10935
|
class GoogleCloudAiplatformV1Execution
|
|
10804
10936
|
# @private
|
|
10805
10937
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -12122,6 +12254,9 @@ module Google
|
|
|
12122
12254
|
|
|
12123
12255
|
property :disable_consolidation, as: 'disableConsolidation'
|
|
12124
12256
|
property :disable_memory_revisions, as: 'disableMemoryRevisions'
|
|
12257
|
+
hash :metadata, as: 'metadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryMetadataValue, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryMetadataValue::Representation
|
|
12258
|
+
|
|
12259
|
+
property :metadata_merge_strategy, as: 'metadataMergeStrategy'
|
|
12125
12260
|
property :revision_expire_time, as: 'revisionExpireTime'
|
|
12126
12261
|
hash :revision_labels, as: 'revisionLabels'
|
|
12127
12262
|
property :revision_ttl, as: 'revisionTtl'
|
|
@@ -13317,6 +13452,15 @@ module Google
|
|
|
13317
13452
|
end
|
|
13318
13453
|
end
|
|
13319
13454
|
|
|
13455
|
+
class GoogleCloudAiplatformV1ListSandboxEnvironmentsResponse
|
|
13456
|
+
# @private
|
|
13457
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13458
|
+
property :next_page_token, as: 'nextPageToken'
|
|
13459
|
+
collection :sandbox_environments, as: 'sandboxEnvironments', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SandboxEnvironment, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SandboxEnvironment::Representation
|
|
13460
|
+
|
|
13461
|
+
end
|
|
13462
|
+
end
|
|
13463
|
+
|
|
13320
13464
|
class GoogleCloudAiplatformV1ListSavedQueriesResponse
|
|
13321
13465
|
# @private
|
|
13322
13466
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -13516,6 +13660,8 @@ module Google
|
|
|
13516
13660
|
property :display_name, as: 'displayName'
|
|
13517
13661
|
property :expire_time, as: 'expireTime'
|
|
13518
13662
|
property :fact, as: 'fact'
|
|
13663
|
+
hash :metadata, as: 'metadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryMetadataValue, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryMetadataValue::Representation
|
|
13664
|
+
|
|
13519
13665
|
property :name, as: 'name'
|
|
13520
13666
|
property :revision_expire_time, as: 'revisionExpireTime'
|
|
13521
13667
|
hash :revision_labels, as: 'revisionLabels'
|
|
@@ -13600,6 +13746,35 @@ module Google
|
|
|
13600
13746
|
end
|
|
13601
13747
|
end
|
|
13602
13748
|
|
|
13749
|
+
class GoogleCloudAiplatformV1MemoryConjunctionFilter
|
|
13750
|
+
# @private
|
|
13751
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13752
|
+
collection :filters, as: 'filters', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryFilter, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryFilter::Representation
|
|
13753
|
+
|
|
13754
|
+
end
|
|
13755
|
+
end
|
|
13756
|
+
|
|
13757
|
+
class GoogleCloudAiplatformV1MemoryFilter
|
|
13758
|
+
# @private
|
|
13759
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13760
|
+
property :key, as: 'key'
|
|
13761
|
+
property :negate, as: 'negate'
|
|
13762
|
+
property :op, as: 'op'
|
|
13763
|
+
property :value, as: 'value', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryMetadataValue, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryMetadataValue::Representation
|
|
13764
|
+
|
|
13765
|
+
end
|
|
13766
|
+
end
|
|
13767
|
+
|
|
13768
|
+
class GoogleCloudAiplatformV1MemoryMetadataValue
|
|
13769
|
+
# @private
|
|
13770
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13771
|
+
property :bool_value, as: 'boolValue'
|
|
13772
|
+
property :double_value, as: 'doubleValue'
|
|
13773
|
+
property :string_value, as: 'stringValue'
|
|
13774
|
+
property :timestamp_value, as: 'timestampValue'
|
|
13775
|
+
end
|
|
13776
|
+
end
|
|
13777
|
+
|
|
13603
13778
|
class GoogleCloudAiplatformV1MemoryRevision
|
|
13604
13779
|
# @private
|
|
13605
13780
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -13628,6 +13803,13 @@ module Google
|
|
|
13628
13803
|
end
|
|
13629
13804
|
end
|
|
13630
13805
|
|
|
13806
|
+
class GoogleCloudAiplatformV1Metadata
|
|
13807
|
+
# @private
|
|
13808
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13809
|
+
hash :attributes, as: 'attributes'
|
|
13810
|
+
end
|
|
13811
|
+
end
|
|
13812
|
+
|
|
13631
13813
|
class GoogleCloudAiplatformV1MetadataSchema
|
|
13632
13814
|
# @private
|
|
13633
13815
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -16719,6 +16901,8 @@ module Google
|
|
|
16719
16901
|
# @private
|
|
16720
16902
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
16721
16903
|
property :filter, as: 'filter'
|
|
16904
|
+
collection :filter_groups, as: 'filterGroups', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryConjunctionFilter, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryConjunctionFilter::Representation
|
|
16905
|
+
|
|
16722
16906
|
hash :scope, as: 'scope'
|
|
16723
16907
|
property :similarity_search_params, as: 'similaritySearchParams', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RetrieveMemoriesRequestSimilaritySearchParams, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RetrieveMemoriesRequestSimilaritySearchParams::Representation
|
|
16724
16908
|
|
|
@@ -16993,6 +17177,48 @@ module Google
|
|
|
16993
17177
|
end
|
|
16994
17178
|
end
|
|
16995
17179
|
|
|
17180
|
+
class GoogleCloudAiplatformV1SandboxEnvironment
|
|
17181
|
+
# @private
|
|
17182
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
17183
|
+
property :connection_info, as: 'connectionInfo', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SandboxEnvironmentConnectionInfo, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SandboxEnvironmentConnectionInfo::Representation
|
|
17184
|
+
|
|
17185
|
+
property :create_time, as: 'createTime'
|
|
17186
|
+
property :display_name, as: 'displayName'
|
|
17187
|
+
property :expire_time, as: 'expireTime'
|
|
17188
|
+
property :name, as: 'name'
|
|
17189
|
+
property :spec, as: 'spec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SandboxEnvironmentSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SandboxEnvironmentSpec::Representation
|
|
17190
|
+
|
|
17191
|
+
property :state, as: 'state'
|
|
17192
|
+
property :ttl, as: 'ttl'
|
|
17193
|
+
property :update_time, as: 'updateTime'
|
|
17194
|
+
end
|
|
17195
|
+
end
|
|
17196
|
+
|
|
17197
|
+
class GoogleCloudAiplatformV1SandboxEnvironmentConnectionInfo
|
|
17198
|
+
# @private
|
|
17199
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
17200
|
+
property :load_balancer_hostname, as: 'loadBalancerHostname'
|
|
17201
|
+
property :load_balancer_ip, as: 'loadBalancerIp'
|
|
17202
|
+
property :sandbox_internal_ip, as: 'sandboxInternalIp'
|
|
17203
|
+
end
|
|
17204
|
+
end
|
|
17205
|
+
|
|
17206
|
+
class GoogleCloudAiplatformV1SandboxEnvironmentSpec
|
|
17207
|
+
# @private
|
|
17208
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
17209
|
+
property :code_execution_environment, as: 'codeExecutionEnvironment', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SandboxEnvironmentSpecCodeExecutionEnvironment, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SandboxEnvironmentSpecCodeExecutionEnvironment::Representation
|
|
17210
|
+
|
|
17211
|
+
end
|
|
17212
|
+
end
|
|
17213
|
+
|
|
17214
|
+
class GoogleCloudAiplatformV1SandboxEnvironmentSpecCodeExecutionEnvironment
|
|
17215
|
+
# @private
|
|
17216
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
17217
|
+
property :code_language, as: 'codeLanguage'
|
|
17218
|
+
property :machine_config, as: 'machineConfig'
|
|
17219
|
+
end
|
|
17220
|
+
end
|
|
17221
|
+
|
|
16996
17222
|
class GoogleCloudAiplatformV1SavedQuery
|
|
16997
17223
|
# @private
|
|
16998
17224
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -17815,6 +18041,7 @@ module Google
|
|
|
17815
18041
|
# @private
|
|
17816
18042
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
17817
18043
|
property :code_repository_state, as: 'codeRepositoryState'
|
|
18044
|
+
property :framework, as: 'framework'
|
|
17818
18045
|
collection :linked_resources, as: 'linkedResources', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaPromptSpecAppBuilderDataLinkedResource, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaPromptSpecAppBuilderDataLinkedResource::Representation
|
|
17819
18046
|
|
|
17820
18047
|
end
|
|
@@ -19926,6 +20153,8 @@ module Google
|
|
|
19926
20153
|
|
|
19927
20154
|
property :google_search_retrieval, as: 'googleSearchRetrieval', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GoogleSearchRetrieval, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GoogleSearchRetrieval::Representation
|
|
19928
20155
|
|
|
20156
|
+
property :parallel_ai_search, as: 'parallelAiSearch', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolParallelAiSearch, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolParallelAiSearch::Representation
|
|
20157
|
+
|
|
19929
20158
|
property :retrieval, as: 'retrieval', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Retrieval, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Retrieval::Representation
|
|
19930
20159
|
|
|
19931
20160
|
property :url_context, as: 'urlContext', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1UrlContext, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1UrlContext::Representation
|
|
@@ -20051,6 +20280,14 @@ module Google
|
|
|
20051
20280
|
end
|
|
20052
20281
|
end
|
|
20053
20282
|
|
|
20283
|
+
class GoogleCloudAiplatformV1ToolParallelAiSearch
|
|
20284
|
+
# @private
|
|
20285
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20286
|
+
property :api_key, as: 'apiKey'
|
|
20287
|
+
hash :custom_configs, as: 'customConfigs'
|
|
20288
|
+
end
|
|
20289
|
+
end
|
|
20290
|
+
|
|
20054
20291
|
class GoogleCloudAiplatformV1ToolParameterKvMatchInput
|
|
20055
20292
|
# @private
|
|
20056
20293
|
class Representation < Google::Apis::Core::JsonRepresentation
|