google-apis-aiplatform_v1 0.75.0 → 0.77.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_v1/classes.rb +686 -123
- data/lib/google/apis/aiplatform_v1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1/representations.rb +270 -0
- data/lib/google/apis/aiplatform_v1/service.rb +1004 -251
- metadata +2 -2
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AiplatformV1
|
|
18
18
|
# Version of the google-apis-aiplatform_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.77.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 = "20260106"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -652,6 +652,12 @@ module Google
|
|
|
652
652
|
include Google::Apis::Core::JsonObjectSupport
|
|
653
653
|
end
|
|
654
654
|
|
|
655
|
+
class GoogleCloudAiplatformV1Chunk
|
|
656
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
657
|
+
|
|
658
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
659
|
+
end
|
|
660
|
+
|
|
655
661
|
class GoogleCloudAiplatformV1Citation
|
|
656
662
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
657
663
|
|
|
@@ -1684,6 +1690,30 @@ module Google
|
|
|
1684
1690
|
include Google::Apis::Core::JsonObjectSupport
|
|
1685
1691
|
end
|
|
1686
1692
|
|
|
1693
|
+
class GoogleCloudAiplatformV1ExecuteCodeRequest
|
|
1694
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1695
|
+
|
|
1696
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1697
|
+
end
|
|
1698
|
+
|
|
1699
|
+
class GoogleCloudAiplatformV1ExecuteCodeResponse
|
|
1700
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1701
|
+
|
|
1702
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1703
|
+
end
|
|
1704
|
+
|
|
1705
|
+
class GoogleCloudAiplatformV1ExecuteSandboxEnvironmentRequest
|
|
1706
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1707
|
+
|
|
1708
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1709
|
+
end
|
|
1710
|
+
|
|
1711
|
+
class GoogleCloudAiplatformV1ExecuteSandboxEnvironmentResponse
|
|
1712
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1713
|
+
|
|
1714
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1715
|
+
end
|
|
1716
|
+
|
|
1687
1717
|
class GoogleCloudAiplatformV1Execution
|
|
1688
1718
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1689
1719
|
|
|
@@ -3154,6 +3184,12 @@ module Google
|
|
|
3154
3184
|
include Google::Apis::Core::JsonObjectSupport
|
|
3155
3185
|
end
|
|
3156
3186
|
|
|
3187
|
+
class GoogleCloudAiplatformV1ListSandboxEnvironmentsResponse
|
|
3188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3189
|
+
|
|
3190
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3191
|
+
end
|
|
3192
|
+
|
|
3157
3193
|
class GoogleCloudAiplatformV1ListSavedQueriesResponse
|
|
3158
3194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3159
3195
|
|
|
@@ -3334,6 +3370,24 @@ module Google
|
|
|
3334
3370
|
include Google::Apis::Core::JsonObjectSupport
|
|
3335
3371
|
end
|
|
3336
3372
|
|
|
3373
|
+
class GoogleCloudAiplatformV1MemoryConjunctionFilter
|
|
3374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3375
|
+
|
|
3376
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3377
|
+
end
|
|
3378
|
+
|
|
3379
|
+
class GoogleCloudAiplatformV1MemoryFilter
|
|
3380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3381
|
+
|
|
3382
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3383
|
+
end
|
|
3384
|
+
|
|
3385
|
+
class GoogleCloudAiplatformV1MemoryMetadataValue
|
|
3386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3387
|
+
|
|
3388
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3389
|
+
end
|
|
3390
|
+
|
|
3337
3391
|
class GoogleCloudAiplatformV1MemoryRevision
|
|
3338
3392
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3339
3393
|
|
|
@@ -3352,6 +3406,12 @@ module Google
|
|
|
3352
3406
|
include Google::Apis::Core::JsonObjectSupport
|
|
3353
3407
|
end
|
|
3354
3408
|
|
|
3409
|
+
class GoogleCloudAiplatformV1Metadata
|
|
3410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3411
|
+
|
|
3412
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3413
|
+
end
|
|
3414
|
+
|
|
3355
3415
|
class GoogleCloudAiplatformV1MetadataSchema
|
|
3356
3416
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3357
3417
|
|
|
@@ -5302,6 +5362,30 @@ module Google
|
|
|
5302
5362
|
include Google::Apis::Core::JsonObjectSupport
|
|
5303
5363
|
end
|
|
5304
5364
|
|
|
5365
|
+
class GoogleCloudAiplatformV1SandboxEnvironment
|
|
5366
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5367
|
+
|
|
5368
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
5369
|
+
end
|
|
5370
|
+
|
|
5371
|
+
class GoogleCloudAiplatformV1SandboxEnvironmentConnectionInfo
|
|
5372
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5373
|
+
|
|
5374
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
5375
|
+
end
|
|
5376
|
+
|
|
5377
|
+
class GoogleCloudAiplatformV1SandboxEnvironmentSpec
|
|
5378
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5379
|
+
|
|
5380
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
5381
|
+
end
|
|
5382
|
+
|
|
5383
|
+
class GoogleCloudAiplatformV1SandboxEnvironmentSpecCodeExecutionEnvironment
|
|
5384
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5385
|
+
|
|
5386
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
5387
|
+
end
|
|
5388
|
+
|
|
5305
5389
|
class GoogleCloudAiplatformV1SavedQuery
|
|
5306
5390
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5307
5391
|
|
|
@@ -7120,6 +7204,12 @@ module Google
|
|
|
7120
7204
|
include Google::Apis::Core::JsonObjectSupport
|
|
7121
7205
|
end
|
|
7122
7206
|
|
|
7207
|
+
class GoogleCloudAiplatformV1ToolParallelAiSearch
|
|
7208
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7209
|
+
|
|
7210
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
7211
|
+
end
|
|
7212
|
+
|
|
7123
7213
|
class GoogleCloudAiplatformV1ToolParameterKvMatchInput
|
|
7124
7214
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7125
7215
|
|
|
@@ -7672,6 +7762,18 @@ module Google
|
|
|
7672
7762
|
include Google::Apis::Core::JsonObjectSupport
|
|
7673
7763
|
end
|
|
7674
7764
|
|
|
7765
|
+
class GoogleCloudAiplatformV1VertexMultimodalDatasetDestination
|
|
7766
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7767
|
+
|
|
7768
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
7769
|
+
end
|
|
7770
|
+
|
|
7771
|
+
class GoogleCloudAiplatformV1VertexMultimodalDatasetSource
|
|
7772
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7773
|
+
|
|
7774
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
7775
|
+
end
|
|
7776
|
+
|
|
7675
7777
|
class GoogleCloudAiplatformV1VertexRagStore
|
|
7676
7778
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7677
7779
|
|
|
@@ -8490,6 +8592,8 @@ module Google
|
|
|
8490
8592
|
property :gcs_source, as: 'gcsSource', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GcsSource, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GcsSource::Representation
|
|
8491
8593
|
|
|
8492
8594
|
property :instances_format, as: 'instancesFormat'
|
|
8595
|
+
property :vertex_multimodal_dataset_source, as: 'vertexMultimodalDatasetSource', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VertexMultimodalDatasetSource, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VertexMultimodalDatasetSource::Representation
|
|
8596
|
+
|
|
8493
8597
|
end
|
|
8494
8598
|
end
|
|
8495
8599
|
|
|
@@ -8511,6 +8615,8 @@ module Google
|
|
|
8511
8615
|
property :gcs_destination, as: 'gcsDestination', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GcsDestination, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GcsDestination::Representation
|
|
8512
8616
|
|
|
8513
8617
|
property :predictions_format, as: 'predictionsFormat'
|
|
8618
|
+
property :vertex_multimodal_dataset_destination, as: 'vertexMultimodalDatasetDestination', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VertexMultimodalDatasetDestination, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VertexMultimodalDatasetDestination::Representation
|
|
8619
|
+
|
|
8514
8620
|
end
|
|
8515
8621
|
end
|
|
8516
8622
|
|
|
@@ -8520,6 +8626,7 @@ module Google
|
|
|
8520
8626
|
property :bigquery_output_dataset, as: 'bigqueryOutputDataset'
|
|
8521
8627
|
property :bigquery_output_table, as: 'bigqueryOutputTable'
|
|
8522
8628
|
property :gcs_output_directory, as: 'gcsOutputDirectory'
|
|
8629
|
+
property :vertex_multimodal_dataset_name, as: 'vertexMultimodalDatasetName'
|
|
8523
8630
|
end
|
|
8524
8631
|
end
|
|
8525
8632
|
|
|
@@ -8852,6 +8959,16 @@ module Google
|
|
|
8852
8959
|
end
|
|
8853
8960
|
end
|
|
8854
8961
|
|
|
8962
|
+
class GoogleCloudAiplatformV1Chunk
|
|
8963
|
+
# @private
|
|
8964
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8965
|
+
property :data, :base64 => true, as: 'data'
|
|
8966
|
+
property :metadata, as: 'metadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Metadata, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Metadata::Representation
|
|
8967
|
+
|
|
8968
|
+
property :mime_type, as: 'mimeType'
|
|
8969
|
+
end
|
|
8970
|
+
end
|
|
8971
|
+
|
|
8855
8972
|
class GoogleCloudAiplatformV1Citation
|
|
8856
8973
|
# @private
|
|
8857
8974
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10800,6 +10917,38 @@ module Google
|
|
|
10800
10917
|
end
|
|
10801
10918
|
end
|
|
10802
10919
|
|
|
10920
|
+
class GoogleCloudAiplatformV1ExecuteCodeRequest
|
|
10921
|
+
# @private
|
|
10922
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10923
|
+
collection :inputs, as: 'inputs', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Chunk, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Chunk::Representation
|
|
10924
|
+
|
|
10925
|
+
end
|
|
10926
|
+
end
|
|
10927
|
+
|
|
10928
|
+
class GoogleCloudAiplatformV1ExecuteCodeResponse
|
|
10929
|
+
# @private
|
|
10930
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10931
|
+
collection :outputs, as: 'outputs', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Chunk, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Chunk::Representation
|
|
10932
|
+
|
|
10933
|
+
end
|
|
10934
|
+
end
|
|
10935
|
+
|
|
10936
|
+
class GoogleCloudAiplatformV1ExecuteSandboxEnvironmentRequest
|
|
10937
|
+
# @private
|
|
10938
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10939
|
+
collection :inputs, as: 'inputs', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Chunk, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Chunk::Representation
|
|
10940
|
+
|
|
10941
|
+
end
|
|
10942
|
+
end
|
|
10943
|
+
|
|
10944
|
+
class GoogleCloudAiplatformV1ExecuteSandboxEnvironmentResponse
|
|
10945
|
+
# @private
|
|
10946
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10947
|
+
collection :outputs, as: 'outputs', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Chunk, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Chunk::Representation
|
|
10948
|
+
|
|
10949
|
+
end
|
|
10950
|
+
end
|
|
10951
|
+
|
|
10803
10952
|
class GoogleCloudAiplatformV1Execution
|
|
10804
10953
|
# @private
|
|
10805
10954
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -12122,6 +12271,9 @@ module Google
|
|
|
12122
12271
|
|
|
12123
12272
|
property :disable_consolidation, as: 'disableConsolidation'
|
|
12124
12273
|
property :disable_memory_revisions, as: 'disableMemoryRevisions'
|
|
12274
|
+
hash :metadata, as: 'metadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryMetadataValue, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryMetadataValue::Representation
|
|
12275
|
+
|
|
12276
|
+
property :metadata_merge_strategy, as: 'metadataMergeStrategy'
|
|
12125
12277
|
property :revision_expire_time, as: 'revisionExpireTime'
|
|
12126
12278
|
hash :revision_labels, as: 'revisionLabels'
|
|
12127
12279
|
property :revision_ttl, as: 'revisionTtl'
|
|
@@ -13317,6 +13469,15 @@ module Google
|
|
|
13317
13469
|
end
|
|
13318
13470
|
end
|
|
13319
13471
|
|
|
13472
|
+
class GoogleCloudAiplatformV1ListSandboxEnvironmentsResponse
|
|
13473
|
+
# @private
|
|
13474
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13475
|
+
property :next_page_token, as: 'nextPageToken'
|
|
13476
|
+
collection :sandbox_environments, as: 'sandboxEnvironments', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SandboxEnvironment, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SandboxEnvironment::Representation
|
|
13477
|
+
|
|
13478
|
+
end
|
|
13479
|
+
end
|
|
13480
|
+
|
|
13320
13481
|
class GoogleCloudAiplatformV1ListSavedQueriesResponse
|
|
13321
13482
|
# @private
|
|
13322
13483
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -13516,6 +13677,8 @@ module Google
|
|
|
13516
13677
|
property :display_name, as: 'displayName'
|
|
13517
13678
|
property :expire_time, as: 'expireTime'
|
|
13518
13679
|
property :fact, as: 'fact'
|
|
13680
|
+
hash :metadata, as: 'metadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryMetadataValue, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryMetadataValue::Representation
|
|
13681
|
+
|
|
13519
13682
|
property :name, as: 'name'
|
|
13520
13683
|
property :revision_expire_time, as: 'revisionExpireTime'
|
|
13521
13684
|
hash :revision_labels, as: 'revisionLabels'
|
|
@@ -13600,6 +13763,35 @@ module Google
|
|
|
13600
13763
|
end
|
|
13601
13764
|
end
|
|
13602
13765
|
|
|
13766
|
+
class GoogleCloudAiplatformV1MemoryConjunctionFilter
|
|
13767
|
+
# @private
|
|
13768
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13769
|
+
collection :filters, as: 'filters', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryFilter, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryFilter::Representation
|
|
13770
|
+
|
|
13771
|
+
end
|
|
13772
|
+
end
|
|
13773
|
+
|
|
13774
|
+
class GoogleCloudAiplatformV1MemoryFilter
|
|
13775
|
+
# @private
|
|
13776
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13777
|
+
property :key, as: 'key'
|
|
13778
|
+
property :negate, as: 'negate'
|
|
13779
|
+
property :op, as: 'op'
|
|
13780
|
+
property :value, as: 'value', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryMetadataValue, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryMetadataValue::Representation
|
|
13781
|
+
|
|
13782
|
+
end
|
|
13783
|
+
end
|
|
13784
|
+
|
|
13785
|
+
class GoogleCloudAiplatformV1MemoryMetadataValue
|
|
13786
|
+
# @private
|
|
13787
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13788
|
+
property :bool_value, as: 'boolValue'
|
|
13789
|
+
property :double_value, as: 'doubleValue'
|
|
13790
|
+
property :string_value, as: 'stringValue'
|
|
13791
|
+
property :timestamp_value, as: 'timestampValue'
|
|
13792
|
+
end
|
|
13793
|
+
end
|
|
13794
|
+
|
|
13603
13795
|
class GoogleCloudAiplatformV1MemoryRevision
|
|
13604
13796
|
# @private
|
|
13605
13797
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -13628,6 +13820,13 @@ module Google
|
|
|
13628
13820
|
end
|
|
13629
13821
|
end
|
|
13630
13822
|
|
|
13823
|
+
class GoogleCloudAiplatformV1Metadata
|
|
13824
|
+
# @private
|
|
13825
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13826
|
+
hash :attributes, as: 'attributes'
|
|
13827
|
+
end
|
|
13828
|
+
end
|
|
13829
|
+
|
|
13631
13830
|
class GoogleCloudAiplatformV1MetadataSchema
|
|
13632
13831
|
# @private
|
|
13633
13832
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -16719,6 +16918,8 @@ module Google
|
|
|
16719
16918
|
# @private
|
|
16720
16919
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
16721
16920
|
property :filter, as: 'filter'
|
|
16921
|
+
collection :filter_groups, as: 'filterGroups', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryConjunctionFilter, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryConjunctionFilter::Representation
|
|
16922
|
+
|
|
16722
16923
|
hash :scope, as: 'scope'
|
|
16723
16924
|
property :similarity_search_params, as: 'similaritySearchParams', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RetrieveMemoriesRequestSimilaritySearchParams, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RetrieveMemoriesRequestSimilaritySearchParams::Representation
|
|
16724
16925
|
|
|
@@ -16993,6 +17194,48 @@ module Google
|
|
|
16993
17194
|
end
|
|
16994
17195
|
end
|
|
16995
17196
|
|
|
17197
|
+
class GoogleCloudAiplatformV1SandboxEnvironment
|
|
17198
|
+
# @private
|
|
17199
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
17200
|
+
property :connection_info, as: 'connectionInfo', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SandboxEnvironmentConnectionInfo, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SandboxEnvironmentConnectionInfo::Representation
|
|
17201
|
+
|
|
17202
|
+
property :create_time, as: 'createTime'
|
|
17203
|
+
property :display_name, as: 'displayName'
|
|
17204
|
+
property :expire_time, as: 'expireTime'
|
|
17205
|
+
property :name, as: 'name'
|
|
17206
|
+
property :spec, as: 'spec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SandboxEnvironmentSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SandboxEnvironmentSpec::Representation
|
|
17207
|
+
|
|
17208
|
+
property :state, as: 'state'
|
|
17209
|
+
property :ttl, as: 'ttl'
|
|
17210
|
+
property :update_time, as: 'updateTime'
|
|
17211
|
+
end
|
|
17212
|
+
end
|
|
17213
|
+
|
|
17214
|
+
class GoogleCloudAiplatformV1SandboxEnvironmentConnectionInfo
|
|
17215
|
+
# @private
|
|
17216
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
17217
|
+
property :load_balancer_hostname, as: 'loadBalancerHostname'
|
|
17218
|
+
property :load_balancer_ip, as: 'loadBalancerIp'
|
|
17219
|
+
property :sandbox_internal_ip, as: 'sandboxInternalIp'
|
|
17220
|
+
end
|
|
17221
|
+
end
|
|
17222
|
+
|
|
17223
|
+
class GoogleCloudAiplatformV1SandboxEnvironmentSpec
|
|
17224
|
+
# @private
|
|
17225
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
17226
|
+
property :code_execution_environment, as: 'codeExecutionEnvironment', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SandboxEnvironmentSpecCodeExecutionEnvironment, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SandboxEnvironmentSpecCodeExecutionEnvironment::Representation
|
|
17227
|
+
|
|
17228
|
+
end
|
|
17229
|
+
end
|
|
17230
|
+
|
|
17231
|
+
class GoogleCloudAiplatformV1SandboxEnvironmentSpecCodeExecutionEnvironment
|
|
17232
|
+
# @private
|
|
17233
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
17234
|
+
property :code_language, as: 'codeLanguage'
|
|
17235
|
+
property :machine_config, as: 'machineConfig'
|
|
17236
|
+
end
|
|
17237
|
+
end
|
|
17238
|
+
|
|
16996
17239
|
class GoogleCloudAiplatformV1SavedQuery
|
|
16997
17240
|
# @private
|
|
16998
17241
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -17815,6 +18058,7 @@ module Google
|
|
|
17815
18058
|
# @private
|
|
17816
18059
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
17817
18060
|
property :code_repository_state, as: 'codeRepositoryState'
|
|
18061
|
+
property :framework, as: 'framework'
|
|
17818
18062
|
collection :linked_resources, as: 'linkedResources', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaPromptSpecAppBuilderDataLinkedResource, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaPromptSpecAppBuilderDataLinkedResource::Representation
|
|
17819
18063
|
|
|
17820
18064
|
end
|
|
@@ -19926,6 +20170,8 @@ module Google
|
|
|
19926
20170
|
|
|
19927
20171
|
property :google_search_retrieval, as: 'googleSearchRetrieval', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GoogleSearchRetrieval, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GoogleSearchRetrieval::Representation
|
|
19928
20172
|
|
|
20173
|
+
property :parallel_ai_search, as: 'parallelAiSearch', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolParallelAiSearch, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolParallelAiSearch::Representation
|
|
20174
|
+
|
|
19929
20175
|
property :retrieval, as: 'retrieval', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Retrieval, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Retrieval::Representation
|
|
19930
20176
|
|
|
19931
20177
|
property :url_context, as: 'urlContext', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1UrlContext, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1UrlContext::Representation
|
|
@@ -20051,6 +20297,14 @@ module Google
|
|
|
20051
20297
|
end
|
|
20052
20298
|
end
|
|
20053
20299
|
|
|
20300
|
+
class GoogleCloudAiplatformV1ToolParallelAiSearch
|
|
20301
|
+
# @private
|
|
20302
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20303
|
+
property :api_key, as: 'apiKey'
|
|
20304
|
+
hash :custom_configs, as: 'customConfigs'
|
|
20305
|
+
end
|
|
20306
|
+
end
|
|
20307
|
+
|
|
20054
20308
|
class GoogleCloudAiplatformV1ToolParameterKvMatchInput
|
|
20055
20309
|
# @private
|
|
20056
20310
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -20875,6 +21129,22 @@ module Google
|
|
|
20875
21129
|
end
|
|
20876
21130
|
end
|
|
20877
21131
|
|
|
21132
|
+
class GoogleCloudAiplatformV1VertexMultimodalDatasetDestination
|
|
21133
|
+
# @private
|
|
21134
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
21135
|
+
property :bigquery_destination, as: 'bigqueryDestination', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BigQueryDestination, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BigQueryDestination::Representation
|
|
21136
|
+
|
|
21137
|
+
property :display_name, as: 'displayName'
|
|
21138
|
+
end
|
|
21139
|
+
end
|
|
21140
|
+
|
|
21141
|
+
class GoogleCloudAiplatformV1VertexMultimodalDatasetSource
|
|
21142
|
+
# @private
|
|
21143
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
21144
|
+
property :dataset_name, as: 'datasetName'
|
|
21145
|
+
end
|
|
21146
|
+
end
|
|
21147
|
+
|
|
20878
21148
|
class GoogleCloudAiplatformV1VertexRagStore
|
|
20879
21149
|
# @private
|
|
20880
21150
|
class Representation < Google::Apis::Core::JsonRepresentation
|