google-apis-aiplatform_v1 0.61.0 → 0.63.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7231fcfdfab08158567caf1632441866813361c28f19d121779542ee5a2a49b5
4
- data.tar.gz: edb15aa7ea41c5f57dbb6207ac70a05445c6a00dddfcfcf08772667e8d64ca44
3
+ metadata.gz: 618c320859c35d3e070c9b6c390291c1f920187bd2216378ac25ae420dbe64b6
4
+ data.tar.gz: 6e81d9d0dad38a367d211a5f27e65c185560f44b818a11aead3fccabf62737ff
5
5
  SHA512:
6
- metadata.gz: bb60f8d1e453514719249c7f91d7c0810ae0b6c02a5c35192df843bbf38e6731c2124d15e7dd8d4857306666a6cf5a0ad5ea4913cc718d4241e24adcde03b02d
7
- data.tar.gz: f1c084f586268325deb80d9d5ab5d7fd77cf41fff8f7bf3a90723caf47b0ed7563971a79e7fc57dc2edf5a1999bc92c6196e7ba1bba48dc6b1aa12eb75b8c532
6
+ metadata.gz: e0ef0962ef27be536f95b91402602731162dc89e797d3e8faabd83ea2ac383b237dbb5ce2e2c88ddaff532633f4ce92d09d36432586309beb9bbf5e603777162
7
+ data.tar.gz: fc795d13fa13fd076e7a1ea94c3a16e784d501b258d127c4b0adbd34643b25fde9d96b90c24a684aea5faceb248723ca09b2a9ec9edd7021ea6347a4ca2f8345
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-aiplatform_v1
2
2
 
3
+ ### v0.63.0 (2025-08-17)
4
+
5
+ * Regenerated from discovery document revision 20250806
6
+
7
+ ### v0.62.0 (2025-08-10)
8
+
9
+ * Regenerated from discovery document revision 20250731
10
+
3
11
  ### v0.61.0 (2025-08-03)
4
12
 
5
13
  * Regenerated from discovery document revision 20250728
@@ -1559,7 +1559,8 @@ module Google
1559
1559
 
1560
1560
  # Required. The resource metric name. Supported metrics: * For Online Prediction:
1561
1561
  # * `aiplatform.googleapis.com/prediction/online/accelerator/duty_cycle` * `
1562
- # aiplatform.googleapis.com/prediction/online/cpu/utilization`
1562
+ # aiplatform.googleapis.com/prediction/online/cpu/utilization` * `aiplatform.
1563
+ # googleapis.com/prediction/online/request_count`
1563
1564
  # Corresponds to the JSON property `metricName`
1564
1565
  # @return [String]
1565
1566
  attr_accessor :metric_name
@@ -6307,12 +6308,26 @@ module Google
6307
6308
  class GoogleCloudAiplatformV1DeployRequestEndpointConfig
6308
6309
  include Google::Apis::Core::Hashable
6309
6310
 
6310
- # Optional. If true, the endpoint will be exposed through a dedicated DNS [
6311
- # Endpoint.dedicated_endpoint_dns]. Your request to the dedicated DNS will be
6312
- # isolated from other users' traffic and will have better performance and
6313
- # reliability. Note: Once you enabled dedicated endpoint, you won't be able to
6314
- # send request to the shared DNS `region`-aiplatform.googleapis.com. The
6315
- # limitations will be removed soon.
6311
+ # Optional. By default, if dedicated endpoint is enabled, the endpoint will be
6312
+ # exposed through a dedicated DNS [Endpoint.dedicated_endpoint_dns]. Your
6313
+ # request to the dedicated DNS will be isolated from other users' traffic and
6314
+ # will have better performance and reliability. Note: Once you enabled dedicated
6315
+ # endpoint, you won't be able to send request to the shared DNS `region`-
6316
+ # aiplatform.googleapis.com. The limitations will be removed soon. If this field
6317
+ # is set to true, the dedicated endpoint will be disabled and the deployed model
6318
+ # will be exposed through the shared DNS `region`-aiplatform.googleapis.com.
6319
+ # Corresponds to the JSON property `dedicatedEndpointDisabled`
6320
+ # @return [Boolean]
6321
+ attr_accessor :dedicated_endpoint_disabled
6322
+ alias_method :dedicated_endpoint_disabled?, :dedicated_endpoint_disabled
6323
+
6324
+ # Optional. Deprecated. Use dedicated_endpoint_disabled instead. If true, the
6325
+ # endpoint will be exposed through a dedicated DNS [Endpoint.
6326
+ # dedicated_endpoint_dns]. Your request to the dedicated DNS will be isolated
6327
+ # from other users' traffic and will have better performance and reliability.
6328
+ # Note: Once you enabled dedicated endpoint, you won't be able to send request
6329
+ # to the shared DNS `region`-aiplatform.googleapis.com. The limitations will be
6330
+ # removed soon.
6316
6331
  # Corresponds to the JSON property `dedicatedEndpointEnabled`
