google-apis-aiplatform_v1beta1 0.42.0 → 0.43.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 +353 -22
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +171 -0
- data/lib/google/apis/aiplatform_v1beta1/service.rb +469 -2
- 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.43.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250415"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2440,6 +2440,12 @@ module Google
|
|
2440
2440
|
include Google::Apis::Core::JsonObjectSupport
|
2441
2441
|
end
|
2442
2442
|
|
2443
|
+
class GoogleCloudAiplatformV1beta1GenerationConfigModelConfig
|
2444
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2445
|
+
|
2446
|
+
include Google::Apis::Core::JsonObjectSupport
|
2447
|
+
end
|
2448
|
+
|
2443
2449
|
class GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfig
|
2444
2450
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2445
2451
|
|
@@ -2458,6 +2464,12 @@ module Google
|
|
2458
2464
|
include Google::Apis::Core::JsonObjectSupport
|
2459
2465
|
end
|
2460
2466
|
|
2467
|
+
class GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig
|
2468
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2469
|
+
|
2470
|
+
include Google::Apis::Core::JsonObjectSupport
|
2471
|
+
end
|
2472
|
+
|
2461
2473
|
class GoogleCloudAiplatformV1beta1GenericOperationMetadata
|
2462
2474
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2463
2475
|
|
@@ -3916,6 +3928,12 @@ module Google
|
|
3916
3928
|
include Google::Apis::Core::JsonObjectSupport
|
3917
3929
|
end
|
3918
3930
|
|
3931
|
+
class GoogleCloudAiplatformV1beta1NotebookReservationAffinity
|
3932
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3933
|
+
|
3934
|
+
include Google::Apis::Core::JsonObjectSupport
|
3935
|
+
end
|
3936
|
+
|
3919
3937
|
class GoogleCloudAiplatformV1beta1NotebookRuntime
|
3920
3938
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3921
3939
|
|
@@ -4372,6 +4390,12 @@ module Google
|
|
4372
4390
|
include Google::Apis::Core::JsonObjectSupport
|
4373
4391
|
end
|
4374
4392
|
|
4393
|
+
class GoogleCloudAiplatformV1beta1PublisherModelConfig
|
4394
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4395
|
+
|
4396
|
+
include Google::Apis::Core::JsonObjectSupport
|
4397
|
+
end
|
4398
|
+
|
4375
4399
|
class GoogleCloudAiplatformV1beta1PublisherModelDocumentation
|
4376
4400
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4377
4401
|
|
@@ -4582,6 +4606,18 @@ module Google
|
|
4582
4606
|
include Google::Apis::Core::JsonObjectSupport
|
4583
4607
|
end
|
4584
4608
|
|
4609
|
+
class GoogleCloudAiplatformV1beta1RagChunk
|
4610
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4611
|
+
|
4612
|
+
include Google::Apis::Core::JsonObjectSupport
|
4613
|
+
end
|
4614
|
+
|
4615
|
+
class GoogleCloudAiplatformV1beta1RagChunkPageSpan
|
4616
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4617
|
+
|
4618
|
+
include Google::Apis::Core::JsonObjectSupport
|
4619
|
+
end
|
4620
|
+
|
4585
4621
|
class GoogleCloudAiplatformV1beta1RagContexts
|
4586
4622
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4587
4623
|
|
@@ -4630,6 +4666,12 @@ module Google
|
|
4630
4666
|
include Google::Apis::Core::JsonObjectSupport
|
4631
4667
|
end
|
4632
4668
|
|
4669
|
+
class GoogleCloudAiplatformV1beta1RagEngineConfig
|
4670
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4671
|
+
|
4672
|
+
include Google::Apis::Core::JsonObjectSupport
|
4673
|
+
end
|
4674
|
+
|
4633
4675
|
class GoogleCloudAiplatformV1beta1RagFile
|
4634
4676
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4635
4677
|
|
@@ -4678,6 +4720,24 @@ module Google
|
|
4678
4720
|
include Google::Apis::Core::JsonObjectSupport
|
4679
4721
|
end
|
4680
4722
|
|
4723
|
+
class GoogleCloudAiplatformV1beta1RagManagedDbConfig
|
4724
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4725
|
+
|
4726
|
+
include Google::Apis::Core::JsonObjectSupport
|
4727
|
+
end
|
4728
|
+
|
4729
|
+
class GoogleCloudAiplatformV1beta1RagManagedDbConfigBasic
|
4730
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4731
|
+
|
4732
|
+
include Google::Apis::Core::JsonObjectSupport
|
4733
|
+
end
|
4734
|
+
|
4735
|
+
class GoogleCloudAiplatformV1beta1RagManagedDbConfigEnterprise
|
4736
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4737
|
+
|
4738
|
+
include Google::Apis::Core::JsonObjectSupport
|
4739
|
+
end
|
4740
|
+
|
4681
4741
|
class GoogleCloudAiplatformV1beta1RagQuery
|
4682
4742
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4683
4743
|
|
@@ -6484,6 +6544,12 @@ module Google
|
|
6484
6544
|
include Google::Apis::Core::JsonObjectSupport
|
6485
6545
|
end
|
6486
6546
|
|
6547
|
+
class GoogleCloudAiplatformV1beta1SetPublisherModelConfigRequest
|
6548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6549
|
+
|
6550
|
+
include Google::Apis::Core::JsonObjectSupport
|
6551
|
+
end
|
6552
|
+
|
6487
6553
|
class GoogleCloudAiplatformV1beta1SharePointSources
|
6488
6554
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6489
6555
|
|
@@ -10422,6 +10488,7 @@ module Google
|
|
10422
10488
|
hash :requested_auth_configs, as: 'requestedAuthConfigs'
|
10423
10489
|
property :skip_summarization, as: 'skipSummarization'
|
10424
10490
|
hash :state_delta, as: 'stateDelta'
|
10491
|
+
property :transfer_agent, as: 'transferAgent'
|
10425
10492
|
property :transfer_to_agent, as: 'transferToAgent'
|
10426
10493
|
end
|
10427
10494
|
end
|
@@ -11001,6 +11068,8 @@ module Google
|
|
11001
11068
|
class GoogleCloudAiplatformV1beta1Fact
|
11002
11069
|
# @private
|
11003
11070
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11071
|
+
property :chunk, as: 'chunk', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagChunk, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagChunk::Representation
|
11072
|
+
|
11004
11073
|
property :query, as: 'query'
|
11005
11074
|
property :score, as: 'score'
|
11006
11075
|
property :summary, as: 'summary'
|
@@ -12052,6 +12121,8 @@ module Google
|
|
12052
12121
|
property :logprobs, as: 'logprobs'
|
12053
12122
|
property :max_output_tokens, as: 'maxOutputTokens'
|
12054
12123
|
property :media_resolution, as: 'mediaResolution'
|
12124
|
+
property :model_config, as: 'modelConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerationConfigModelConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerationConfigModelConfig::Representation
|
12125
|
+
|
12055
12126
|
property :presence_penalty, as: 'presencePenalty'
|
12056
12127
|
property :response_logprobs, as: 'responseLogprobs'
|
12057
12128
|
property :response_mime_type, as: 'responseMimeType'
|
@@ -12065,11 +12136,20 @@ module Google
|
|
12065
12136
|
|
12066
12137
|
collection :stop_sequences, as: 'stopSequences'
|
12067
12138
|
property :temperature, as: 'temperature'
|
12139
|
+
property :thinking_config, as: 'thinkingConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig::Representation
|
12140
|
+
|
12068
12141
|
property :top_k, as: 'topK'
|
12069
12142
|
property :top_p, as: 'topP'
|
12070
12143
|
end
|
12071
12144
|
end
|
12072
12145
|
|
12146
|
+
class GoogleCloudAiplatformV1beta1GenerationConfigModelConfig
|
12147
|
+
# @private
|
12148
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12149
|
+
property :feature_selection_preference, as: 'featureSelectionPreference'
|
12150
|
+
end
|
12151
|
+
end
|
12152
|
+
|
12073
12153
|
class GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfig
|
12074
12154
|
# @private
|
12075
12155
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12094,6 +12174,13 @@ module Google
|
|
12094
12174
|
end
|
12095
12175
|
end
|
12096
12176
|
|
12177
|
+
class GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig
|
12178
|
+
# @private
|
12179
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12180
|
+
property :thinking_budget, as: 'thinkingBudget'
|
12181
|
+
end
|
12182
|
+
end
|
12183
|
+
|
12097
12184
|
class GoogleCloudAiplatformV1beta1GenericOperationMetadata
|
12098
12185
|
# @private
|
12099
12186
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12182,6 +12269,8 @@ module Google
|
|
12182
12269
|
class GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext
|
12183
12270
|
# @private
|
12184
12271
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12272
|
+
property :rag_chunk, as: 'ragChunk', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagChunk, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagChunk::Representation
|
12273
|
+
|
12185
12274
|
property :text, as: 'text'
|
12186
12275
|
property :title, as: 'title'
|
12187
12276
|
property :uri, as: 'uri'
|
@@ -14647,6 +14736,15 @@ module Google
|
|
14647
14736
|
end
|
14648
14737
|
end
|
14649
14738
|
|
14739
|
+
class GoogleCloudAiplatformV1beta1NotebookReservationAffinity
|
14740
|
+
# @private
|
14741
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14742
|
+
property :consume_reservation_type, as: 'consumeReservationType'
|
14743
|
+
property :key, as: 'key'
|
14744
|
+
collection :values, as: 'values'
|
14745
|
+
end
|
14746
|
+
end
|
14747
|
+
|
14650
14748
|
class GoogleCloudAiplatformV1beta1NotebookRuntime
|
14651
14749
|
# @private
|
14652
14750
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14675,6 +14773,8 @@ module Google
|
|
14675
14773
|
|
14676
14774
|
property :notebook_runtime_type, as: 'notebookRuntimeType'
|
14677
14775
|
property :proxy_uri, as: 'proxyUri'
|
14776
|
+
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookReservationAffinity, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookReservationAffinity::Representation
|
14777
|
+
|
14678
14778
|
property :runtime_state, as: 'runtimeState'
|
14679
14779
|
property :runtime_user, as: 'runtimeUser'
|
14680
14780
|
property :satisfies_pzi, as: 'satisfiesPzi'
|
@@ -14713,6 +14813,8 @@ module Google
|
|
14713
14813
|
|
14714
14814
|
collection :network_tags, as: 'networkTags'
|
14715
14815
|
property :notebook_runtime_type, as: 'notebookRuntimeType'
|
14816
|
+
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookReservationAffinity, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookReservationAffinity::Representation
|
14817
|
+
|
14716
14818
|
property :service_account, as: 'serviceAccount'
|
14717
14819
|
property :shielded_vm_config, as: 'shieldedVmConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ShieldedVmConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ShieldedVmConfig::Representation
|
14718
14820
|
|
@@ -15252,7 +15354,9 @@ module Google
|
|
15252
15354
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15253
15355
|
property :bigquery_destination, as: 'bigqueryDestination', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQueryDestination, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQueryDestination::Representation
|
15254
15356
|
|
15357
|
+
property :enable_otel_logging, as: 'enableOtelLogging'
|
15255
15358
|
property :enabled, as: 'enabled'
|
15359
|
+
property :request_response_logging_schema_version, as: 'requestResponseLoggingSchemaVersion'
|
15256
15360
|
property :sampling_rate, as: 'samplingRate'
|
15257
15361
|
end
|
15258
15362
|
end
|
@@ -15519,6 +15623,14 @@ module Google
|
|
15519
15623
|
end
|
15520
15624
|
end
|
15521
15625
|
|
15626
|
+
class GoogleCloudAiplatformV1beta1PublisherModelConfig
|
15627
|
+
# @private
|
15628
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15629
|
+
property :logging_config, as: 'loggingConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PredictRequestResponseLoggingConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PredictRequestResponseLoggingConfig::Representation
|
15630
|
+
|
15631
|
+
end
|
15632
|
+
end
|
15633
|
+
|
15522
15634
|
class GoogleCloudAiplatformV1beta1PublisherModelDocumentation
|
15523
15635
|
# @private
|
15524
15636
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15832,6 +15944,23 @@ module Google
|
|
15832
15944
|
end
|
15833
15945
|
end
|
15834
15946
|
|
15947
|
+
class GoogleCloudAiplatformV1beta1RagChunk
|
15948
|
+
# @private
|
15949
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15950
|
+
property :page_span, as: 'pageSpan', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagChunkPageSpan, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagChunkPageSpan::Representation
|
15951
|
+
|
15952
|
+
property :text, as: 'text'
|
15953
|
+
end
|
15954
|
+
end
|
15955
|
+
|
15956
|
+
class GoogleCloudAiplatformV1beta1RagChunkPageSpan
|
15957
|
+
# @private
|
15958
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15959
|
+
property :first_page, as: 'firstPage'
|
15960
|
+
property :last_page, as: 'lastPage'
|
15961
|
+
end
|
15962
|
+
end
|
15963
|
+
|
15835
15964
|
class GoogleCloudAiplatformV1beta1RagContexts
|
15836
15965
|
# @private
|
15837
15966
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15843,6 +15972,8 @@ module Google
|
|
15843
15972
|
class GoogleCloudAiplatformV1beta1RagContextsContext
|
15844
15973
|
# @private
|
15845
15974
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15975
|
+
property :chunk, as: 'chunk', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagChunk, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagChunk::Representation
|
15976
|
+
|
15846
15977
|
property :distance, as: 'distance'
|
15847
15978
|
property :score, as: 'score'
|
15848
15979
|
property :source_display_name, as: 'sourceDisplayName'
|
@@ -15920,6 +16051,15 @@ module Google
|
|
15920
16051
|
end
|
15921
16052
|
end
|
15922
16053
|
|
16054
|
+
class GoogleCloudAiplatformV1beta1RagEngineConfig
|
16055
|
+
# @private
|
16056
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16057
|
+
property :name, as: 'name'
|
16058
|
+
property :rag_managed_db_config, as: 'ragManagedDbConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagManagedDbConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagManagedDbConfig::Representation
|
16059
|
+
|
16060
|
+
end
|
16061
|
+
end
|
16062
|
+
|
15923
16063
|
class GoogleCloudAiplatformV1beta1RagFile
|
15924
16064
|
# @private
|
15925
16065
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16012,6 +16152,28 @@ module Google
|
|
16012
16152
|
end
|
16013
16153
|
end
|
16014
16154
|
|
16155
|
+
class GoogleCloudAiplatformV1beta1RagManagedDbConfig
|
16156
|
+
# @private
|
16157
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16158
|
+
property :basic, as: 'basic', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagManagedDbConfigBasic, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagManagedDbConfigBasic::Representation
|
16159
|
+
|
16160
|
+
property :enterprise, as: 'enterprise', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagManagedDbConfigEnterprise, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagManagedDbConfigEnterprise::Representation
|
16161
|
+
|
16162
|
+
end
|
16163
|
+
end
|
16164
|
+
|
16165
|
+
class GoogleCloudAiplatformV1beta1RagManagedDbConfigBasic
|
16166
|
+
# @private
|
16167
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16168
|
+
end
|
16169
|
+
end
|
16170
|
+
|
16171
|
+
class GoogleCloudAiplatformV1beta1RagManagedDbConfigEnterprise
|
16172
|
+
# @private
|
16173
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16174
|
+
end
|
16175
|
+
end
|
16176
|
+
|
16015
16177
|
class GoogleCloudAiplatformV1beta1RagQuery
|
16016
16178
|
# @private
|
16017
16179
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -18952,6 +19114,14 @@ module Google
|
|
18952
19114
|
end
|
18953
19115
|
end
|
18954
19116
|
|
19117
|
+
class GoogleCloudAiplatformV1beta1SetPublisherModelConfigRequest
|
19118
|
+
# @private
|
19119
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19120
|
+
property :publisher_model_config, as: 'publisherModelConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelConfig::Representation
|
19121
|
+
|
19122
|
+
end
|
19123
|
+
end
|
19124
|
+
|
18955
19125
|
class GoogleCloudAiplatformV1beta1SharePointSources
|
18956
19126
|
# @private
|
18957
19127
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -19060,6 +19230,7 @@ module Google
|
|
19060
19230
|
class GoogleCloudAiplatformV1beta1SpeechConfig
|
19061
19231
|
# @private
|
19062
19232
|
class Representation < Google::Apis::Core::JsonRepresentation
|
19233
|
+
property :language_code, as: 'languageCode'
|
19063
19234
|
property :voice_config, as: 'voiceConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VoiceConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VoiceConfig::Representation
|
19064
19235
|
|
19065
19236
|
end
|