google-apis-aiplatform_v1beta1 0.51.0 → 0.53.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 +659 -26
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +305 -0
- data/lib/google/apis/aiplatform_v1beta1/service.rb +995 -49
- 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.53.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 = "20250701"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2308,6 +2308,12 @@ module Google
|
|
2308
2308
|
include Google::Apis::Core::JsonObjectSupport
|
2309
2309
|
end
|
2310
2310
|
|
2311
|
+
class GoogleCloudAiplatformV1beta1FlexStart
|
2312
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2313
|
+
|
2314
|
+
include Google::Apis::Core::JsonObjectSupport
|
2315
|
+
end
|
2316
|
+
|
2311
2317
|
class GoogleCloudAiplatformV1beta1FluencyInput
|
2312
2318
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2313
2319
|
|
@@ -2464,6 +2470,30 @@ module Google
|
|
2464
2470
|
include Google::Apis::Core::JsonObjectSupport
|
2465
2471
|
end
|
2466
2472
|
|
2473
|
+
class GoogleCloudAiplatformV1beta1GenerateMemoriesRequest
|
2474
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2475
|
+
|
2476
|
+
include Google::Apis::Core::JsonObjectSupport
|
2477
|
+
end
|
2478
|
+
|
2479
|
+
class GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectContentsSource
|
2480
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2481
|
+
|
2482
|
+
include Google::Apis::Core::JsonObjectSupport
|
2483
|
+
end
|
2484
|
+
|
2485
|
+
class GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectContentsSourceEvent
|
2486
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2487
|
+
|
2488
|
+
include Google::Apis::Core::JsonObjectSupport
|
2489
|
+
end
|
2490
|
+
|
2491
|
+
class GoogleCloudAiplatformV1beta1GenerateMemoriesRequestVertexSessionSource
|
2492
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2493
|
+
|
2494
|
+
include Google::Apis::Core::JsonObjectSupport
|
2495
|
+
end
|
2496
|
+
|
2467
2497
|
class GoogleCloudAiplatformV1beta1GenerateVideoResponse
|
2468
2498
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2469
2499
|
|
@@ -2986,6 +3016,12 @@ module Google
|
|
2986
3016
|
include Google::Apis::Core::JsonObjectSupport
|
2987
3017
|
end
|
2988
3018
|
|
3019
|
+
class GoogleCloudAiplatformV1beta1ListMemoriesResponse
|
3020
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3021
|
+
|
3022
|
+
include Google::Apis::Core::JsonObjectSupport
|
3023
|
+
end
|
3024
|
+
|
2989
3025
|
class GoogleCloudAiplatformV1beta1ListMetadataSchemasResponse
|
2990
3026
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2991
3027
|
|
@@ -3244,6 +3280,12 @@ module Google
|
|
3244
3280
|
include Google::Apis::Core::JsonObjectSupport
|
3245
3281
|
end
|
3246
3282
|
|
3283
|
+
class GoogleCloudAiplatformV1beta1Memory
|
3284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3285
|
+
|
3286
|
+
include Google::Apis::Core::JsonObjectSupport
|
3287
|
+
end
|
3288
|
+
|
3247
3289
|
class GoogleCloudAiplatformV1beta1MergeVersionAliasesRequest
|
3248
3290
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3249
3291
|
|
@@ -4786,6 +4828,12 @@ module Google
|
|
4786
4828
|
include Google::Apis::Core::JsonObjectSupport
|
4787
4829
|
end
|
4788
4830
|
|
4831
|
+
class GoogleCloudAiplatformV1beta1RagFileMetadataConfig
|
4832
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4833
|
+
|
4834
|
+
include Google::Apis::Core::JsonObjectSupport
|
4835
|
+
end
|
4836
|
+
|
4789
4837
|
class GoogleCloudAiplatformV1beta1RagFileParsingConfig
|
4790
4838
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4791
4839
|
|
@@ -4834,6 +4882,18 @@ module Google
|
|
4834
4882
|
include Google::Apis::Core::JsonObjectSupport
|
4835
4883
|
end
|
4836
4884
|
|
4885
|
+
class GoogleCloudAiplatformV1beta1RagManagedDbConfigScaled
|
4886
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4887
|
+
|
4888
|
+
include Google::Apis::Core::JsonObjectSupport
|
4889
|
+
end
|
4890
|
+
|
4891
|
+
class GoogleCloudAiplatformV1beta1RagManagedDbConfigUnprovisioned
|
4892
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4893
|
+
|
4894
|
+
include Google::Apis::Core::JsonObjectSupport
|
4895
|
+
end
|
4896
|
+
|
4837
4897
|
class GoogleCloudAiplatformV1beta1RagQuery
|
4838
4898
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4839
4899
|
|
@@ -5050,6 +5110,30 @@ module Google
|
|
5050
5110
|
include Google::Apis::Core::JsonObjectSupport
|
5051
5111
|
end
|
5052
5112
|
|
5113
|
+
class GoogleCloudAiplatformV1beta1ReasoningEngineContextSpec
|
5114
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5115
|
+
|
5116
|
+
include Google::Apis::Core::JsonObjectSupport
|
5117
|
+
end
|
5118
|
+
|
5119
|
+
class GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfig
|
5120
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5121
|
+
|
5122
|
+
include Google::Apis::Core::JsonObjectSupport
|
5123
|
+
end
|
5124
|
+
|
5125
|
+
class GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig
|
5126
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5127
|
+
|
5128
|
+
include Google::Apis::Core::JsonObjectSupport
|
5129
|
+
end
|
5130
|
+
|
5131
|
+
class GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigSimilaritySearchConfig
|
5132
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5133
|
+
|
5134
|
+
include Google::Apis::Core::JsonObjectSupport
|
5135
|
+
end
|
5136
|
+
|
5053
5137
|
class GoogleCloudAiplatformV1beta1ReasoningEngineSpec
|
5054
5138
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5055
5139
|
|
@@ -5242,6 +5326,36 @@ module Google
|
|
5242
5326
|
include Google::Apis::Core::JsonObjectSupport
|
5243
5327
|
end
|
5244
5328
|
|
5329
|
+
class GoogleCloudAiplatformV1beta1RetrieveMemoriesRequest
|
5330
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5331
|
+
|
5332
|
+
include Google::Apis::Core::JsonObjectSupport
|
5333
|
+
end
|
5334
|
+
|
5335
|
+
class GoogleCloudAiplatformV1beta1RetrieveMemoriesRequestSimilaritySearchParams
|
5336
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5337
|
+
|
5338
|
+
include Google::Apis::Core::JsonObjectSupport
|
5339
|
+
end
|
5340
|
+
|
5341
|
+
class GoogleCloudAiplatformV1beta1RetrieveMemoriesRequestSimpleRetrievalParams
|
5342
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5343
|
+
|
5344
|
+
include Google::Apis::Core::JsonObjectSupport
|
5345
|
+
end
|
5346
|
+
|
5347
|
+
class GoogleCloudAiplatformV1beta1RetrieveMemoriesResponse
|
5348
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5349
|
+
|
5350
|
+
include Google::Apis::Core::JsonObjectSupport
|
5351
|
+
end
|
5352
|
+
|
5353
|
+
class GoogleCloudAiplatformV1beta1RetrieveMemoriesResponseRetrievedMemory
|
5354
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5355
|
+
|
5356
|
+
include Google::Apis::Core::JsonObjectSupport
|
5357
|
+
end
|
5358
|
+
|
5245
5359
|
class GoogleCloudAiplatformV1beta1RolloutOptions
|
5246
5360
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5247
5361
|
|
@@ -9929,6 +10043,8 @@ module Google
|
|
9929
10043
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9930
10044
|
collection :autoscaling_metric_specs, as: 'autoscalingMetricSpecs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AutoscalingMetricSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AutoscalingMetricSpec::Representation
|
9931
10045
|
|
10046
|
+
property :flex_start, as: 'flexStart', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FlexStart, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FlexStart::Representation
|
10047
|
+
|
9932
10048
|
property :machine_spec, as: 'machineSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MachineSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MachineSpec::Representation
|
9933
10049
|
|
9934
10050
|
property :max_replica_count, as: 'maxReplicaCount'
|
@@ -10679,6 +10795,7 @@ module Google
|
|
10679
10795
|
# @private
|
10680
10796
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10681
10797
|
property :branch, as: 'branch'
|
10798
|
+
hash :custom_metadata, as: 'customMetadata'
|
10682
10799
|
property :grounding_metadata, as: 'groundingMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingMetadata::Representation
|
10683
10800
|
|
10684
10801
|
property :interrupted, as: 'interrupted'
|
@@ -12049,6 +12166,13 @@ module Google
|
|
12049
12166
|
end
|
12050
12167
|
end
|
12051
12168
|
|
12169
|
+
class GoogleCloudAiplatformV1beta1FlexStart
|
12170
|
+
# @private
|
12171
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12172
|
+
property :max_runtime_duration, as: 'maxRuntimeDuration'
|
12173
|
+
end
|
12174
|
+
end
|
12175
|
+
|
12052
12176
|
class GoogleCloudAiplatformV1beta1FluencyInput
|
12053
12177
|
# @private
|
12054
12178
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12316,6 +12440,43 @@ module Google
|
|
12316
12440
|
end
|
12317
12441
|
end
|
12318
12442
|
|
12443
|
+
class GoogleCloudAiplatformV1beta1GenerateMemoriesRequest
|
12444
|
+
# @private
|
12445
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12446
|
+
property :direct_contents_source, as: 'directContentsSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectContentsSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectContentsSource::Representation
|
12447
|
+
|
12448
|
+
property :disable_consolidation, as: 'disableConsolidation'
|
12449
|
+
hash :scope, as: 'scope'
|
12450
|
+
property :vertex_session_source, as: 'vertexSessionSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateMemoriesRequestVertexSessionSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateMemoriesRequestVertexSessionSource::Representation
|
12451
|
+
|
12452
|
+
end
|
12453
|
+
end
|
12454
|
+
|
12455
|
+
class GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectContentsSource
|
12456
|
+
# @private
|
12457
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12458
|
+
collection :events, as: 'events', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectContentsSourceEvent, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectContentsSourceEvent::Representation
|
12459
|
+
|
12460
|
+
end
|
12461
|
+
end
|
12462
|
+
|
12463
|
+
class GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectContentsSourceEvent
|
12464
|
+
# @private
|
12465
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12466
|
+
property :content, as: 'content', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
12467
|
+
|
12468
|
+
end
|
12469
|
+
end
|
12470
|
+
|
12471
|
+
class GoogleCloudAiplatformV1beta1GenerateMemoriesRequestVertexSessionSource
|
12472
|
+
# @private
|
12473
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12474
|
+
property :end_time, as: 'endTime'
|
12475
|
+
property :session, as: 'session'
|
12476
|
+
property :start_time, as: 'startTime'
|
12477
|
+
end
|
12478
|
+
end
|
12479
|
+
|
12319
12480
|
class GoogleCloudAiplatformV1beta1GenerateVideoResponse
|
12320
12481
|
# @private
|
12321
12482
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12754,6 +12915,8 @@ module Google
|
|
12754
12915
|
|
12755
12916
|
property :rag_file_chunking_config, as: 'ragFileChunkingConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileChunkingConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileChunkingConfig::Representation
|
12756
12917
|
|
12918
|
+
property :rag_file_metadata_config, as: 'ragFileMetadataConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileMetadataConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileMetadataConfig::Representation
|
12919
|
+
|
12757
12920
|
property :rag_file_parsing_config, as: 'ragFileParsingConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileParsingConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileParsingConfig::Representation
|
12758
12921
|
|
12759
12922
|
property :rag_file_transformation_config, as: 'ragFileTransformationConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileTransformationConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileTransformationConfig::Representation
|
@@ -13235,6 +13398,15 @@ module Google
|
|
13235
13398
|
end
|
13236
13399
|
end
|
13237
13400
|
|
13401
|
+
class GoogleCloudAiplatformV1beta1ListMemoriesResponse
|
13402
|
+
# @private
|
13403
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13404
|
+
collection :memories, as: 'memories', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Memory, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Memory::Representation
|
13405
|
+
|
13406
|
+
property :next_page_token, as: 'nextPageToken'
|
13407
|
+
end
|
13408
|
+
end
|
13409
|
+
|
13238
13410
|
class GoogleCloudAiplatformV1beta1ListMetadataSchemasResponse
|
13239
13411
|
# @private
|
13240
13412
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13618,6 +13790,19 @@ module Google
|
|
13618
13790
|
end
|
13619
13791
|
end
|
13620
13792
|
|
13793
|
+
class GoogleCloudAiplatformV1beta1Memory
|
13794
|
+
# @private
|
13795
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13796
|
+
property :create_time, as: 'createTime'
|
13797
|
+
property :description, as: 'description'
|
13798
|
+
property :display_name, as: 'displayName'
|
13799
|
+
property :fact, as: 'fact'
|
13800
|
+
property :name, as: 'name'
|
13801
|
+
hash :scope, as: 'scope'
|
13802
|
+
property :update_time, as: 'updateTime'
|
13803
|
+
end
|
13804
|
+
end
|
13805
|
+
|
13621
13806
|
class GoogleCloudAiplatformV1beta1MergeVersionAliasesRequest
|
13622
13807
|
# @private
|
13623
13808
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15461,6 +15646,7 @@ module Google
|
|
15461
15646
|
property :state, as: 'state'
|
15462
15647
|
property :task_id, :numeric_string => true, as: 'taskId'
|
15463
15648
|
property :task_name, as: 'taskName'
|
15649
|
+
property :task_unique_name, as: 'taskUniqueName'
|
15464
15650
|
end
|
15465
15651
|
end
|
15466
15652
|
|
@@ -15702,6 +15888,8 @@ module Google
|
|
15702
15888
|
property :enable_private_service_connect, as: 'enablePrivateServiceConnect'
|
15703
15889
|
property :enable_secure_private_service_connect, as: 'enableSecurePrivateServiceConnect'
|
15704
15890
|
collection :project_allowlist, as: 'projectAllowlist'
|
15891
|
+
collection :psc_automation_configs, as: 'pscAutomationConfigs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PscAutomationConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PscAutomationConfig::Representation
|
15892
|
+
|
15705
15893
|
property :service_attachment, as: 'serviceAttachment'
|
15706
15894
|
end
|
15707
15895
|
end
|
@@ -16411,6 +16599,7 @@ module Google
|
|
16411
16599
|
property :slack_source, as: 'slackSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SlackSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SlackSource::Representation
|
16412
16600
|
|
16413
16601
|
property :update_time, as: 'updateTime'
|
16602
|
+
property :user_metadata, as: 'userMetadata'
|
16414
16603
|
end
|
16415
16604
|
end
|
16416
16605
|
|
@@ -16432,6 +16621,22 @@ module Google
|
|
16432
16621
|
end
|
16433
16622
|
end
|
16434
16623
|
|
16624
|
+
class GoogleCloudAiplatformV1beta1RagFileMetadataConfig
|
16625
|
+
# @private
|
16626
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16627
|
+
property :gcs_metadata_schema_source, as: 'gcsMetadataSchemaSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsSource::Representation
|
16628
|
+
|
16629
|
+
property :gcs_metadata_source, as: 'gcsMetadataSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsSource::Representation
|
16630
|
+
|
16631
|
+
property :google_drive_metadata_schema_source, as: 'googleDriveMetadataSchemaSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleDriveSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleDriveSource::Representation
|
16632
|
+
|
16633
|
+
property :google_drive_metadata_source, as: 'googleDriveMetadataSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleDriveSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleDriveSource::Representation
|
16634
|
+
|
16635
|
+
property :inline_metadata_schema_source, as: 'inlineMetadataSchemaSource'
|
16636
|
+
property :inline_metadata_source, as: 'inlineMetadataSource'
|
16637
|
+
end
|
16638
|
+
end
|
16639
|
+
|
16435
16640
|
class GoogleCloudAiplatformV1beta1RagFileParsingConfig
|
16436
16641
|
# @private
|
16437
16642
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16486,6 +16691,10 @@ module Google
|
|
16486
16691
|
|
16487
16692
|
property :enterprise, as: 'enterprise', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagManagedDbConfigEnterprise, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagManagedDbConfigEnterprise::Representation
|
16488
16693
|
|
16694
|
+
property :scaled, as: 'scaled', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagManagedDbConfigScaled, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagManagedDbConfigScaled::Representation
|
16695
|
+
|
16696
|
+
property :unprovisioned, as: 'unprovisioned', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagManagedDbConfigUnprovisioned, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagManagedDbConfigUnprovisioned::Representation
|
16697
|
+
|
16489
16698
|
end
|
16490
16699
|
end
|
16491
16700
|
|
@@ -16501,6 +16710,18 @@ module Google
|
|
16501
16710
|
end
|
16502
16711
|
end
|
16503
16712
|
|
16713
|
+
class GoogleCloudAiplatformV1beta1RagManagedDbConfigScaled
|
16714
|
+
# @private
|
16715
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16716
|
+
end
|
16717
|
+
end
|
16718
|
+
|
16719
|
+
class GoogleCloudAiplatformV1beta1RagManagedDbConfigUnprovisioned
|
16720
|
+
# @private
|
16721
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16722
|
+
end
|
16723
|
+
end
|
16724
|
+
|
16504
16725
|
class GoogleCloudAiplatformV1beta1RagQuery
|
16505
16726
|
# @private
|
16506
16727
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16811,6 +17032,8 @@ module Google
|
|
16811
17032
|
class GoogleCloudAiplatformV1beta1ReasoningEngine
|
16812
17033
|
# @private
|
16813
17034
|
class Representation < Google::Apis::Core::JsonRepresentation
|
17035
|
+
property :context_spec, as: 'contextSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpec::Representation
|
17036
|
+
|
16814
17037
|
property :create_time, as: 'createTime'
|
16815
17038
|
property :description, as: 'description'
|
16816
17039
|
property :display_name, as: 'displayName'
|
@@ -16822,6 +17045,38 @@ module Google
|
|
16822
17045
|
end
|
16823
17046
|
end
|
16824
17047
|
|
17048
|
+
class GoogleCloudAiplatformV1beta1ReasoningEngineContextSpec
|
17049
|
+
# @private
|
17050
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17051
|
+
property :memory_bank_config, as: 'memoryBankConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfig::Representation
|
17052
|
+
|
17053
|
+
end
|
17054
|
+
end
|
17055
|
+
|
17056
|
+
class GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfig
|
17057
|
+
# @private
|
17058
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17059
|
+
property :generation_config, as: 'generationConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig::Representation
|
17060
|
+
|
17061
|
+
property :similarity_search_config, as: 'similaritySearchConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigSimilaritySearchConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigSimilaritySearchConfig::Representation
|
17062
|
+
|
17063
|
+
end
|
17064
|
+
end
|
17065
|
+
|
17066
|
+
class GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig
|
17067
|
+
# @private
|
17068
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17069
|
+
property :model, as: 'model'
|
17070
|
+
end
|
17071
|
+
end
|
17072
|
+
|
17073
|
+
class GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigSimilaritySearchConfig
|
17074
|
+
# @private
|
17075
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17076
|
+
property :embedding_model, as: 'embeddingModel'
|
17077
|
+
end
|
17078
|
+
end
|
17079
|
+
|
16825
17080
|
class GoogleCloudAiplatformV1beta1ReasoningEngineSpec
|
16826
17081
|
# @private
|
16827
17082
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -17103,6 +17358,51 @@ module Google
|
|
17103
17358
|
end
|
17104
17359
|
end
|
17105
17360
|
|
17361
|
+
class GoogleCloudAiplatformV1beta1RetrieveMemoriesRequest
|
17362
|
+
# @private
|
17363
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17364
|
+
hash :scope, as: 'scope'
|
17365
|
+
property :similarity_search_params, as: 'similaritySearchParams', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RetrieveMemoriesRequestSimilaritySearchParams, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RetrieveMemoriesRequestSimilaritySearchParams::Representation
|
17366
|
+
|
17367
|
+
property :simple_retrieval_params, as: 'simpleRetrievalParams', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RetrieveMemoriesRequestSimpleRetrievalParams, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RetrieveMemoriesRequestSimpleRetrievalParams::Representation
|
17368
|
+
|
17369
|
+
end
|
17370
|
+
end
|
17371
|
+
|
17372
|
+
class GoogleCloudAiplatformV1beta1RetrieveMemoriesRequestSimilaritySearchParams
|
17373
|
+
# @private
|
17374
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17375
|
+
property :search_query, as: 'searchQuery'
|
17376
|
+
property :top_k, as: 'topK'
|
17377
|
+
end
|
17378
|
+
end
|
17379
|
+
|
17380
|
+
class GoogleCloudAiplatformV1beta1RetrieveMemoriesRequestSimpleRetrievalParams
|
17381
|
+
# @private
|
17382
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17383
|
+
property :page_size, as: 'pageSize'
|
17384
|
+
property :page_token, as: 'pageToken'
|
17385
|
+
end
|
17386
|
+
end
|
17387
|
+
|
17388
|
+
class GoogleCloudAiplatformV1beta1RetrieveMemoriesResponse
|
17389
|
+
# @private
|
17390
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17391
|
+
property :next_page_token, as: 'nextPageToken'
|
17392
|
+
collection :retrieved_memories, as: 'retrievedMemories', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RetrieveMemoriesResponseRetrievedMemory, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RetrieveMemoriesResponseRetrievedMemory::Representation
|
17393
|
+
|
17394
|
+
end
|
17395
|
+
end
|
17396
|
+
|
17397
|
+
class GoogleCloudAiplatformV1beta1RetrieveMemoriesResponseRetrievedMemory
|
17398
|
+
# @private
|
17399
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17400
|
+
property :distance, as: 'distance'
|
17401
|
+
property :memory, as: 'memory', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Memory, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Memory::Representation
|
17402
|
+
|
17403
|
+
end
|
17404
|
+
end
|
17405
|
+
|
17106
17406
|
class GoogleCloudAiplatformV1beta1RolloutOptions
|
17107
17407
|
# @private
|
17108
17408
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -17261,6 +17561,7 @@ module Google
|
|
17261
17561
|
class Representation < Google::Apis::Core::JsonRepresentation
|
17262
17562
|
property :blocked, as: 'blocked'
|
17263
17563
|
property :category, as: 'category'
|
17564
|
+
property :overwritten_threshold, as: 'overwrittenThreshold'
|
17264
17565
|
property :probability, as: 'probability'
|
17265
17566
|
property :probability_score, as: 'probabilityScore'
|
17266
17567
|
property :severity, as: 'severity'
|
@@ -21254,6 +21555,10 @@ module Google
|
|
21254
21555
|
class Representation < Google::Apis::Core::JsonRepresentation
|
21255
21556
|
property :rag_file_chunking_config, as: 'ragFileChunkingConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileChunkingConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileChunkingConfig::Representation
|
21256
21557
|
|
21558
|
+
property :rag_file_metadata_config, as: 'ragFileMetadataConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileMetadataConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileMetadataConfig::Representation
|
21559
|
+
|
21560
|
+
property :rag_file_parsing_config, as: 'ragFileParsingConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileParsingConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileParsingConfig::Representation
|
21561
|
+
|
21257
21562
|
property :rag_file_transformation_config, as: 'ragFileTransformationConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileTransformationConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileTransformationConfig::Representation
|
21258
21563
|
|
21259
21564
|
end
|