6317
6332
  # @return [Boolean]
6318
6333
  attr_accessor :dedicated_endpoint_enabled
@@ -6324,14 +6339,29 @@ module Google
6324
6339
  # @return [String]
6325
6340
  attr_accessor :endpoint_display_name
6326
6341
 
6342
+ # Optional. Immutable. The ID to use for endpoint, which will become the final
6343
+ # component of the endpoint resource name. If not provided, Vertex AI will
6344
+ # generate a value for this ID. If the first character is a letter, this value
6345
+ # may be up to 63 characters, and valid characters are `[a-z0-9-]`. The last
6346
+ # character must be a letter or number. If the first character is a number, this
6347
+ # value may be up to 9 characters, and valid characters are `[0-9]` with no
6348
+ # leading zeros. When using HTTP/JSON, this field is populated based on a query
6349
+ # string argument, such as `?endpoint_id=12345`. This is the fallback for fields
6350
+ # that are not included in either the URI or the body.
6351
+ # Corresponds to the JSON property `endpointUserId`
6352
+ # @return [String]
6353
+ attr_accessor :endpoint_user_id
6354
+
6327
6355
  def initialize(**args)
6328
6356
  update!(**args)
6329
6357
  end
6330
6358
 
6331
6359
  # Update properties of this object
6332
6360
  def update!(**args)
6361
+ @dedicated_endpoint_disabled = args[:dedicated_endpoint_disabled] if args.key?(:dedicated_endpoint_disabled)
6333
6362
  @dedicated_endpoint_enabled = args[:dedicated_endpoint_enabled] if args.key?(:dedicated_endpoint_enabled)
6334
6363
  @endpoint_display_name = args[:endpoint_display_name] if args.key?(:endpoint_display_name)
6364
+ @endpoint_user_id = args[:endpoint_user_id] if args.key?(:endpoint_user_id)
6335
6365
  end
6336
6366
  end
6337
6367
 
@@ -6473,6 +6503,12 @@ module Google
6473
6503
  # @return [String]
6474
6504
  attr_accessor :deployment_group
6475
6505
 
6506
+ # Optional. The deployment tier that the index is deployed to.
6507
+ # DEPLOYMENT_TIER_UNSPECIFIED defaults to PERFORMANCE.
6508
+ # Corresponds to the JSON property `deploymentTier`
6509
+ # @return [String]
6510
+ attr_accessor :deployment_tier
6511
+
6476
6512
  # The display name of the DeployedIndex. If not provided upon creation, the
6477
6513
  # Index's display_name is used.
6478
6514
  # Corresponds to the JSON property `displayName`
@@ -6565,6 +6601,7 @@ module Google
6565
6601
  @dedicated_resources = args[:dedicated_resources] if args.key?(:dedicated_resources)
6566
6602
  @deployed_index_auth_config = args[:deployed_index_auth_config] if args.key?(:deployed_index_auth_config)
6567
6603
  @deployment_group = args[:deployment_group] if args.key?(:deployment_group)
