google-apis-aiplatform_v1beta1 0.51.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 +4 -0
- data/lib/google/apis/aiplatform_v1beta1/classes.rb +589 -10
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +286 -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
|
@@ -2464,6 +2464,30 @@ module Google
|
|
2464
2464
|
include Google::Apis::Core::JsonObjectSupport
|
2465
2465
|
end
|
2466
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
|
+
|
2467
2491
|
class GoogleCloudAiplatformV1beta1GenerateVideoResponse
|
2468
2492
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2469
2493
|
|
@@ -2986,6 +3010,12 @@ module Google
|
|
2986
3010
|
include Google::Apis::Core::JsonObjectSupport
|
2987
3011
|
end
|
2988
3012
|
|
3013
|
+
class GoogleCloudAiplatformV1beta1ListMemoriesResponse
|
3014
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3015
|
+
|
3016
|
+
include Google::Apis::Core::JsonObjectSupport
|
3017
|
+
end
|
3018
|
+
|
2989
3019
|
class GoogleCloudAiplatformV1beta1ListMetadataSchemasResponse
|
2990
3020
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2991
3021
|
|
@@ -3244,6 +3274,12 @@ module Google
|
|
3244
3274
|
include Google::Apis::Core::JsonObjectSupport
|
3245
3275
|
end
|
3246
3276
|
|
3277
|
+
class GoogleCloudAiplatformV1beta1Memory
|
3278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3279
|
+
|
3280
|
+
include Google::Apis::Core::JsonObjectSupport
|
3281
|
+
end
|
3282
|
+
|
3247
3283
|
class GoogleCloudAiplatformV1beta1MergeVersionAliasesRequest
|
3248
3284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3249
3285
|
|
@@ -4786,6 +4822,12 @@ module Google
|
|
4786
4822
|
include Google::Apis::Core::JsonObjectSupport
|
4787
4823
|
end
|
4788
4824
|
|
4825
|
+
class GoogleCloudAiplatformV1beta1RagFileMetadataConfig
|
4826
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4827
|
+
|
4828
|
+
include Google::Apis::Core::JsonObjectSupport
|
4829
|
+
end
|
4830
|
+
|
4789
4831
|
class GoogleCloudAiplatformV1beta1RagFileParsingConfig
|
4790
4832
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4791
4833
|
|
@@ -4834,6 +4876,18 @@ module Google
|
|
4834
4876
|
include Google::Apis::Core::JsonObjectSupport
|
4835
4877
|
end
|
4836
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
|
+
|
4837
4891
|
class GoogleCloudAiplatformV1beta1RagQuery
|
4838
4892
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4839
4893
|
|
@@ -5050,6 +5104,30 @@ module Google
|
|
5050
5104
|
include Google::Apis::Core::JsonObjectSupport
|
5051
5105
|
end
|
5052
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
|
+
|
5053
5131
|
class GoogleCloudAiplatformV1beta1ReasoningEngineSpec
|
5054
5132
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5055
5133
|
|
@@ -5242,6 +5320,36 @@ module Google
|
|
5242
5320
|
include Google::Apis::Core::JsonObjectSupport
|
5243
5321
|
end
|
5244
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
|
+
|
5245
5353
|
class GoogleCloudAiplatformV1beta1RolloutOptions
|
5246
5354
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5247
5355
|
|
@@ -12316,6 +12424,43 @@ module Google
|
|
12316
12424
|
end
|
12317
12425
|
end
|
12318
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
|
+
|
12319
12464
|
class GoogleCloudAiplatformV1beta1GenerateVideoResponse
|
12320
12465
|
# @private
|
12321
12466
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12754,6 +12899,8 @@ module Google
|
|
12754
12899
|
|
12755
12900
|
property :rag_file_chunking_config, as: 'ragFileChunkingConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileChunkingConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileChunkingConfig::Representation
|
12756
12901
|
|
12902
|
+
property :rag_file_metadata_config, as: 'ragFileMetadataConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileMetadataConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileMetadataConfig::Representation
|
12903
|
+
|
12757
12904
|
property :rag_file_parsing_config, as: 'ragFileParsingConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileParsingConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileParsingConfig::Representation
|
12758
12905
|
|
12759
12906
|
property :rag_file_transformation_config, as: 'ragFileTransformationConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileTransformationConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileTransformationConfig::Representation
|
@@ -13235,6 +13382,15 @@ module Google
|
|
13235
13382
|
end
|
13236
13383
|
end
|
13237
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
|
+
|
13238
13394
|
class GoogleCloudAiplatformV1beta1ListMetadataSchemasResponse
|
13239
13395
|
# @private
|
13240
13396
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13618,6 +13774,19 @@ module Google
|
|
13618
13774
|
end
|
13619
13775
|
end
|
13620
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
|
+
|
13621
13790
|
class GoogleCloudAiplatformV1beta1MergeVersionAliasesRequest
|
13622
13791
|
# @private
|
13623
13792
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16411,6 +16580,7 @@ module Google
|
|
16411
16580
|
property :slack_source, as: 'slackSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SlackSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SlackSource::Representation
|
16412
16581
|
|
16413
16582
|
property :update_time, as: 'updateTime'
|
16583
|
+
property :user_metadata, as: 'userMetadata'
|
16414
16584
|
end
|
16415
16585
|
end
|
16416
16586
|
|
@@ -16432,6 +16602,22 @@ module Google
|
|
16432
16602
|
end
|
16433
16603
|
end
|
16434
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
|
+
|
16435
16621
|
class GoogleCloudAiplatformV1beta1RagFileParsingConfig
|
16436
16622
|
# @private
|
16437
16623
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16486,6 +16672,10 @@ module Google
|
|
16486
16672
|
|
16487
16673
|
property :enterprise, as: 'enterprise', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagManagedDbConfigEnterprise, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagManagedDbConfigEnterprise::Representation
|
16488
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
|
+
|
16489
16679
|
end
|
16490
16680
|
end
|
16491
16681
|
|
@@ -16501,6 +16691,18 @@ module Google
|
|
16501
16691
|
end
|
16502
16692
|
end
|
16503
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
|
+
|
16504
16706
|
class GoogleCloudAiplatformV1beta1RagQuery
|
16505
16707
|
# @private
|
16506
16708
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16811,6 +17013,8 @@ module Google
|
|
16811
17013
|
class GoogleCloudAiplatformV1beta1ReasoningEngine
|
16812
17014
|
# @private
|
16813
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
|
+
|
16814
17018
|
property :create_time, as: 'createTime'
|
16815
17019
|
property :description, as: 'description'
|
16816
17020
|
property :display_name, as: 'displayName'
|
@@ -16822,6 +17026,38 @@ module Google
|
|
16822
17026
|
end
|
16823
17027
|
end
|
16824
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
|
+
|
16825
17061
|
class GoogleCloudAiplatformV1beta1ReasoningEngineSpec
|
16826
17062
|
# @private
|
16827
17063
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -17103,6 +17339,51 @@ module Google
|
|
17103
17339
|
end
|
17104
17340
|
end
|
17105
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
|
+
|
17106
17387
|
class GoogleCloudAiplatformV1beta1RolloutOptions
|
17107
17388
|
# @private
|
17108
17389
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -17261,6 +17542,7 @@ module Google
|
|
17261
17542
|
class Representation < Google::Apis::Core::JsonRepresentation
|
17262
17543
|
property :blocked, as: 'blocked'
|
17263
17544
|
property :category, as: 'category'
|
17545
|
+
property :overwritten_threshold, as: 'overwrittenThreshold'
|
17264
17546
|
property :probability, as: 'probability'
|
17265
17547
|
property :probability_score, as: 'probabilityScore'
|
17266
17548
|
property :severity, as: 'severity'
|
@@ -21254,6 +21536,10 @@ module Google
|
|
21254
21536
|
class Representation < Google::Apis::Core::JsonRepresentation
|
21255
21537
|
property :rag_file_chunking_config, as: 'ragFileChunkingConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileChunkingConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileChunkingConfig::Representation
|
21256
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
|
+
|
21257
21543
|
property :rag_file_transformation_config, as: 'ragFileTransformationConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileTransformationConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileTransformationConfig::Representation
|
21258
21544
|
|
21259
21545
|
end
|