google-apis-aiplatform_v1beta1 0.50.0 → 0.52.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 +8 -0
- data/lib/google/apis/aiplatform_v1beta1/classes.rb +726 -21
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +337 -0
- data/lib/google/apis/aiplatform_v1beta1/service.rb +983 -47
- metadata +2 -2
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AiplatformV1beta1
|
18
18
|
# Version of the google-apis-aiplatform_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.52.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 = "20250613"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1396,6 +1396,12 @@ module Google
|
|
1396
1396
|
include Google::Apis::Core::JsonObjectSupport
|
1397
1397
|
end
|
1398
1398
|
|
1399
|
+
class GoogleCloudAiplatformV1beta1DnsPeeringConfig
|
1400
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1401
|
+
|
1402
|
+
include Google::Apis::Core::JsonObjectSupport
|
1403
|
+
end
|
1404
|
+
|
1399
1405
|
class GoogleCloudAiplatformV1beta1DoubleArray
|
1400
1406
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1401
1407
|
|
@@ -2458,6 +2464,30 @@ module Google
|
|
2458
2464
|
include Google::Apis::Core::JsonObjectSupport
|
2459
2465
|
end
|
2460
2466
|
|
2467
|
+
class GoogleCloudAiplatformV1beta1GenerateMemoriesRequest
|
2468
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2469
|
+
|
2470
|
+
include Google::Apis::Core::JsonObjectSupport
|
2471
|
+
end
|
2472
|
+
|
2473
|
+
class GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectContentsSource
|
2474
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2475
|
+
|
2476
|
+
include Google::Apis::Core::JsonObjectSupport
|
2477
|
+
end
|
2478
|
+
|
2479
|
+
class GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectContentsSourceEvent
|
2480
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2481
|
+
|
2482
|
+
include Google::Apis::Core::JsonObjectSupport
|
2483
|
+
end
|
2484
|
+
|
2485
|
+
class GoogleCloudAiplatformV1beta1GenerateMemoriesRequestVertexSessionSource
|
2486
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2487
|
+
|
2488
|
+
include Google::Apis::Core::JsonObjectSupport
|
2489
|
+
end
|
2490
|
+
|
2461
2491
|
class GoogleCloudAiplatformV1beta1GenerateVideoResponse
|
2462
2492
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2463
2493
|
|
@@ -2980,6 +3010,12 @@ module Google
|
|
2980
3010
|
include Google::Apis::Core::JsonObjectSupport
|
2981
3011
|
end
|
2982
3012
|
|
3013
|
+
class GoogleCloudAiplatformV1beta1ListMemoriesResponse
|
3014
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3015
|
+
|
3016
|
+
include Google::Apis::Core::JsonObjectSupport
|
3017
|
+
end
|
3018
|
+
|
2983
3019
|
class GoogleCloudAiplatformV1beta1ListMetadataSchemasResponse
|
2984
3020
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2985
3021
|
|
@@ -3238,6 +3274,12 @@ module Google
|
|
3238
3274
|
include Google::Apis::Core::JsonObjectSupport
|
3239
3275
|
end
|
3240
3276
|
|
3277
|
+
class GoogleCloudAiplatformV1beta1Memory
|
3278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3279
|
+
|
3280
|
+
include Google::Apis::Core::JsonObjectSupport
|
3281
|
+
end
|
3282
|
+
|
3241
3283
|
class GoogleCloudAiplatformV1beta1MergeVersionAliasesRequest
|
3242
3284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3243
3285
|
|
@@ -4780,6 +4822,12 @@ module Google
|
|
4780
4822
|
include Google::Apis::Core::JsonObjectSupport
|
4781
4823
|
end
|
4782
4824
|
|
4825
|
+
class GoogleCloudAiplatformV1beta1RagFileMetadataConfig
|
4826
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4827
|
+
|
4828
|
+
include Google::Apis::Core::JsonObjectSupport
|
4829
|
+
end
|
4830
|
+
|
4783
4831
|
class GoogleCloudAiplatformV1beta1RagFileParsingConfig
|
4784
4832
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4785
4833
|
|
@@ -4828,6 +4876,18 @@ module Google
|
|
4828
4876
|
include Google::Apis::Core::JsonObjectSupport
|
4829
4877
|
end
|
4830
4878
|
|
4879
|
+
class GoogleCloudAiplatformV1beta1RagManagedDbConfigScaled
|
4880
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4881
|
+
|
4882
|
+
include Google::Apis::Core::JsonObjectSupport
|
4883
|
+
end
|
4884
|
+
|
4885
|
+
class GoogleCloudAiplatformV1beta1RagManagedDbConfigUnprovisioned
|
4886
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4887
|
+
|
4888
|
+
include Google::Apis::Core::JsonObjectSupport
|
4889
|
+
end
|
4890
|
+
|
4831
4891
|
class GoogleCloudAiplatformV1beta1RagQuery
|
4832
4892
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4833
4893
|
|
@@ -5044,6 +5104,30 @@ module Google
|
|
5044
5104
|
include Google::Apis::Core::JsonObjectSupport
|
5045
5105
|
end
|
5046
5106
|
|
5107
|
+
class GoogleCloudAiplatformV1beta1ReasoningEngineContextSpec
|
5108
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5109
|
+
|
5110
|
+
include Google::Apis::Core::JsonObjectSupport
|
5111
|
+
end
|
5112
|
+
|
5113
|
+
class GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfig
|
5114
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5115
|
+
|
5116
|
+
include Google::Apis::Core::JsonObjectSupport
|
5117
|
+
end
|
5118
|
+
|
5119
|
+
class GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig
|
5120
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5121
|
+
|
5122
|
+
include Google::Apis::Core::JsonObjectSupport
|
5123
|
+
end
|
5124
|
+
|
5125
|
+
class GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigSimilaritySearchConfig
|
5126
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5127
|
+
|
5128
|
+
include Google::Apis::Core::JsonObjectSupport
|
5129
|
+
end
|
5130
|
+
|
5047
5131
|
class GoogleCloudAiplatformV1beta1ReasoningEngineSpec
|
5048
5132
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5049
5133
|
|
@@ -5236,6 +5320,36 @@ module Google
|
|
5236
5320
|
include Google::Apis::Core::JsonObjectSupport
|
5237
5321
|
end
|
5238
5322
|
|
5323
|
+
class GoogleCloudAiplatformV1beta1RetrieveMemoriesRequest
|
5324
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5325
|
+
|
5326
|
+
include Google::Apis::Core::JsonObjectSupport
|
5327
|
+
end
|
5328
|
+
|
5329
|
+
class GoogleCloudAiplatformV1beta1RetrieveMemoriesRequestSimilaritySearchParams
|
5330
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5331
|
+
|
5332
|
+
include Google::Apis::Core::JsonObjectSupport
|
5333
|
+
end
|
5334
|
+
|
5335
|
+
class GoogleCloudAiplatformV1beta1RetrieveMemoriesRequestSimpleRetrievalParams
|
5336
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5337
|
+
|
5338
|
+
include Google::Apis::Core::JsonObjectSupport
|
5339
|
+
end
|
5340
|
+
|
5341
|
+
class GoogleCloudAiplatformV1beta1RetrieveMemoriesResponse
|
5342
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5343
|
+
|
5344
|
+
include Google::Apis::Core::JsonObjectSupport
|
5345
|
+
end
|
5346
|
+
|
5347
|
+
class GoogleCloudAiplatformV1beta1RetrieveMemoriesResponseRetrievedMemory
|
5348
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5349
|
+
|
5350
|
+
include Google::Apis::Core::JsonObjectSupport
|
5351
|
+
end
|
5352
|
+
|
5239
5353
|
class GoogleCloudAiplatformV1beta1RolloutOptions
|
5240
5354
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5241
5355
|
|
@@ -7834,6 +7948,18 @@ module Google
|
|
7834
7948
|
include Google::Apis::Core::JsonObjectSupport
|
7835
7949
|
end
|
7836
7950
|
|
7951
|
+
class GoogleCloudAiplatformV1beta1UrlContextMetadata
|
7952
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7953
|
+
|
7954
|
+
include Google::Apis::Core::JsonObjectSupport
|
7955
|
+
end
|
7956
|
+
|
7957
|
+
class GoogleCloudAiplatformV1beta1UrlMetadata
|
7958
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7959
|
+
|
7960
|
+
include Google::Apis::Core::JsonObjectSupport
|
7961
|
+
end
|
7962
|
+
|
7837
7963
|
class GoogleCloudAiplatformV1beta1UserActionReference
|
7838
7964
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7839
7965
|
|
@@ -9072,6 +9198,8 @@ module Google
|
|
9072
9198
|
|
9073
9199
|
collection :safety_ratings, as: 'safetyRatings', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SafetyRating, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SafetyRating::Representation
|
9074
9200
|
|
9201
|
+
property :url_context_metadata, as: 'urlContextMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1UrlContextMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1UrlContextMetadata::Representation
|
9202
|
+
|
9075
9203
|
end
|
9076
9204
|
end
|
9077
9205
|
|
@@ -10318,6 +10446,15 @@ module Google
|
|
10318
10446
|
end
|
10319
10447
|
end
|
10320
10448
|
|
10449
|
+
class GoogleCloudAiplatformV1beta1DnsPeeringConfig
|
10450
|
+
# @private
|
10451
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10452
|
+
property :domain, as: 'domain'
|
10453
|
+
property :target_network, as: 'targetNetwork'
|
10454
|
+
property :target_project, as: 'targetProject'
|
10455
|
+
end
|
10456
|
+
end
|
10457
|
+
|
10321
10458
|
class GoogleCloudAiplatformV1beta1DoubleArray
|
10322
10459
|
# @private
|
10323
10460
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12287,6 +12424,43 @@ module Google
|
|
12287
12424
|
end
|
12288
12425
|
end
|
12289
12426
|
|
12427
|
+
class GoogleCloudAiplatformV1beta1GenerateMemoriesRequest
|
12428
|
+
# @private
|
12429
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12430
|
+
property :direct_contents_source, as: 'directContentsSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectContentsSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectContentsSource::Representation
|
12431
|
+
|
12432
|
+
property :disable_consolidation, as: 'disableConsolidation'
|
12433
|
+
hash :scope, as: 'scope'
|
12434
|
+
property :vertex_session_source, as: 'vertexSessionSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateMemoriesRequestVertexSessionSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateMemoriesRequestVertexSessionSource::Representation
|
12435
|
+
|
12436
|
+
end
|
12437
|
+
end
|
12438
|
+
|
12439
|
+
class GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectContentsSource
|
12440
|
+
# @private
|
12441
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12442
|
+
collection :events, as: 'events', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectContentsSourceEvent, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectContentsSourceEvent::Representation
|
12443
|
+
|
12444
|
+
end
|
12445
|
+
end
|
12446
|
+
|
12447
|
+
class GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectContentsSourceEvent
|
12448
|
+
# @private
|
12449
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12450
|
+
property :content, as: 'content', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
12451
|
+
|
12452
|
+
end
|
12453
|
+
end
|
12454
|
+
|
12455
|
+
class GoogleCloudAiplatformV1beta1GenerateMemoriesRequestVertexSessionSource
|
12456
|
+
# @private
|
12457
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12458
|
+
property :end_time, as: 'endTime'
|
12459
|
+
property :session, as: 'session'
|
12460
|
+
property :start_time, as: 'startTime'
|
12461
|
+
end
|
12462
|
+
end
|
12463
|
+
|
12290
12464
|
class GoogleCloudAiplatformV1beta1GenerateVideoResponse
|
12291
12465
|
# @private
|
12292
12466
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12725,6 +12899,8 @@ module Google
|
|
12725
12899
|
|
12726
12900
|
property :rag_file_chunking_config, as: 'ragFileChunkingConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileChunkingConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileChunkingConfig::Representation
|
12727
12901
|
|
12902
|
+
property :rag_file_metadata_config, as: 'ragFileMetadataConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileMetadataConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileMetadataConfig::Representation
|
12903
|
+
|
12728
12904
|
property :rag_file_parsing_config, as: 'ragFileParsingConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileParsingConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileParsingConfig::Representation
|
12729
12905
|
|
12730
12906
|
property :rag_file_transformation_config, as: 'ragFileTransformationConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileTransformationConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileTransformationConfig::Representation
|
@@ -13206,6 +13382,15 @@ module Google
|
|
13206
13382
|
end
|
13207
13383
|
end
|
13208
13384
|
|
13385
|
+
class GoogleCloudAiplatformV1beta1ListMemoriesResponse
|
13386
|
+
# @private
|
13387
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13388
|
+
collection :memories, as: 'memories', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Memory, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Memory::Representation
|
13389
|
+
|
13390
|
+
property :next_page_token, as: 'nextPageToken'
|
13391
|
+
end
|
13392
|
+
end
|
13393
|
+
|
13209
13394
|
class GoogleCloudAiplatformV1beta1ListMetadataSchemasResponse
|
13210
13395
|
# @private
|
13211
13396
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13589,6 +13774,19 @@ module Google
|
|
13589
13774
|
end
|
13590
13775
|
end
|
13591
13776
|
|
13777
|
+
class GoogleCloudAiplatformV1beta1Memory
|
13778
|
+
# @private
|
13779
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13780
|
+
property :create_time, as: 'createTime'
|
13781
|
+
property :description, as: 'description'
|
13782
|
+
property :display_name, as: 'displayName'
|
13783
|
+
property :fact, as: 'fact'
|
13784
|
+
property :name, as: 'name'
|
13785
|
+
hash :scope, as: 'scope'
|
13786
|
+
property :update_time, as: 'updateTime'
|
13787
|
+
end
|
13788
|
+
end
|
13789
|
+
|
13592
13790
|
class GoogleCloudAiplatformV1beta1MergeVersionAliasesRequest
|
13593
13791
|
# @private
|
13594
13792
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13895,6 +14093,7 @@ module Google
|
|
13895
14093
|
|
13896
14094
|
property :health_route, as: 'healthRoute'
|
13897
14095
|
property :image_uri, as: 'imageUri'
|
14096
|
+
property :invoke_route_prefix, as: 'invokeRoutePrefix'
|
13898
14097
|
property :liveness_probe, as: 'livenessProbe', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Probe, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Probe::Representation
|
13899
14098
|
|
13900
14099
|
collection :ports, as: 'ports', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Port, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Port::Representation
|
@@ -15113,10 +15312,12 @@ module Google
|
|
15113
15312
|
class GoogleCloudAiplatformV1beta1PscAutomationConfig
|
15114
15313
|
# @private
|
15115
15314
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15315
|
+
property :error_message, as: 'errorMessage'
|
15116
15316
|
property :forwarding_rule, as: 'forwardingRule'
|
15117
15317
|
property :ip_address, as: 'ipAddress'
|
15118
15318
|
property :network, as: 'network'
|
15119
15319
|
property :project_id, as: 'projectId'
|
15320
|
+
property :state, as: 'state'
|
15120
15321
|
end
|
15121
15322
|
end
|
15122
15323
|
|
@@ -15748,6 +15949,8 @@ module Google
|
|
15748
15949
|
class GoogleCloudAiplatformV1beta1PscInterfaceConfig
|
15749
15950
|
# @private
|
15750
15951
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15952
|
+
collection :dns_peering_configs, as: 'dnsPeeringConfigs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DnsPeeringConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DnsPeeringConfig::Representation
|
15953
|
+
|
15751
15954
|
property :network_attachment, as: 'networkAttachment'
|
15752
15955
|
end
|
15753
15956
|
end
|
@@ -15874,6 +16077,7 @@ module Google
|
|
15874
16077
|
property :resource_description, as: 'resourceDescription'
|
15875
16078
|
property :resource_title, as: 'resourceTitle'
|
15876
16079
|
property :resource_use_case, as: 'resourceUseCase'
|
16080
|
+
property :supports_workbench, as: 'supportsWorkbench'
|
15877
16081
|
property :title, as: 'title'
|
15878
16082
|
end
|
15879
16083
|
end
|
@@ -16376,6 +16580,7 @@ module Google
|
|
16376
16580
|
property :slack_source, as: 'slackSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SlackSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SlackSource::Representation
|
16377
16581
|
|
16378
16582
|
property :update_time, as: 'updateTime'
|
16583
|
+
property :user_metadata, as: 'userMetadata'
|
16379
16584
|
end
|
16380
16585
|
end
|
16381
16586
|
|
@@ -16397,6 +16602,22 @@ module Google
|
|
16397
16602
|
end
|
16398
16603
|
end
|
16399
16604
|
|
16605
|
+
class GoogleCloudAiplatformV1beta1RagFileMetadataConfig
|
16606
|
+
# @private
|
16607
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16608
|
+
property :gcs_metadata_schema_source, as: 'gcsMetadataSchemaSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsSource::Representation
|
16609
|
+
|
16610
|
+
property :gcs_metadata_source, as: 'gcsMetadataSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsSource::Representation
|
16611
|
+
|
16612
|
+
property :google_drive_metadata_schema_source, as: 'googleDriveMetadataSchemaSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleDriveSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleDriveSource::Representation
|
16613
|
+
|
16614
|
+
property :google_drive_metadata_source, as: 'googleDriveMetadataSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleDriveSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleDriveSource::Representation
|
16615
|
+
|
16616
|
+
property :inline_metadata_schema_source, as: 'inlineMetadataSchemaSource'
|
16617
|
+
property :inline_metadata_source, as: 'inlineMetadataSource'
|
16618
|
+
end
|
16619
|
+
end
|
16620
|
+
|
16400
16621
|
class GoogleCloudAiplatformV1beta1RagFileParsingConfig
|
16401
16622
|
# @private
|
16402
16623
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16451,6 +16672,10 @@ module Google
|
|
16451
16672
|
|
16452
16673
|
property :enterprise, as: 'enterprise', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagManagedDbConfigEnterprise, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagManagedDbConfigEnterprise::Representation
|
16453
16674
|
|
16675
|
+
property :scaled, as: 'scaled', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagManagedDbConfigScaled, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagManagedDbConfigScaled::Representation
|
16676
|
+
|
16677
|
+
property :unprovisioned, as: 'unprovisioned', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagManagedDbConfigUnprovisioned, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagManagedDbConfigUnprovisioned::Representation
|
16678
|
+
|
16454
16679
|
end
|
16455
16680
|
end
|
16456
16681
|
|
@@ -16466,6 +16691,18 @@ module Google
|
|
16466
16691
|
end
|
16467
16692
|
end
|
16468
16693
|
|
16694
|
+
class GoogleCloudAiplatformV1beta1RagManagedDbConfigScaled
|
16695
|
+
# @private
|
16696
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16697
|
+
end
|
16698
|
+
end
|
16699
|
+
|
16700
|
+
class GoogleCloudAiplatformV1beta1RagManagedDbConfigUnprovisioned
|
16701
|
+
# @private
|
16702
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16703
|
+
end
|
16704
|
+
end
|
16705
|
+
|
16469
16706
|
class GoogleCloudAiplatformV1beta1RagQuery
|
16470
16707
|
# @private
|
16471
16708
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16776,6 +17013,8 @@ module Google
|
|
16776
17013
|
class GoogleCloudAiplatformV1beta1ReasoningEngine
|
16777
17014
|
# @private
|
16778
17015
|
class Representation < Google::Apis::Core::JsonRepresentation
|
17016
|
+
property :context_spec, as: 'contextSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpec::Representation
|
17017
|
+
|
16779
17018
|
property :create_time, as: 'createTime'
|
16780
17019
|
property :description, as: 'description'
|
16781
17020
|
property :display_name, as: 'displayName'
|
@@ -16787,6 +17026,38 @@ module Google
|
|
16787
17026
|
end
|
16788
17027
|
end
|
16789
17028
|
|
17029
|
+
class GoogleCloudAiplatformV1beta1ReasoningEngineContextSpec
|
17030
|
+
# @private
|
17031
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17032
|
+
property :memory_bank_config, as: 'memoryBankConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfig::Representation
|
17033
|
+
|
17034
|
+
end
|
17035
|
+
end
|
17036
|
+
|
17037
|
+
class GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfig
|
17038
|
+
# @private
|
17039
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17040
|
+
property :generation_config, as: 'generationConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig::Representation
|
17041
|
+
|
17042
|
+
property :similarity_search_config, as: 'similaritySearchConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigSimilaritySearchConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigSimilaritySearchConfig::Representation
|
17043
|
+
|
17044
|
+
end
|
17045
|
+
end
|
17046
|
+
|
17047
|
+
class GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig
|
17048
|
+
# @private
|
17049
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17050
|
+
property :model, as: 'model'
|
17051
|
+
end
|
17052
|
+
end
|
17053
|
+
|
17054
|
+
class GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigSimilaritySearchConfig
|
17055
|
+
# @private
|
17056
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17057
|
+
property :embedding_model, as: 'embeddingModel'
|
17058
|
+
end
|
17059
|
+
end
|
17060
|
+
|
16790
17061
|
class GoogleCloudAiplatformV1beta1ReasoningEngineSpec
|
16791
17062
|
# @private
|
16792
17063
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -17068,6 +17339,51 @@ module Google
|
|
17068
17339
|
end
|
17069
17340
|
end
|
17070
17341
|
|
17342
|
+
class GoogleCloudAiplatformV1beta1RetrieveMemoriesRequest
|
17343
|
+
# @private
|
17344
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17345
|
+
hash :scope, as: 'scope'
|
17346
|
+
property :similarity_search_params, as: 'similaritySearchParams', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RetrieveMemoriesRequestSimilaritySearchParams, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RetrieveMemoriesRequestSimilaritySearchParams::Representation
|
17347
|
+
|
17348
|
+
property :simple_retrieval_params, as: 'simpleRetrievalParams', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RetrieveMemoriesRequestSimpleRetrievalParams, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RetrieveMemoriesRequestSimpleRetrievalParams::Representation
|
17349
|
+
|
17350
|
+
end
|
17351
|
+
end
|
17352
|
+
|
17353
|
+
class GoogleCloudAiplatformV1beta1RetrieveMemoriesRequestSimilaritySearchParams
|
17354
|
+
# @private
|
17355
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17356
|
+
property :search_query, as: 'searchQuery'
|
17357
|
+
property :top_k, as: 'topK'
|
17358
|
+
end
|
17359
|
+
end
|
17360
|
+
|
17361
|
+
class GoogleCloudAiplatformV1beta1RetrieveMemoriesRequestSimpleRetrievalParams
|
17362
|
+
# @private
|
17363
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17364
|
+
property :page_size, as: 'pageSize'
|
17365
|
+
property :page_token, as: 'pageToken'
|
17366
|
+
end
|
17367
|
+
end
|
17368
|
+
|
17369
|
+
class GoogleCloudAiplatformV1beta1RetrieveMemoriesResponse
|
17370
|
+
# @private
|
17371
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17372
|
+
property :next_page_token, as: 'nextPageToken'
|
17373
|
+
collection :retrieved_memories, as: 'retrievedMemories', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RetrieveMemoriesResponseRetrievedMemory, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RetrieveMemoriesResponseRetrievedMemory::Representation
|
17374
|
+
|
17375
|
+
end
|
17376
|
+
end
|
17377
|
+
|
17378
|
+
class GoogleCloudAiplatformV1beta1RetrieveMemoriesResponseRetrievedMemory
|
17379
|
+
# @private
|
17380
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17381
|
+
property :distance, as: 'distance'
|
17382
|
+
property :memory, as: 'memory', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Memory, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Memory::Representation
|
17383
|
+
|
17384
|
+
end
|
17385
|
+
end
|
17386
|
+
|
17071
17387
|
class GoogleCloudAiplatformV1beta1RolloutOptions
|
17072
17388
|
# @private
|
17073
17389
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -17226,6 +17542,7 @@ module Google
|
|
17226
17542
|
class Representation < Google::Apis::Core::JsonRepresentation
|
17227
17543
|
property :blocked, as: 'blocked'
|
17228
17544
|
property :category, as: 'category'
|
17545
|
+
property :overwritten_threshold, as: 'overwrittenThreshold'
|
17229
17546
|
property :probability, as: 'probability'
|
17230
17547
|
property :probability_score, as: 'probabilityScore'
|
17231
17548
|
property :severity, as: 'severity'
|
@@ -21219,6 +21536,10 @@ module Google
|
|
21219
21536
|
class Representation < Google::Apis::Core::JsonRepresentation
|
21220
21537
|
property :rag_file_chunking_config, as: 'ragFileChunkingConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileChunkingConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileChunkingConfig::Representation
|
21221
21538
|
|
21539
|
+
property :rag_file_metadata_config, as: 'ragFileMetadataConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileMetadataConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileMetadataConfig::Representation
|
21540
|
+
|
21541
|
+
property :rag_file_parsing_config, as: 'ragFileParsingConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileParsingConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileParsingConfig::Representation
|
21542
|
+
|
21222
21543
|
property :rag_file_transformation_config, as: 'ragFileTransformationConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileTransformationConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileTransformationConfig::Representation
|
21223
21544
|
|
21224
21545
|
end
|
@@ -21292,6 +21613,22 @@ module Google
|
|
21292
21613
|
end
|
21293
21614
|
end
|
21294
21615
|
|
21616
|
+
class GoogleCloudAiplatformV1beta1UrlContextMetadata
|
21617
|
+
# @private
|
21618
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21619
|
+
collection :url_metadata, as: 'urlMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1UrlMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1UrlMetadata::Representation
|
21620
|
+
|
21621
|
+
end
|
21622
|
+
end
|
21623
|
+
|
21624
|
+
class GoogleCloudAiplatformV1beta1UrlMetadata
|
21625
|
+
# @private
|
21626
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21627
|
+
property :retrieved_url, as: 'retrievedUrl'
|
21628
|
+
property :url_retrieval_status, as: 'urlRetrievalStatus'
|
21629
|
+
end
|
21630
|
+
end
|
21631
|
+
|
21295
21632
|
class GoogleCloudAiplatformV1beta1UserActionReference
|
21296
21633
|
# @private
|
21297
21634
|
class Representation < Google::Apis::Core::JsonRepresentation
|