6604
+ @deployment_tier = args[:deployment_tier] if args.key?(:deployment_tier)
6568
6605
  @display_name = args[:display_name] if args.key?(:display_name)
6569
6606
  @enable_access_logging = args[:enable_access_logging] if args.key?(:enable_access_logging)
6570
6607
  @enable_datapoint_upsert_logging = args[:enable_datapoint_upsert_logging] if args.key?(:enable_datapoint_upsert_logging)
@@ -7424,12 +7461,19 @@ module Google
7424
7461
  class GoogleCloudAiplatformV1EnterpriseWebSearch
7425
7462
  include Google::Apis::Core::Hashable
7426
7463
 
7464
+ # Optional. List of domains to be excluded from the search results. The default
7465
+ # limit is 2000 domains.
7466
+ # Corresponds to the JSON property `excludeDomains`
7467
+ # @return [Array<String>]
7468
+ attr_accessor :exclude_domains
7469
+
7427
7470
  def initialize(**args)
7428
7471
  update!(**args)
7429
7472
  end
7430
7473
 
7431
7474
  # Update properties of this object
7432
7475
  def update!(**args)
7476
+ @exclude_domains = args[:exclude_domains] if args.key?(:exclude_domains)
7433
7477
  end
7434
7478
  end
7435
7479
 
@@ -12725,6 +12769,11 @@ module Google
12725
12769
  # @return [Hash<String,String>]
12726
12770
  attr_accessor :labels
12727
12771
 
12772
+ # Configuration for Model Armor integrations of prompt and responses.
12773
+ # Corresponds to the JSON property `modelArmorConfig`
12774
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModelArmorConfig]
12775
+ attr_accessor :model_armor_config
12776
+
12728
12777
  # Optional. Per request settings for blocking unsafe content. Enforced on
12729
12778
  # GenerateContentResponse.candidates.
12730
12779
  # Corresponds to the JSON property `safetySettings`
@@ -12762,6 +12811,7 @@ module Google
12762
12811
  @contents = args[:contents] if args.key?(:contents)
12763
12812
  @generation_config = args[:generation_config] if args.key?(:generation_config)
12764
12813
  @labels = args[:labels] if args.key?(:labels)
12814
+ @model_armor_config = args[:model_armor_config] if args.key?(:model_armor_config)
12765
12815
  @safety_settings = args[:safety_settings] if args.key?(:safety_settings)
12766
12816
  @system_instruction = args[:system_instruction] if args.key?(:system_instruction)
12767
12817
  @tool_config = args[:tool_config] if args.key?(:tool_config)
@@ -13683,6 +13733,12 @@ module Google
13683
13733
  class GoogleCloudAiplatformV1GroundingChunkRetrievedContext
13684
13734
  include Google::Apis::Core::Hashable
13685
13735
 
13736
+ # Output only. The full document name for the referenced Vertex AI Search
13737
+ # document.
13738
+ # Corresponds to the JSON property `documentName`
13739
+ # @return [String]
13740
+ attr_accessor :document_name
13741
+
13686
13742
  # A RagChunk includes the content of a chunk of a RagFile, and associated
13687
13743
  # metadata.
13688
13744
  # Corresponds to the JSON property `ragChunk`
@@ -13710,6 +13766,7 @@ module Google
13710
13766
 
13711
13767
  # Update properties of this object
13712
13768
  def update!(**args)
13769
+ @document_name = args[:document_name] if args.key?(:document_name)
13713
13770
  @rag_chunk = args[:rag_chunk] if args.key?(:rag_chunk)
13714
13771
  @text = args[:text] if args.key?(:text)
13715
13772
  @title = args[:title] if args.key?(:title)
@@ -17986,6 +18043,32 @@ module Google
17986
18043
  end
17987
18044
  end
17988
18045
 
