google-apis-aiplatform_v1beta1 0.46.0 → 0.48.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 +9 -0
- data/lib/google/apis/aiplatform_v1beta1/classes.rb +496 -21
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +215 -0
- data/lib/google/apis/aiplatform_v1beta1/service.rb +681 -3
- metadata +3 -3
@@ -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.48.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250527"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -742,6 +742,12 @@ module Google
|
|
742
742
|
include Google::Apis::Core::JsonObjectSupport
|
743
743
|
end
|
744
744
|
|
745
|
+
class GoogleCloudAiplatformV1beta1ColabImage
|
746
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
|
+
|
748
|
+
include Google::Apis::Core::JsonObjectSupport
|
749
|
+
end
|
750
|
+
|
745
751
|
class GoogleCloudAiplatformV1beta1CometInput
|
746
752
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
753
|
|
@@ -1840,6 +1846,24 @@ module Google
|
|
1840
1846
|
include Google::Apis::Core::JsonObjectSupport
|
1841
1847
|
end
|
1842
1848
|
|
1849
|
+
class GoogleCloudAiplatformV1beta1ExternalApi
|
1850
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1851
|
+
|
1852
|
+
include Google::Apis::Core::JsonObjectSupport
|
1853
|
+
end
|
1854
|
+
|
1855
|
+
class GoogleCloudAiplatformV1beta1ExternalApiElasticSearchParams
|
1856
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1857
|
+
|
1858
|
+
include Google::Apis::Core::JsonObjectSupport
|
1859
|
+
end
|
1860
|
+
|
1861
|
+
class GoogleCloudAiplatformV1beta1ExternalApiSimpleSearchParams
|
1862
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1863
|
+
|
1864
|
+
include Google::Apis::Core::JsonObjectSupport
|
1865
|
+
end
|
1866
|
+
|
1843
1867
|
class GoogleCloudAiplatformV1beta1Fact
|
1844
1868
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1845
1869
|
|
@@ -2632,6 +2656,42 @@ module Google
|
|
2632
2656
|
include Google::Apis::Core::JsonObjectSupport
|
2633
2657
|
end
|
2634
2658
|
|
2659
|
+
class GoogleCloudAiplatformV1beta1ImportIndexRequest
|
2660
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2661
|
+
|
2662
|
+
include Google::Apis::Core::JsonObjectSupport
|
2663
|
+
end
|
2664
|
+
|
2665
|
+
class GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfig
|
2666
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2667
|
+
|
2668
|
+
include Google::Apis::Core::JsonObjectSupport
|
2669
|
+
end
|
2670
|
+
|
2671
|
+
class GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigBigQuerySourceConfig
|
2672
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2673
|
+
|
2674
|
+
include Google::Apis::Core::JsonObjectSupport
|
2675
|
+
end
|
2676
|
+
|
2677
|
+
class GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigDatapointFieldMapping
|
2678
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2679
|
+
|
2680
|
+
include Google::Apis::Core::JsonObjectSupport
|
2681
|
+
end
|
2682
|
+
|
2683
|
+
class GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigDatapointFieldMappingNumericRestrict
|
2684
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2685
|
+
|
2686
|
+
include Google::Apis::Core::JsonObjectSupport
|
2687
|
+
end
|
2688
|
+
|
2689
|
+
class GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigDatapointFieldMappingRestrict
|
2690
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2691
|
+
|
2692
|
+
include Google::Apis::Core::JsonObjectSupport
|
2693
|
+
end
|
2694
|
+
|
2635
2695
|
class GoogleCloudAiplatformV1beta1ImportModelEvaluationRequest
|
2636
2696
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2637
2697
|
|
@@ -4816,6 +4876,18 @@ module Google
|
|
4816
4876
|
include Google::Apis::Core::JsonObjectSupport
|
4817
4877
|
end
|
4818
4878
|
|
4879
|
+
class GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedDbAnn
|
4880
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4881
|
+
|
4882
|
+
include Google::Apis::Core::JsonObjectSupport
|
4883
|
+
end
|
4884
|
+
|
4885
|
+
class GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedDbKnn
|
4886
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4887
|
+
|
4888
|
+
include Google::Apis::Core::JsonObjectSupport
|
4889
|
+
end
|
4890
|
+
|
4819
4891
|
class GoogleCloudAiplatformV1beta1RagVectorDbConfigVertexFeatureStore
|
4820
4892
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4821
4893
|
|
@@ -7750,6 +7822,12 @@ module Google
|
|
7750
7822
|
include Google::Apis::Core::JsonObjectSupport
|
7751
7823
|
end
|
7752
7824
|
|
7825
|
+
class GoogleCloudAiplatformV1beta1VertexAiSearchDataStoreSpec
|
7826
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7827
|
+
|
7828
|
+
include Google::Apis::Core::JsonObjectSupport
|
7829
|
+
end
|
7830
|
+
|
7753
7831
|
class GoogleCloudAiplatformV1beta1VertexAiSearchConfig
|
7754
7832
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7755
7833
|
|
@@ -8213,6 +8291,7 @@ module Google
|
|
8213
8291
|
# @private
|
8214
8292
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8215
8293
|
property :api_key_secret_version, as: 'apiKeySecretVersion'
|
8294
|
+
property :api_key_string, as: 'apiKeyString'
|
8216
8295
|
end
|
8217
8296
|
end
|
8218
8297
|
|
@@ -9084,6 +9163,14 @@ module Google
|
|
9084
9163
|
end
|
9085
9164
|
end
|
9086
9165
|
|
9166
|
+
class GoogleCloudAiplatformV1beta1ColabImage
|
9167
|
+
# @private
|
9168
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9169
|
+
property :description, as: 'description'
|
9170
|
+
property :release_name, as: 'releaseName'
|
9171
|
+
end
|
9172
|
+
end
|
9173
|
+
|
9087
9174
|
class GoogleCloudAiplatformV1beta1CometInput
|
9088
9175
|
# @private
|
9089
9176
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11101,6 +11188,37 @@ module Google
|
|
11101
11188
|
end
|
11102
11189
|
end
|
11103
11190
|
|
11191
|
+
class GoogleCloudAiplatformV1beta1ExternalApi
|
11192
|
+
# @private
|
11193
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11194
|
+
property :api_auth, as: 'apiAuth', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ApiAuth, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ApiAuth::Representation
|
11195
|
+
|
11196
|
+
property :api_spec, as: 'apiSpec'
|
11197
|
+
property :auth_config, as: 'authConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfig::Representation
|
11198
|
+
|
11199
|
+
property :elastic_search_params, as: 'elasticSearchParams', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExternalApiElasticSearchParams, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExternalApiElasticSearchParams::Representation
|
11200
|
+
|
11201
|
+
property :endpoint, as: 'endpoint'
|
11202
|
+
property :simple_search_params, as: 'simpleSearchParams', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExternalApiSimpleSearchParams, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExternalApiSimpleSearchParams::Representation
|
11203
|
+
|
11204
|
+
end
|
11205
|
+
end
|
11206
|
+
|
11207
|
+
class GoogleCloudAiplatformV1beta1ExternalApiElasticSearchParams
|
11208
|
+
# @private
|
11209
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11210
|
+
property :index, as: 'index'
|
11211
|
+
property :num_hits, as: 'numHits'
|
11212
|
+
property :search_template, as: 'searchTemplate'
|
11213
|
+
end
|
11214
|
+
end
|
11215
|
+
|
11216
|
+
class GoogleCloudAiplatformV1beta1ExternalApiSimpleSearchParams
|
11217
|
+
# @private
|
11218
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11219
|
+
end
|
11220
|
+
end
|
11221
|
+
|
11104
11222
|
class GoogleCloudAiplatformV1beta1Fact
|
11105
11223
|
# @private
|
11106
11224
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12162,6 +12280,7 @@ module Google
|
|
12162
12280
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12163
12281
|
property :audio_timestamp, as: 'audioTimestamp'
|
12164
12282
|
property :candidate_count, as: 'candidateCount'
|
12283
|
+
property :enable_affective_dialog, as: 'enableAffectiveDialog'
|
12165
12284
|
property :frequency_penalty, as: 'frequencyPenalty'
|
12166
12285
|
property :logprobs, as: 'logprobs'
|
12167
12286
|
property :max_output_tokens, as: 'maxOutputTokens'
|
@@ -12487,6 +12606,63 @@ module Google
|
|
12487
12606
|
end
|
12488
12607
|
end
|
12489
12608
|
|
12609
|
+
class GoogleCloudAiplatformV1beta1ImportIndexRequest
|
12610
|
+
# @private
|
12611
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12612
|
+
property :config, as: 'config', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfig::Representation
|
12613
|
+
|
12614
|
+
property :is_complete_overwrite, as: 'isCompleteOverwrite'
|
12615
|
+
end
|
12616
|
+
end
|
12617
|
+
|
12618
|
+
class GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfig
|
12619
|
+
# @private
|
12620
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12621
|
+
property :big_query_source_config, as: 'bigQuerySourceConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigBigQuerySourceConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigBigQuerySourceConfig::Representation
|
12622
|
+
|
12623
|
+
end
|
12624
|
+
end
|
12625
|
+
|
12626
|
+
class GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigBigQuerySourceConfig
|
12627
|
+
# @private
|
12628
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12629
|
+
property :datapoint_field_mapping, as: 'datapointFieldMapping', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigDatapointFieldMapping, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigDatapointFieldMapping::Representation
|
12630
|
+
|
12631
|
+
property :table_path, as: 'tablePath'
|
12632
|
+
end
|
12633
|
+
end
|
12634
|
+
|
12635
|
+
class GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigDatapointFieldMapping
|
12636
|
+
# @private
|
12637
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12638
|
+
property :embedding_column, as: 'embeddingColumn'
|
12639
|
+
property :id_column, as: 'idColumn'
|
12640
|
+
collection :metadata_columns, as: 'metadataColumns'
|
12641
|
+
collection :numeric_restricts, as: 'numericRestricts', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigDatapointFieldMappingNumericRestrict, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigDatapointFieldMappingNumericRestrict::Representation
|
12642
|
+
|
12643
|
+
collection :restricts, as: 'restricts', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigDatapointFieldMappingRestrict, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigDatapointFieldMappingRestrict::Representation
|
12644
|
+
|
12645
|
+
end
|
12646
|
+
end
|
12647
|
+
|
12648
|
+
class GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigDatapointFieldMappingNumericRestrict
|
12649
|
+
# @private
|
12650
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12651
|
+
property :namespace, as: 'namespace'
|
12652
|
+
property :value_column, as: 'valueColumn'
|
12653
|
+
property :value_type, as: 'valueType'
|
12654
|
+
end
|
12655
|
+
end
|
12656
|
+
|
12657
|
+
class GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigDatapointFieldMappingRestrict
|
12658
|
+
# @private
|
12659
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12660
|
+
collection :allow_column, as: 'allowColumn'
|
12661
|
+
collection :deny_column, as: 'denyColumn'
|
12662
|
+
property :namespace, as: 'namespace'
|
12663
|
+
end
|
12664
|
+
end
|
12665
|
+
|
12490
12666
|
class GoogleCloudAiplatformV1beta1ImportModelEvaluationRequest
|
12491
12667
|
# @private
|
12492
12668
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12520,6 +12696,7 @@ module Google
|
|
12520
12696
|
|
12521
12697
|
property :rag_file_transformation_config, as: 'ragFileTransformationConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileTransformationConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileTransformationConfig::Representation
|
12522
12698
|
|
12699
|
+
property :rebuild_ann_index, as: 'rebuildAnnIndex'
|
12523
12700
|
property :share_point_sources, as: 'sharePointSources', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SharePointSources, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SharePointSources::Representation
|
12524
12701
|
|
12525
12702
|
property :slack_source, as: 'slackSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SlackSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SlackSource::Representation
|
@@ -13898,6 +14075,8 @@ module Google
|
|
13898
14075
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13899
14076
|
property :create_time, as: 'createTime'
|
13900
14077
|
property :display_name, as: 'displayName'
|
14078
|
+
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec::Representation
|
14079
|
+
|
13901
14080
|
property :explanation_spec, as: 'explanationSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExplanationSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExplanationSpec::Representation
|
13902
14081
|
|
13903
14082
|
property :model_monitoring_schema, as: 'modelMonitoringSchema', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringSchema, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringSchema::Representation
|
@@ -14881,6 +15060,8 @@ module Google
|
|
14881
15060
|
class GoogleCloudAiplatformV1beta1NotebookSoftwareConfig
|
14882
15061
|
# @private
|
14883
15062
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15063
|
+
property :colab_image, as: 'colabImage', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ColabImage, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ColabImage::Representation
|
15064
|
+
|
14884
15065
|
collection :env, as: 'env', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EnvVar, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EnvVar::Representation
|
14885
15066
|
|
14886
15067
|
property :post_startup_script_config, as: 'postStartupScriptConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PostStartupScriptConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PostStartupScriptConfig::Representation
|
@@ -14899,6 +15080,8 @@ module Google
|
|
14899
15080
|
class GoogleCloudAiplatformV1beta1PscAutomationConfig
|
14900
15081
|
# @private
|
14901
15082
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15083
|
+
property :forwarding_rule, as: 'forwardingRule'
|
15084
|
+
property :ip_address, as: 'ipAddress'
|
14902
15085
|
property :network, as: 'network'
|
14903
15086
|
property :project_id, as: 'projectId'
|
14904
15087
|
end
|
@@ -16038,6 +16221,8 @@ module Google
|
|
16038
16221
|
property :create_time, as: 'createTime'
|
16039
16222
|
property :description, as: 'description'
|
16040
16223
|
property :display_name, as: 'displayName'
|
16224
|
+
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec::Representation
|
16225
|
+
|
16041
16226
|
property :name, as: 'name'
|
16042
16227
|
property :rag_embedding_model_config, as: 'ragEmbeddingModelConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagEmbeddingModelConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagEmbeddingModelConfig::Representation
|
16043
16228
|
|
@@ -16321,6 +16506,24 @@ module Google
|
|
16321
16506
|
end
|
16322
16507
|
|
16323
16508
|
class GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedDb
|
16509
|
+
# @private
|
16510
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16511
|
+
property :ann, as: 'ann', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedDbAnn, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedDbAnn::Representation
|
16512
|
+
|
16513
|
+
property :knn, as: 'knn', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedDbKnn, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedDbKnn::Representation
|
16514
|
+
|
16515
|
+
end
|
16516
|
+
end
|
16517
|
+
|
16518
|
+
class GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedDbAnn
|
16519
|
+
# @private
|
16520
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16521
|
+
property :leaf_count, as: 'leafCount'
|
16522
|
+
property :tree_depth, as: 'treeDepth'
|
16523
|
+
end
|
16524
|
+
end
|
16525
|
+
|
16526
|
+
class GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedDbKnn
|
16324
16527
|
# @private
|
16325
16528
|
class Representation < Google::Apis::Core::JsonRepresentation
|
16326
16529
|
end
|
@@ -16744,6 +16947,8 @@ module Google
|
|
16744
16947
|
# @private
|
16745
16948
|
class Representation < Google::Apis::Core::JsonRepresentation
|
16746
16949
|
property :disable_attribution, as: 'disableAttribution'
|
16950
|
+
property :external_api, as: 'externalApi', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExternalApi, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExternalApi::Representation
|
16951
|
+
|
16747
16952
|
property :vertex_ai_search, as: 'vertexAiSearch', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VertexAiSearch, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VertexAiSearch::Representation
|
16748
16953
|
|
16749
16954
|
property :vertex_rag_store, as: 'vertexRagStore', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VertexRagStore, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VertexRagStore::Representation
|
@@ -21029,6 +21234,8 @@ module Google
|
|
21029
21234
|
class GoogleCloudAiplatformV1beta1VertexAiSearch
|
21030
21235
|
# @private
|
21031
21236
|
class Representation < Google::Apis::Core::JsonRepresentation
|
21237
|
+
collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VertexAiSearchDataStoreSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VertexAiSearchDataStoreSpec::Representation
|
21238
|
+
|
21032
21239
|
property :datastore, as: 'datastore'
|
21033
21240
|
property :engine, as: 'engine'
|
21034
21241
|
property :filter, as: 'filter'
|
@@ -21036,6 +21243,14 @@ module Google
|
|
21036
21243
|
end
|
21037
21244
|
end
|
21038
21245
|
|
21246
|
+
class GoogleCloudAiplatformV1beta1VertexAiSearchDataStoreSpec
|
21247
|
+
# @private
|
21248
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21249
|
+
property :data_store, as: 'dataStore'
|
21250
|
+
property :filter, as: 'filter'
|
21251
|
+
end
|
21252
|
+
end
|
21253
|
+
|
21039
21254
|
class GoogleCloudAiplatformV1beta1VertexAiSearchConfig
|
21040
21255
|
# @private
|
21041
21256
|
class Representation < Google::Apis::Core::JsonRepresentation
|