18046
+ # Configuration for Model Armor integrations of prompt and responses.
18047
+ class GoogleCloudAiplatformV1ModelArmorConfig
18048
+ include Google::Apis::Core::Hashable
18049
+
18050
+ # Optional. The name of the Model Armor template to use for prompt sanitization.
18051
+ # Corresponds to the JSON property `promptTemplateName`
18052
+ # @return [String]
18053
+ attr_accessor :prompt_template_name
18054
+
18055
+ # Optional. The name of the Model Armor template to use for response
18056
+ # sanitization.
18057
+ # Corresponds to the JSON property `responseTemplateName`
18058
+ # @return [String]
18059
+ attr_accessor :response_template_name
18060
+
18061
+ def initialize(**args)
18062
+ update!(**args)
18063
+ end
18064
+
18065
+ # Update properties of this object
18066
+ def update!(**args)
18067
+ @prompt_template_name = args[:prompt_template_name] if args.key?(:prompt_template_name)
18068
+ @response_template_name = args[:response_template_name] if args.key?(:response_template_name)
18069
+ end
18070
+ end
18071
+
17989
18072
  # User input field to specify the base model source. Currently it only supports
17990
18073
  # specifing the Model Garden models and Genie models.
17991
18074
  class GoogleCloudAiplatformV1ModelBaseModelSource
@@ -26300,6 +26383,12 @@ module Google
26300
26383
  class GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec
26301
26384
  include Google::Apis::Core::Hashable
26302
26385
 
26386
+ # Optional. Concurrency for each container and agent server. Recommended value:
26387
+ # 2 * cpu + 1. Defaults to 9.
26388
+ # Corresponds to the JSON property `containerConcurrency`
26389
+ # @return [Fixnum]
26390
+ attr_accessor :container_concurrency
26391
+
26303
26392
  # Optional. Environment variables to be set with the Reasoning Engine deployment.
26304
26393
  # The environment variables can be updated through the UpdateReasoningEngine
26305
26394
  # API.
@@ -26307,6 +26396,32 @@ module Google
26307
26396
  # @return [Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EnvVar>]
26308
26397
  attr_accessor :env
26309
26398
 
26399
+ # Optional. The maximum number of application instances that can be launched to
26400
+ # handle increased traffic. Defaults to 100.
26401
+ # Corresponds to the JSON property `maxInstances`
26402
+ # @return [Fixnum]
26403
+ attr_accessor :max_instances
26404
+
26405
+ # Optional. The minimum number of application instances that will be kept
26406
+ # running at all times. Defaults to 1.
26407
+ # Corresponds to the JSON property `minInstances`
26408
+ # @return [Fixnum]
26409
+ attr_accessor :min_instances
26410
+
26411
+ # Configuration for PSC-I.
26412
+ # Corresponds to the JSON property `pscInterfaceConfig`
26413
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PscInterfaceConfig]
26414
+ attr_accessor :psc_interface_config
26415
+
26416
+ # Optional. Resource limits for each container. Only 'cpu' and 'memory' keys are
26417
+ # supported. Defaults to `"cpu": "4", "memory": "4Gi"`. * The only supported
26418
+ # values for CPU are '1', '2', '4', and '8'. For more information, go to https://
26419
+ # cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and
26420
+ # syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits
26421
+ # Corresponds to the JSON property `resourceLimits`
26422
+ # @return [Hash<String,String>]
26423
+ attr_accessor :resource_limits
26424
+
26310
26425
  # Optional. Environment variables where the value is a secret in Cloud Secret
26311
26426
  # Manager. To use this feature, add 'Secret Manager Secret Accessor' role (roles/
26312
26427
  # secretmanager.secretAccessor) to AI Platform Reasoning Engine Service Agent.
@@ -26320,7 +26435,12 @@ module Google
26320
26435
 
26321
26436
  # Update properties of this object
26322
26437
  def update!(**args)
26438
+ @container_concurrency = args[:container_concurrency] if args.key?(:container_concurrency)
26323
26439
  @env = args[:env] if args.key?(:env)
26440
+ @max_instances = args[:max_instances] if args.key?(:max_instances)
26441
+ @min_instances = args[:min_instances] if args.key?(:min_instances)
26442
+ @psc_interface_config = args[:psc_interface_config] if args.key?(:psc_interface_config)
26443
+ @resource_limits = args[:resource_limits] if args.key?(:resource_limits)
26324
26444
  @secret_env = args[:secret_env] if args.key?(:secret_env)
26325
26445
  end
26326
26446
  end
@@ -37994,11 +38114,6 @@ module Google
37994
38114
  # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolCodeExecution]
37995
38115
  attr_accessor :code_execution
37996
38116
 
37997
- # Tool to support computer use.
37998
- # Corresponds to the JSON property `computerUse`
37999
- # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolComputerUse]
38000
- attr_accessor :computer_use
38001
-
38002
38117
  # Tool to search public web data, powered by Vertex AI Search and Sec4
38003
38118
  # compliance.
38004
38119
  # Corresponds to the JSON property `enterpriseWebSearch`
@@ -38048,7 +38163,6 @@ module Google
38048
38163
  # Update properties of this object
38049
38164
  def update!(**args)
38050
38165
  @code_execution = args[:code_execution] if args.key?(:code_execution)
38051
- @computer_use = args[:computer_use] if args.key?(:computer_use)
38052
38166
  @enterprise_web_search = args[:enterprise_web_search] if args.key?(:enterprise_web_search)
38053
38167
  @function_declarations = args[:function_declarations] if args.key?(:function_declarations)
38054
38168
  @google_maps = args[:google_maps] if args.key?(:google_maps)
@@ -38200,25 +38314,6 @@ module Google
38200
38314
  end
38201
38315
  end
38202
38316
 
38203
- # Tool to support computer use.
38204
- class GoogleCloudAiplatformV1ToolComputerUse
38205
- include Google::Apis::Core::Hashable
38206
-
38207
- # Required. The environment being operated.
38208
- # Corresponds to the JSON property `environment`
38209
- # @return [String]
38210
- attr_accessor :environment
38211
-
38212
- def initialize(**args)
38213
- update!(**args)
38214
- end
38215
-
38216
- # Update properties of this object
38217
- def update!(**args)
38218
- @environment = args[:environment] if args.key?(:environment)
38219
- end
38220
- end
38221
-
38222
38317
  # Tool config. This config is shared for all tools provided in the request.
38223
38318
  class GoogleCloudAiplatformV1ToolConfig
38224
38319
  include Google::Apis::Core::Hashable
@@ -38249,12 +38344,19 @@ module Google
38249
38344
  class GoogleCloudAiplatformV1ToolGoogleSearch
38250
38345
  include Google::Apis::Core::Hashable
38251
38346
 
38347
+ # Optional. List of domains to be excluded from the search results. The default
38348
+ # limit is 2000 domains. Example: ["amazon.com", "facebook.com"].
38349
+ # Corresponds to the JSON property `excludeDomains`
38350
+ # @return [Array<String>]
38351
+ attr_accessor :exclude_domains
38352
+
38252
38353
  def initialize(**args)
38253
38354
  update!(**args)
38254
38355
  end
38255
38356
 
38256
38357
  # Update properties of this object
38257
38358
  def update!(**args)
38359
+ @exclude_domains = args[:exclude_domains] if args.key?(:exclude_domains)
38258
38360
  end
38259
38361
  end
38260
38362
 
@@ -40812,6 +40914,12 @@ module Google
40812
40914
  # @return [String]
40813
40915
  attr_accessor :end_offset
40814
40916
 
40917
+ # Optional. The frame rate of the video sent to the model. If not specified, the
40918
+ # default value will be 1.0. The fps range is (0.0, 24.0].
40919
+ # Corresponds to the JSON property `fps`
40920
+ # @return [Float]
40921
+ attr_accessor :fps
40922
+
40815
40923
  # Optional. The start offset of the video.
40816
40924
  # Corresponds to the JSON property `startOffset`
40817
40925
  # @return [String]
@@ -40824,6 +40932,7 @@ module Google
40824
40932
  # Update properties of this object
40825
40933
  def update!(**args)
40826
40934
  @end_offset = args[:end_offset] if args.key?(:end_offset)
40935
+ @fps = args[:fps] if args.key?(:fps)
40827
40936
  @start_offset = args[:start_offset] if args.key?(:start_offset)
40828
40937
  end
40829
40938
  end
@@ -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.61.0"
19
+ GEM_VERSION = "0.63.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 = "20250728"
25
+ REVISION = "20250806"
26
26
  end
27
27
  end
28
28
  end
@@ -2974,6 +2974,12 @@ module Google
2974
2974
  include Google::Apis::Core::JsonObjectSupport
2975
2975
  end
2976
2976
 
2977
+ class GoogleCloudAiplatformV1ModelArmorConfig
2978
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2979
+
2980
+ include Google::Apis::Core::JsonObjectSupport
2981
+ end
2982
+
2977
2983
  class GoogleCloudAiplatformV1ModelBaseModelSource
2978
2984
  class Representation < Google::Apis::Core::JsonRepresentation; end
2979
2985
 
@@ -6280,12 +6286,6 @@ module Google
6280
6286
  include Google::Apis::Core::JsonObjectSupport
6281
6287
  end
6282
6288
 
6283
- class GoogleCloudAiplatformV1ToolComputerUse
6284
- class Representation < Google::Apis::Core::JsonRepresentation; end
6285
-
6286
- include Google::Apis::Core::JsonObjectSupport
6287
- end
6288
-
6289
6289
  class GoogleCloudAiplatformV1ToolConfig
6290
6290
  class Representation < Google::Apis::Core::JsonRepresentation; end
6291
6291
 
@@ -8878,8 +8878,10 @@ module Google
8878
8878
  class GoogleCloudAiplatformV1DeployRequestEndpointConfig
8879
8879
  # @private
8880
8880
  class Representation < Google::Apis::Core::JsonRepresentation
8881
+ property :dedicated_endpoint_disabled, as: 'dedicatedEndpointDisabled'
8881
8882
  property :dedicated_endpoint_enabled, as: 'dedicatedEndpointEnabled'
8882
8883
  property :endpoint_display_name, as: 'endpointDisplayName'
8884
+ property :endpoint_user_id, as: 'endpointUserId'
8883
8885
  end
8884
8886
  end
8885
8887
 
@@ -8916,6 +8918,7 @@ module Google
8916
8918
  property :deployed_index_auth_config, as: 'deployedIndexAuthConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DeployedIndexAuthConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DeployedIndexAuthConfig::Representation
8917
8919
 
8918
8920
  property :deployment_group, as: 'deploymentGroup'
8921
+ property :deployment_tier, as: 'deploymentTier'
8919
8922
  property :display_name, as: 'displayName'
8920
8923
  property :enable_access_logging, as: 'enableAccessLogging'
8921
8924
  property :enable_datapoint_upsert_logging, as: 'enableDatapointUpsertLogging'
@@ -9148,6 +9151,7 @@ module Google
9148
9151
  class GoogleCloudAiplatformV1EnterpriseWebSearch
9149
9152
  # @private
9150
9153
  class Representation < Google::Apis::Core::JsonRepresentation
9154
+ collection :exclude_domains, as: 'excludeDomains'
9151
9155
  end
9152
9156
  end
9153
9157
 
@@ -10636,6 +10640,8 @@ module Google
10636
10640
  property :generation_config, as: 'generationConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerationConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerationConfig::Representation
10637
10641
 
10638
10642
  hash :labels, as: 'labels'
10643
+ property :model_armor_config, as: 'modelArmorConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModelArmorConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModelArmorConfig::Representation
10644
+
10639
10645
  collection :safety_settings, as: 'safetySettings', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SafetySetting, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SafetySetting::Representation
10640
10646
 
10641
10647
  property :system_instruction, as: 'systemInstruction', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content::Representation
@@ -10918,6 +10924,7 @@ module Google
10918
10924
  class GoogleCloudAiplatformV1GroundingChunkRetrievedContext
10919
10925
  # @private
10920
10926
  class Representation < Google::Apis::Core::JsonRepresentation
10927
+ property :document_name, as: 'documentName'
10921
10928
  property :rag_chunk, as: 'ragChunk', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RagChunk, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RagChunk::Representation
10922
10929
 
10923
10930
  property :text, as: 'text'
@@ -12168,6 +12175,14 @@ module Google
12168
12175
  end
12169
12176
  end
12170
12177
 
12178
+ class GoogleCloudAiplatformV1ModelArmorConfig
12179
+ # @private
12180
+ class Representation < Google::Apis::Core::JsonRepresentation
12181
+ property :prompt_template_name, as: 'promptTemplateName'
12182
+ property :response_template_name, as: 'responseTemplateName'
12183
+ end
12184
+ end
12185
+
12171
12186
  class GoogleCloudAiplatformV1ModelBaseModelSource
12172
12187
  # @private
12173
12188
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -14508,8 +14523,14 @@ module Google
14508
14523
  class GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec
14509
14524
  # @private
14510
14525
  class Representation < Google::Apis::Core::JsonRepresentation
14526
+ property :container_concurrency, as: 'containerConcurrency'
14511
14527
  collection :env, as: 'env', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EnvVar, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EnvVar::Representation
14512
14528
 
14529
+ property :max_instances, as: 'maxInstances'
14530
+ property :min_instances, as: 'minInstances'
14531
+ property :psc_interface_config, as: 'pscInterfaceConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PscInterfaceConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PscInterfaceConfig::Representation
14532
+
14533
+ hash :resource_limits, as: 'resourceLimits'
14513
14534
  collection :secret_env, as: 'secretEnv', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SecretEnvVar, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SecretEnvVar::Representation
14514
14535
 
14515
14536
  end
@@ -17712,8 +17733,6 @@ module Google
17712
17733
  class Representation < Google::Apis::Core::JsonRepresentation
17713
17734
  property :code_execution, as: 'codeExecution', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolCodeExecution, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolCodeExecution::Representation
17714
17735
 
17715
- property :computer_use, as: 'computerUse', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolComputerUse, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolComputerUse::Representation
17716
-
17717
17736
  property :enterprise_web_search, as: 'enterpriseWebSearch', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EnterpriseWebSearch, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EnterpriseWebSearch::Representation
17718
17737
 
17719
17738
  collection :function_declarations, as: 'functionDeclarations', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FunctionDeclaration, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FunctionDeclaration::Representation
@@ -17784,13 +17803,6 @@ module Google
17784
17803
  end
17785
17804
  end
17786
17805
 
17787
- class GoogleCloudAiplatformV1ToolComputerUse
17788
- # @private
17789
- class Representation < Google::Apis::Core::JsonRepresentation
17790
- property :environment, as: 'environment'
17791
- end
17792
- end
17793
-
17794
17806
  class GoogleCloudAiplatformV1ToolConfig
17795
17807
  # @private
17796
17808
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -17804,6 +17816,7 @@ module Google
17804
17816
  class GoogleCloudAiplatformV1ToolGoogleSearch
17805
17817
  # @private
17806
17818
  class Representation < Google::Apis::Core::JsonRepresentation
17819
+ collection :exclude_domains, as: 'excludeDomains'
17807
17820
  end
17808
17821
  end
17809
17822
 
@@ -18667,6 +18680,7 @@ module Google
18667
18680
  # @private
18668
18681
  class Representation < Google::Apis::Core::JsonRepresentation
18669
18682
  property :end_offset, as: 'endOffset'
18683
+ property :fps, as: 'fps'
18670
18684
  property :start_offset, as: 'startOffset'
18671
18685
  end
18672
18686
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-aiplatform_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.61.0
4
+ version: 0.63.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1/v0.61.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1/v0.63.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1
62
62
  rdoc_options: []
63
63
  require_paths: