google-apis-aiplatform_v1 0.60.0 → 0.62.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: 7d79e114cec8317df56f82abdc3a31070c466ac1a2c13065550ea290221ba3a9
4
- data.tar.gz: d3505f17ede05d24c6621cf01a9f1c33c688e8b02a1d5018e01a0be541c5c471
3
+ metadata.gz: 2e0c9f15a89db4b8238b1959840c5140e679363b32b25fbc81061729d68b630b
4
+ data.tar.gz: ca49efbf49687059d0ae1c1540c6a07c20049cfdc661057e0e95f57c3fdade06
5
5
  SHA512:
6
- metadata.gz: '017121179eac9b95433b640c772b4bd25fd4899154b8e33b8e31507834ac011ca539311e703ef97c77f8de8c7a819585bb86ecfa6ce9ea5b91a8199725481195'
7
- data.tar.gz: 120ed78baf1634761568e1e0de10f9f4b7466ad0a9fc43e3affb9a9313f0262a3c3e875a1de38ee6cadd2657ddc81095082deba0c6a533fc91127c970c87baa2
6
+ metadata.gz: '083540237db861c0d1330058b9e8f3fc43adc5fce0e3b63ef8907d8ae519c4edacbcc1b524c307b59421a91f4c10fa1b497a9fc42439ca5803dd4548e90f0fa9'
7
+ data.tar.gz: ab4a1088fedb6c6876a088fbfdcb8c5ae4f9d7d6fa070b5755f6be108fa18ac536624d4b9bb7c21c7b8656050656d9cd3355dec33a53dcb538f741ea8ecc0170
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-aiplatform_v1
2
2
 
3
+ ### v0.62.0 (2025-08-10)
4
+
5
+ * Regenerated from discovery document revision 20250731
6
+
7
+ ### v0.61.0 (2025-08-03)
8
+
9
+ * Regenerated from discovery document revision 20250728
10
+
3
11
  ### v0.60.0 (2025-07-27)
4
12
 
5
13
  * Regenerated from discovery document revision 20250715
@@ -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
@@ -4389,6 +4390,12 @@ module Google
4389
4390
  class GoogleCloudAiplatformV1CreateEndpointOperationMetadata
4390
4391
  include Google::Apis::Core::Hashable
4391
4392
 
4393
+ # Output only. The deployment stage of the model. Only populated if this
4394
+ # CreateEndpoint request deploys a model at the same time.
4395
+ # Corresponds to the JSON property `deploymentStage`
4396
+ # @return [String]
4397
+ attr_accessor :deployment_stage
4398
+
4392
4399
  # Generic Metadata shared by all operations.
4393
4400
  # Corresponds to the JSON property `genericMetadata`
4394
4401
  # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata]
@@ -4400,6 +4407,7 @@ module Google
4400
4407
 
4401
4408
  # Update properties of this object
4402
4409
  def update!(**args)
4410
+ @deployment_stage = args[:deployment_stage] if args.key?(:deployment_stage)
4403
4411
  @generic_metadata = args[:generic_metadata] if args.key?(:generic_metadata)
4404
4412
  end
4405
4413
  end
@@ -6100,6 +6108,11 @@ module Google
6100
6108
  class GoogleCloudAiplatformV1DeployModelOperationMetadata
6101
6109
  include Google::Apis::Core::Hashable
6102
6110
 
6111
+ # Output only. The deployment stage of the model.
6112
+ # Corresponds to the JSON property `deploymentStage`
6113
+ # @return [String]
6114
+ attr_accessor :deployment_stage
6115
+
6103
6116
  # Generic Metadata shared by all operations.
6104
6117
  # Corresponds to the JSON property `genericMetadata`
6105
6118
  # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata]
@@ -6111,6 +6124,7 @@ module Google
6111
6124
 
6112
6125
  # Update properties of this object
6113
6126
  def update!(**args)
6127
+ @deployment_stage = args[:deployment_stage] if args.key?(:deployment_stage)
6114
6128
  @generic_metadata = args[:generic_metadata] if args.key?(:generic_metadata)
6115
6129
  end
6116
6130
  end
@@ -6460,6 +6474,12 @@ module Google
6460
6474
  # @return [String]
6461
6475
  attr_accessor :deployment_group
6462
6476
 
6477
+ # Optional. The deployment tier that the index is deployed to.
6478
+ # DEPLOYMENT_TIER_UNSPECIFIED defaults to PERFORMANCE.
6479
+ # Corresponds to the JSON property `deploymentTier`
6480
+ # @return [String]
6481
+ attr_accessor :deployment_tier
6482
+
6463
6483
  # The display name of the DeployedIndex. If not provided upon creation, the
6464
6484
  # Index's display_name is used.
6465
6485
  # Corresponds to the JSON property `displayName`
@@ -6552,6 +6572,7 @@ module Google
6552
6572
  @dedicated_resources = args[:dedicated_resources] if args.key?(:dedicated_resources)
6553
6573
  @deployed_index_auth_config = args[:deployed_index_auth_config] if args.key?(:deployed_index_auth_config)
6554
6574
  @deployment_group = args[:deployment_group] if args.key?(:deployment_group)
6575
+ @deployment_tier = args[:deployment_tier] if args.key?(:deployment_tier)
6555
6576
  @display_name = args[:display_name] if args.key?(:display_name)
6556
6577
  @enable_access_logging = args[:enable_access_logging] if args.key?(:enable_access_logging)
6557
6578
  @enable_datapoint_upsert_logging = args[:enable_datapoint_upsert_logging] if args.key?(:enable_datapoint_upsert_logging)
@@ -7411,12 +7432,19 @@ module Google
7411
7432
  class GoogleCloudAiplatformV1EnterpriseWebSearch
7412
7433
  include Google::Apis::Core::Hashable
7413
7434
 
7435
+ # Optional. List of domains to be excluded from the search results. The default
7436
+ # limit is 2000 domains.
7437
+ # Corresponds to the JSON property `excludeDomains`
7438
+ # @return [Array<String>]
7439
+ attr_accessor :exclude_domains
7440
+
7414
7441
  def initialize(**args)
7415
7442
  update!(**args)
7416
7443
  end
7417
7444
 
7418
7445
  # Update properties of this object
7419
7446
  def update!(**args)
7447
+ @exclude_domains = args[:exclude_domains] if args.key?(:exclude_domains)
7420
7448
  end
7421
7449
  end
7422
7450
 
@@ -11000,6 +11028,133 @@ module Google
11000
11028
  end
11001
11029
  end
11002
11030
 
11031
+ # Request message for FeatureOnlineStoreService.FeatureViewDirectWrite.
11032
+ class GoogleCloudAiplatformV1FeatureViewDirectWriteRequest
11033
+ include Google::Apis::Core::Hashable
11034
+
11035
+ # Required. The data keys and associated feature values.
11036
+ # Corresponds to the JSON property `dataKeyAndFeatureValues`
11037
+ # @return [Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewDirectWriteRequestDataKeyAndFeatureValues>]
11038
+ attr_accessor :data_key_and_feature_values
11039
+
11040
+ def initialize(**args)
11041
+ update!(**args)
11042
+ end
11043
+
11044
+ # Update properties of this object
11045
+ def update!(**args)
11046
+ @data_key_and_feature_values = args[:data_key_and_feature_values] if args.key?(:data_key_and_feature_values)
11047
+ end
11048
+ end
11049
+
11050
+ # A data key and associated feature values to write to the feature view.
11051
+ class GoogleCloudAiplatformV1FeatureViewDirectWriteRequestDataKeyAndFeatureValues
11052
+ include Google::Apis::Core::Hashable
11053
+
11054
+ # Lookup key for a feature view.
11055
+ # Corresponds to the JSON property `dataKey`
11056
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewDataKey]
11057
+ attr_accessor :data_key
11058
+
11059
+ # List of features to write.
11060
+ # Corresponds to the JSON property `features`
11061
+ # @return [Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewDirectWriteRequestDataKeyAndFeatureValuesFeature>]
11062
+ attr_accessor :features
11063
+
11064
+ def initialize(**args)
11065
+ update!(**args)
11066
+ end
11067
+
11068
+ # Update properties of this object
11069
+ def update!(**args)
11070
+ @data_key = args[:data_key] if args.key?(:data_key)
11071
+ @features = args[:features] if args.key?(:features)
11072
+ end
11073
+ end
11074
+
11075
+ # Feature name & value pair.
11076
+ class GoogleCloudAiplatformV1FeatureViewDirectWriteRequestDataKeyAndFeatureValuesFeature
11077
+ include Google::Apis::Core::Hashable
11078
+
11079
+ # Feature short name.
11080
+ # Corresponds to the JSON property `name`
11081
+ # @return [String]
11082
+ attr_accessor :name
11083
+
11084
+ # Value for a feature.
11085
+ # Corresponds to the JSON property `value`
11086
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureValue]
11087
+ attr_accessor :value
11088
+
11089
+ def initialize(**args)
11090
+ update!(**args)
11091
+ end
11092
+
11093
+ # Update properties of this object
11094
+ def update!(**args)
11095
+ @name = args[:name] if args.key?(:name)
11096
+ @value = args[:value] if args.key?(:value)
11097
+ end
11098
+ end
11099
+
11100
+ # Response message for FeatureOnlineStoreService.FeatureViewDirectWrite.
11101
+ class GoogleCloudAiplatformV1FeatureViewDirectWriteResponse
11102
+ include Google::Apis::Core::Hashable
11103
+
11104
+ # The `Status` type defines a logical error model that is suitable for different
11105
+ # programming environments, including REST APIs and RPC APIs. It is used by [
11106
+ # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
11107
+ # data: error code, error message, and error details. You can find out more
11108
+ # about this error model and how to work with it in the [API Design Guide](https:
11109
+ # //cloud.google.com/apis/design/errors).
11110
+ # Corresponds to the JSON property `status`
11111
+ # @return [Google::Apis::AiplatformV1::GoogleRpcStatus]
11112
+ attr_accessor :status
11113
+
11114
+ # Details about write for each key. If status is not OK, WriteResponse.data_key
11115
+ # will have the key with error, but WriteResponse.online_store_write_time will
11116
+ # not be present.
11117
+ # Corresponds to the JSON property `writeResponses`
11118
+ # @return [Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewDirectWriteResponseWriteResponse>]
11119
+ attr_accessor :write_responses
11120
+
11121
+ def initialize(**args)
11122
+ update!(**args)
11123
+ end
11124
+
11125
+ # Update properties of this object
11126
+ def update!(**args)
11127
+ @status = args[:status] if args.key?(:status)
11128
+ @write_responses = args[:write_responses] if args.key?(:write_responses)
11129
+ end
11130
+ end
11131
+
11132
+ # Details about the write for each key.
11133
+ class GoogleCloudAiplatformV1FeatureViewDirectWriteResponseWriteResponse
11134
+ include Google::Apis::Core::Hashable
11135
+
11136
+ # Lookup key for a feature view.
11137
+ # Corresponds to the JSON property `dataKey`
11138
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewDataKey]
11139
+ attr_accessor :data_key
11140
+
11141
+ # When the feature values were written to the online store. If
11142
+ # FeatureViewDirectWriteResponse.status is not OK, this field is not populated.
11143
+ # Corresponds to the JSON property `onlineStoreWriteTime`
11144
+ # @return [String]
11145
+ attr_accessor :online_store_write_time
11146
+
11147
+ def initialize(**args)
11148
+ update!(**args)
11149
+ end
11150
+
11151
+ # Update properties of this object
11152
+ def update!(**args)
11153
+ @data_key = args[:data_key] if args.key?(:data_key)
11154
+ @online_store_write_time = args[:online_store_write_time] if args.key?(:online_store_write_time)
11155
+ end
11156
+ end
11157
+
11003
11158
  # A Feature Registry source for features that need to be synced to Online Store.
11004
11159
  class GoogleCloudAiplatformV1FeatureViewFeatureRegistrySource
11005
11160
  include Google::Apis::Core::Hashable
@@ -13217,6 +13372,32 @@ module Google
13217
13372
  end
13218
13373
  end
13219
13374
 
13375
+ # Tool to retrieve public maps data for grounding, powered by Google.
13376
+ class GoogleCloudAiplatformV1GoogleMaps
13377
+ include Google::Apis::Core::Hashable
13378
+
13379
+ # The generic reusable api auth config. Deprecated. Please use AuthConfig (
13380
+ # google/cloud/aiplatform/master/auth.proto) instead.
13381
+ # Corresponds to the JSON property `apiAuth`
13382
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ApiAuth]
13383
+ attr_accessor :api_auth
13384
+
13385
+ # Auth configuration to run the extension.
13386
+ # Corresponds to the JSON property `authConfig`
13387
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1AuthConfig]
13388
+ attr_accessor :auth_config
13389
+
13390
+ def initialize(**args)
13391
+ update!(**args)
13392
+ end
13393
+
13394
+ # Update properties of this object
13395
+ def update!(**args)
13396
+ @api_auth = args[:api_auth] if args.key?(:api_auth)
13397
+ @auth_config = args[:auth_config] if args.key?(:auth_config)
13398
+ end
13399
+ end
13400
+
13220
13401
  # Tool to retrieve public web data for grounding, powered by Google.
13221
13402
  class GoogleCloudAiplatformV1GoogleSearchRetrieval
13222
13403
  include Google::Apis::Core::Hashable
@@ -13341,6 +13522,11 @@ module Google
13341
13522
  class GoogleCloudAiplatformV1GroundingChunk
13342
13523
  include Google::Apis::Core::Hashable
13343
13524
 
13525
+ # Chunk from Google Maps.
13526
+ # Corresponds to the JSON property `maps`
13527
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingChunkMaps]
13528
+ attr_accessor :maps
13529
+
13344
13530
  # Chunk from context retrieved by the retrieval tools.
13345
13531
  # Corresponds to the JSON property `retrievedContext`
13346
13532
  # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingChunkRetrievedContext]
@@ -13357,11 +13543,157 @@ module Google
13357
13543
 
13358
13544
  # Update properties of this object
13359
13545
  def update!(**args)
13546
+ @maps = args[:maps] if args.key?(:maps)
13360
13547
  @retrieved_context = args[:retrieved_context] if args.key?(:retrieved_context)
13361
13548
  @web = args[:web] if args.key?(:web)
13362
13549
  end
13363
13550
  end
13364
13551
 
13552
+ # Chunk from Google Maps.
13553
+ class GoogleCloudAiplatformV1GroundingChunkMaps
13554
+ include Google::Apis::Core::Hashable
13555
+
13556
+ # Sources used to generate the place answer.
13557
+ # Corresponds to the JSON property `placeAnswerSources`
13558
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSources]
13559
+ attr_accessor :place_answer_sources
13560
+
13561
+ # This Place's resource name, in `places/`place_id`` format. Can be used to look
13562
+ # up the Place.
13563
+ # Corresponds to the JSON property `placeId`
13564
+ # @return [String]
13565
+ attr_accessor :place_id
13566
+
13567
+ # Text of the chunk.
13568
+ # Corresponds to the JSON property `text`
13569
+ # @return [String]
13570
+ attr_accessor :text
13571
+
13572
+ # Title of the chunk.
13573
+ # Corresponds to the JSON property `title`
13574
+ # @return [String]
13575
+ attr_accessor :title
13576
+
13577
+ # URI reference of the chunk.
13578
+ # Corresponds to the JSON property `uri`
13579
+ # @return [String]
13580
+ attr_accessor :uri
13581
+
13582
+ def initialize(**args)
13583
+ update!(**args)
13584
+ end
13585
+
13586
+ # Update properties of this object
13587
+ def update!(**args)
13588
+ @place_answer_sources = args[:place_answer_sources] if args.key?(:place_answer_sources)
13589
+ @place_id = args[:place_id] if args.key?(:place_id)
13590
+ @text = args[:text] if args.key?(:text)
13591
+ @title = args[:title] if args.key?(:title)
13592
+ @uri = args[:uri] if args.key?(:uri)
13593
+ end
13594
+ end
13595
+
13596
+ # Sources used to generate the place answer.
13597
+ class GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSources
13598
+ include Google::Apis::Core::Hashable
13599
+
13600
+ # A link where users can flag a problem with the generated answer.
13601
+ # Corresponds to the JSON property `flagContentUri`
13602
+ # @return [String]
13603
+ attr_accessor :flag_content_uri
13604
+
13605
+ # Snippets of reviews that are used to generate the answer.
13606
+ # Corresponds to the JSON property `reviewSnippets`
13607
+ # @return [Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet>]
13608
+ attr_accessor :review_snippets
13609
+
13610
+ def initialize(**args)
13611
+ update!(**args)
13612
+ end
13613
+
13614
+ # Update properties of this object
13615
+ def update!(**args)
13616
+ @flag_content_uri = args[:flag_content_uri] if args.key?(:flag_content_uri)
13617
+ @review_snippets = args[:review_snippets] if args.key?(:review_snippets)
13618
+ end
13619
+ end
13620
+
13621
+ # Author attribution for a photo or review.
13622
+ class GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution
13623
+ include Google::Apis::Core::Hashable
13624
+
13625
+ # Name of the author of the Photo or Review.
13626
+ # Corresponds to the JSON property `displayName`
13627
+ # @return [String]
13628
+ attr_accessor :display_name
13629
+
13630
+ # Profile photo URI of the author of the Photo or Review.
13631
+ # Corresponds to the JSON property `photoUri`
13632
+ # @return [String]
13633
+ attr_accessor :photo_uri
13634
+
13635
+ # URI of the author of the Photo or Review.
13636
+ # Corresponds to the JSON property `uri`
13637
+ # @return [String]
13638
+ attr_accessor :uri
13639
+
13640
+ def initialize(**args)
13641
+ update!(**args)
13642
+ end
13643
+
13644
+ # Update properties of this object
13645
+ def update!(**args)
13646
+ @display_name = args[:display_name] if args.key?(:display_name)
13647
+ @photo_uri = args[:photo_uri] if args.key?(:photo_uri)
13648
+ @uri = args[:uri] if args.key?(:uri)
13649
+ end
13650
+ end
13651
+
13652
+ # Encapsulates a review snippet.
13653
+ class GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet
13654
+ include Google::Apis::Core::Hashable
13655
+
13656
+ # Author attribution for a photo or review.
13657
+ # Corresponds to the JSON property `authorAttribution`
13658
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution]
13659
+ attr_accessor :author_attribution
13660
+
13661
+ # A link where users can flag a problem with the review.
13662
+ # Corresponds to the JSON property `flagContentUri`
13663
+ # @return [String]
13664
+ attr_accessor :flag_content_uri
13665
+
13666
+ # A link to show the review on Google Maps.
13667
+ # Corresponds to the JSON property `googleMapsUri`
13668
+ # @return [String]
13669
+ attr_accessor :google_maps_uri
13670
+
13671
+ # A string of formatted recent time, expressing the review time relative to the
13672
+ # current time in a form appropriate for the language and country.
13673
+ # Corresponds to the JSON property `relativePublishTimeDescription`
13674
+ # @return [String]
13675
+ attr_accessor :relative_publish_time_description
13676
+
13677
+ # A reference representing this place review which may be used to look up this
13678
+ # place review again.
13679
+ # Corresponds to the JSON property `review`
13680
+ # @return [String]
13681
+ attr_accessor :review
13682
+
13683
+ def initialize(**args)
13684
+ update!(**args)
13685
+ end
13686
+
13687
+ # Update properties of this object
13688
+ def update!(**args)
13689
+ @author_attribution = args[:author_attribution] if args.key?(:author_attribution)
13690
+ @flag_content_uri = args[:flag_content_uri] if args.key?(:flag_content_uri)
13691
+ @google_maps_uri = args[:google_maps_uri] if args.key?(:google_maps_uri)
13692
+ @relative_publish_time_description = args[:relative_publish_time_description] if args.key?(:relative_publish_time_description)
13693
+ @review = args[:review] if args.key?(:review)
13694
+ end
13695
+ end
13696
+
13365
13697
  # Chunk from context retrieved by the retrieval tools.
13366
13698
  class GoogleCloudAiplatformV1GroundingChunkRetrievedContext
13367
13699
  include Google::Apis::Core::Hashable
@@ -13435,6 +13767,13 @@ module Google
13435
13767
  class GoogleCloudAiplatformV1GroundingMetadata
13436
13768
  include Google::Apis::Core::Hashable
13437
13769
 
13770
+ # Optional. Output only. Resource name of the Google Maps widget context token
13771
+ # to be used with the PlacesContextElement widget to render contextual data.
13772
+ # This is populated only for Google Maps grounding.
13773
+ # Corresponds to the JSON property `googleMapsWidgetContextToken`
13774
+ # @return [String]
13775
+ attr_accessor :google_maps_widget_context_token
13776
+
13438
13777
  # List of supporting references retrieved from specified grounding source.
13439
13778
  # Corresponds to the JSON property `groundingChunks`
13440
13779
  # @return [Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingChunk>]
@@ -13466,6 +13805,7 @@ module Google
13466
13805
 
13467
13806
  # Update properties of this object
13468
13807
  def update!(**args)
13808
+ @google_maps_widget_context_token = args[:google_maps_widget_context_token] if args.key?(:google_maps_widget_context_token)
13469
13809
  @grounding_chunks = args[:grounding_chunks] if args.key?(:grounding_chunks)
13470
13810
  @grounding_supports = args[:grounding_supports] if args.key?(:grounding_supports)
13471
13811
  @retrieval_metadata = args[:retrieval_metadata] if args.key?(:retrieval_metadata)
@@ -14275,6 +14615,11 @@ module Google
14275
14615
  # @return [String]
14276
14616
  attr_accessor :datapoint_id
14277
14617
 
14618
+ # Optional. The key-value map of additional metadata for the datapoint.
14619
+ # Corresponds to the JSON property `embeddingMetadata`
14620
+ # @return [Hash<String,Object>]
14621
+ attr_accessor :embedding_metadata
14622
+
14278
14623
  # Required. Feature embedding vector for dense index. An array of numbers with
14279
14624
  # the length of [NearestNeighborSearchConfig.dimensions].
14280
14625
  # Corresponds to the JSON property `featureVector`
@@ -14310,6 +14655,7 @@ module Google
14310
14655
  def update!(**args)
14311
14656
  @crowding_tag = args[:crowding_tag] if args.key?(:crowding_tag)
14312
14657
  @datapoint_id = args[:datapoint_id] if args.key?(:datapoint_id)
14658
+ @embedding_metadata = args[:embedding_metadata] if args.key?(:embedding_metadata)
14313
14659
  @feature_vector = args[:feature_vector] if args.key?(:feature_vector)
14314
14660
  @numeric_restricts = args[:numeric_restricts] if args.key?(:numeric_restricts)
14315
14661
  @restricts = args[:restricts] if args.key?(:restricts)
@@ -23468,6 +23814,13 @@ module Google
23468
23814
  class GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences
23469
23815
  include Google::Apis::Core::Hashable
23470
23816
 
23817
+ # Optional. For notebook resource. When set to true, the Colab Enterprise link
23818
+ # will be disabled in the "open notebook" dialog in UI.
23819
+ # Corresponds to the JSON property `colabNotebookDisabled`
23820
+ # @return [Boolean]
23821
+ attr_accessor :colab_notebook_disabled
23822
+ alias_method :colab_notebook_disabled?, :colab_notebook_disabled
23823
+
23471
23824
  # Required.
23472
23825
  # Corresponds to the JSON property `references`
23473
23826
  # @return [Hash<String,Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelResourceReference>]
@@ -23505,6 +23858,7 @@ module Google
23505
23858
 
23506
23859
  # Update properties of this object
23507
23860
  def update!(**args)
23861
+ @colab_notebook_disabled = args[:colab_notebook_disabled] if args.key?(:colab_notebook_disabled)
23508
23862
  @references = args[:references] if args.key?(:references)
23509
23863
  @resource_description = args[:resource_description] if args.key?(:resource_description)
23510
23864
  @resource_title = args[:resource_title] if args.key?(:resource_title)
@@ -25862,6 +26216,12 @@ module Google
25862
26216
  # @return [String]
25863
26217
  attr_accessor :display_name
25864
26218
 
26219
+ # Represents a customer-managed encryption key spec that can be applied to a top-
26220
+ # level resource.
26221
+ # Corresponds to the JSON property `encryptionSpec`
26222
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EncryptionSpec]
26223
+ attr_accessor :encryption_spec
26224
+
25865
26225
  # Optional. Used to perform consistent read-modify-write updates. If not set, a
25866
26226
  # blind "overwrite" update happens.
25867
26227
  # Corresponds to the JSON property `etag`
@@ -25893,6 +26253,7 @@ module Google
25893
26253
  @create_time = args[:create_time] if args.key?(:create_time)
25894
26254
  @description = args[:description] if args.key?(:description)
25895
26255
  @display_name = args[:display_name] if args.key?(:display_name)
26256
+ @encryption_spec = args[:encryption_spec] if args.key?(:encryption_spec)
25896
26257
  @etag = args[:etag] if args.key?(:etag)
25897
26258
  @name = args[:name] if args.key?(:name)
25898
26259
  @spec = args[:spec] if args.key?(:spec)
@@ -25927,6 +26288,15 @@ module Google
25927
26288
  # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec]
25928
26289
  attr_accessor :package_spec
25929
26290
 
26291
+ # Optional. The service account that the Reasoning Engine artifact runs as. It
26292
+ # should have "roles/storage.objectViewer" for reading the user project's Cloud
26293
+ # Storage and "roles/aiplatform.user" for using Vertex extensions. If not
26294
+ # specified, the Vertex AI Reasoning Engine Service Agent in the project will be
26295
+ # used.
26296
+ # Corresponds to the JSON property `serviceAccount`
26297
+ # @return [String]
26298
+ attr_accessor :service_account
26299
+
25930
26300
  def initialize(**args)
25931
26301
  update!(**args)
25932
26302
  end
@@ -25937,6 +26307,7 @@ module Google
25937
26307
  @class_methods = args[:class_methods] if args.key?(:class_methods)
25938
26308
  @deployment_spec = args[:deployment_spec] if args.key?(:deployment_spec)
25939
26309
  @package_spec = args[:package_spec] if args.key?(:package_spec)
26310
+ @service_account = args[:service_account] if args.key?(:service_account)
25940
26311
  end
25941
26312
  end
25942
26313
 
@@ -37638,11 +38009,6 @@ module Google
37638
38009
  # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolCodeExecution]
37639
38010
  attr_accessor :code_execution
37640
38011
 
37641
- # Tool to support computer use.
37642
- # Corresponds to the JSON property `computerUse`
37643
- # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolComputerUse]
37644
- attr_accessor :computer_use
37645
-
37646
38012
  # Tool to search public web data, powered by Vertex AI Search and Sec4
37647
38013
  # compliance.
37648
38014
  # Corresponds to the JSON property `enterpriseWebSearch`
@@ -37654,11 +38020,16 @@ module Google
37654
38020
  # subset of these functions by populating FunctionCall in the response. User
37655
38021
  # should provide a FunctionResponse for each function call in the next turn.
37656
38022
  # Based on the function responses, Model will generate the final response back
37657
- # to the user. Maximum 128 function declarations can be provided.
38023
+ # to the user. Maximum 512 function declarations can be provided.
37658
38024
  # Corresponds to the JSON property `functionDeclarations`
37659
38025
  # @return [Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FunctionDeclaration>]
37660
38026
  attr_accessor :function_declarations
37661
38027
 
38028
+ # Tool to retrieve public maps data for grounding, powered by Google.
38029
+ # Corresponds to the JSON property `googleMaps`
38030
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GoogleMaps]
38031
+ attr_accessor :google_maps
38032
+
37662
38033
  # GoogleSearch tool type. Tool to support Google Search in Model. Powered by
37663
38034
  # Google.
37664
38035
  # Corresponds to the JSON property `googleSearch`
@@ -37687,9 +38058,9 @@ module Google
37687
38058
  # Update properties of this object
37688
38059
  def update!(**args)
37689
38060
  @code_execution = args[:code_execution] if args.key?(:code_execution)
37690
- @computer_use = args[:computer_use] if args.key?(:computer_use)
37691
38061
  @enterprise_web_search = args[:enterprise_web_search] if args.key?(:enterprise_web_search)
37692
38062
  @function_declarations = args[:function_declarations] if args.key?(:function_declarations)
38063
+ @google_maps = args[:google_maps] if args.key?(:google_maps)
37693
38064
  @google_search = args[:google_search] if args.key?(:google_search)
37694
38065
  @google_search_retrieval = args[:google_search_retrieval] if args.key?(:google_search_retrieval)
37695
38066
  @retrieval = args[:retrieval] if args.key?(:retrieval)
@@ -37838,25 +38209,6 @@ module Google
37838
38209
  end
37839
38210
  end
37840
38211
 
37841
- # Tool to support computer use.
37842
- class GoogleCloudAiplatformV1ToolComputerUse
37843
- include Google::Apis::Core::Hashable
37844
-
37845
- # Required. The environment being operated.
37846
- # Corresponds to the JSON property `environment`
37847
- # @return [String]
37848
- attr_accessor :environment
37849
-
37850
- def initialize(**args)
37851
- update!(**args)
37852
- end
37853
-
37854
- # Update properties of this object
37855
- def update!(**args)
37856
- @environment = args[:environment] if args.key?(:environment)
37857
- end
37858
- end
37859
-
37860
38212
  # Tool config. This config is shared for all tools provided in the request.
37861
38213
  class GoogleCloudAiplatformV1ToolConfig
37862
38214
  include Google::Apis::Core::Hashable
@@ -37887,12 +38239,19 @@ module Google
37887
38239
  class GoogleCloudAiplatformV1ToolGoogleSearch
37888
38240
  include Google::Apis::Core::Hashable
37889
38241
 
38242
+ # Optional. List of domains to be excluded from the search results. The default
38243
+ # limit is 2000 domains. Example: ["amazon.com", "facebook.com"].
38244
+ # Corresponds to the JSON property `excludeDomains`
38245
+ # @return [Array<String>]
38246
+ attr_accessor :exclude_domains
38247
+
37890
38248
  def initialize(**args)
37891
38249
  update!(**args)
37892
38250
  end
37893
38251
 
37894
38252
  # Update properties of this object
37895
38253
  def update!(**args)
38254
+ @exclude_domains = args[:exclude_domains] if args.key?(:exclude_domains)
37896
38255
  end
37897
38256
  end
37898
38257
 
@@ -40450,6 +40809,12 @@ module Google
40450
40809
  # @return [String]
40451
40810
  attr_accessor :end_offset
40452
40811
 
40812
+ # Optional. The frame rate of the video sent to the model. If not specified, the
40813
+ # default value will be 1.0. The fps range is (0.0, 24.0].
40814
+ # Corresponds to the JSON property `fps`
40815
+ # @return [Float]
40816
+ attr_accessor :fps
40817
+
40453
40818
  # Optional. The start offset of the video.
40454
40819
  # Corresponds to the JSON property `startOffset`
40455
40820
  # @return [String]
@@ -40462,6 +40827,7 @@ module Google
40462
40827
  # Update properties of this object
40463
40828
  def update!(**args)
40464
40829
  @end_offset = args[:end_offset] if args.key?(:end_offset)
40830
+ @fps = args[:fps] if args.key?(:fps)
40465
40831
  @start_offset = args[:start_offset] if args.key?(:start_offset)
40466
40832
  end
40467
40833
  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.60.0"
19
+ GEM_VERSION = "0.62.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 = "20250715"
25
+ REVISION = "20250731"
26
26
  end
27
27
  end
28
28
  end
@@ -1774,6 +1774,36 @@ module Google
1774
1774
  include Google::Apis::Core::JsonObjectSupport
1775
1775
  end
1776
1776
 
1777
+ class GoogleCloudAiplatformV1FeatureViewDirectWriteRequest
1778
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1779
+
1780
+ include Google::Apis::Core::JsonObjectSupport
1781
+ end
1782
+
1783
+ class GoogleCloudAiplatformV1FeatureViewDirectWriteRequestDataKeyAndFeatureValues
1784
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1785
+
1786
+ include Google::Apis::Core::JsonObjectSupport
1787
+ end
1788
+
1789
+ class GoogleCloudAiplatformV1FeatureViewDirectWriteRequestDataKeyAndFeatureValuesFeature
1790
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1791
+
1792
+ include Google::Apis::Core::JsonObjectSupport
1793
+ end
1794
+
1795
+ class GoogleCloudAiplatformV1FeatureViewDirectWriteResponse
1796
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1797
+
1798
+ include Google::Apis::Core::JsonObjectSupport
1799
+ end
1800
+
1801
+ class GoogleCloudAiplatformV1FeatureViewDirectWriteResponseWriteResponse
1802
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1803
+
1804
+ include Google::Apis::Core::JsonObjectSupport
1805
+ end
1806
+
1777
1807
  class GoogleCloudAiplatformV1FeatureViewFeatureRegistrySource
1778
1808
  class Representation < Google::Apis::Core::JsonRepresentation; end
1779
1809
 
@@ -2158,6 +2188,12 @@ module Google
2158
2188
  include Google::Apis::Core::JsonObjectSupport
2159
2189
  end
2160
2190
 
2191
+ class GoogleCloudAiplatformV1GoogleMaps
2192
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2193
+
2194
+ include Google::Apis::Core::JsonObjectSupport
2195
+ end
2196
+
2161
2197
  class GoogleCloudAiplatformV1GoogleSearchRetrieval
2162
2198
  class Representation < Google::Apis::Core::JsonRepresentation; end
2163
2199
 
@@ -2194,6 +2230,30 @@ module Google
2194
2230
  include Google::Apis::Core::JsonObjectSupport
2195
2231
  end
2196
2232
 
2233
+ class GoogleCloudAiplatformV1GroundingChunkMaps
2234
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2235
+
2236
+ include Google::Apis::Core::JsonObjectSupport
2237
+ end
2238
+
2239
+ class GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSources
2240
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2241
+
2242
+ include Google::Apis::Core::JsonObjectSupport
2243
+ end
2244
+
2245
+ class GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution
2246
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2247
+
2248
+ include Google::Apis::Core::JsonObjectSupport
2249
+ end
2250
+
2251
+ class GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet
2252
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2253
+
2254
+ include Google::Apis::Core::JsonObjectSupport
2255
+ end
2256
+
2197
2257
  class GoogleCloudAiplatformV1GroundingChunkRetrievedContext
2198
2258
  class Representation < Google::Apis::Core::JsonRepresentation; end
2199
2259
 
@@ -6220,12 +6280,6 @@ module Google
6220
6280
  include Google::Apis::Core::JsonObjectSupport
6221
6281
  end
6222
6282
 
6223
- class GoogleCloudAiplatformV1ToolComputerUse
6224
- class Representation < Google::Apis::Core::JsonRepresentation; end
6225
-
6226
- include Google::Apis::Core::JsonObjectSupport
6227
- end
6228
-
6229
6283
  class GoogleCloudAiplatformV1ToolConfig
6230
6284
  class Representation < Google::Apis::Core::JsonRepresentation; end
6231
6285
 
@@ -8282,6 +8336,7 @@ module Google
8282
8336
  class GoogleCloudAiplatformV1CreateEndpointOperationMetadata
8283
8337
  # @private
8284
8338
  class Representation < Google::Apis::Core::JsonRepresentation
8339
+ property :deployment_stage, as: 'deploymentStage'
8285
8340
  property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata::Representation
8286
8341
 
8287
8342
  end
@@ -8755,6 +8810,7 @@ module Google
8755
8810
  class GoogleCloudAiplatformV1DeployModelOperationMetadata
8756
8811
  # @private
8757
8812
  class Representation < Google::Apis::Core::JsonRepresentation
8813
+ property :deployment_stage, as: 'deploymentStage'
8758
8814
  property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata::Representation
8759
8815
 
8760
8816
  end
@@ -8854,6 +8910,7 @@ module Google
8854
8910
  property :deployed_index_auth_config, as: 'deployedIndexAuthConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DeployedIndexAuthConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DeployedIndexAuthConfig::Representation
8855
8911
 
8856
8912
  property :deployment_group, as: 'deploymentGroup'
8913
+ property :deployment_tier, as: 'deploymentTier'
8857
8914
  property :display_name, as: 'displayName'
8858
8915
  property :enable_access_logging, as: 'enableAccessLogging'
8859
8916
  property :enable_datapoint_upsert_logging, as: 'enableDatapointUpsertLogging'
@@ -9086,6 +9143,7 @@ module Google
9086
9143
  class GoogleCloudAiplatformV1EnterpriseWebSearch
9087
9144
  # @private
9088
9145
  class Representation < Google::Apis::Core::JsonRepresentation
9146
+ collection :exclude_domains, as: 'excludeDomains'
9089
9147
  end
9090
9148
  end
9091
9149
 
@@ -10072,6 +10130,52 @@ module Google
10072
10130
  end
10073
10131
  end
10074
10132
 
10133
+ class GoogleCloudAiplatformV1FeatureViewDirectWriteRequest
10134
+ # @private
10135
+ class Representation < Google::Apis::Core::JsonRepresentation
10136
+ collection :data_key_and_feature_values, as: 'dataKeyAndFeatureValues', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewDirectWriteRequestDataKeyAndFeatureValues, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewDirectWriteRequestDataKeyAndFeatureValues::Representation
10137
+
10138
+ end
10139
+ end
10140
+
10141
+ class GoogleCloudAiplatformV1FeatureViewDirectWriteRequestDataKeyAndFeatureValues
10142
+ # @private
10143
+ class Representation < Google::Apis::Core::JsonRepresentation
10144
+ property :data_key, as: 'dataKey', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewDataKey, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewDataKey::Representation
10145
+
10146
+ collection :features, as: 'features', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewDirectWriteRequestDataKeyAndFeatureValuesFeature, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewDirectWriteRequestDataKeyAndFeatureValuesFeature::Representation
10147
+
10148
+ end
10149
+ end
10150
+
10151
+ class GoogleCloudAiplatformV1FeatureViewDirectWriteRequestDataKeyAndFeatureValuesFeature
10152
+ # @private
10153
+ class Representation < Google::Apis::Core::JsonRepresentation
10154
+ property :name, as: 'name'
10155
+ property :value, as: 'value', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureValue, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureValue::Representation
10156
+
10157
+ end
10158
+ end
10159
+
10160
+ class GoogleCloudAiplatformV1FeatureViewDirectWriteResponse
10161
+ # @private
10162
+ class Representation < Google::Apis::Core::JsonRepresentation
10163
+ property :status, as: 'status', class: Google::Apis::AiplatformV1::GoogleRpcStatus, decorator: Google::Apis::AiplatformV1::GoogleRpcStatus::Representation
10164
+
10165
+ collection :write_responses, as: 'writeResponses', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewDirectWriteResponseWriteResponse, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewDirectWriteResponseWriteResponse::Representation
10166
+
10167
+ end
10168
+ end
10169
+
10170
+ class GoogleCloudAiplatformV1FeatureViewDirectWriteResponseWriteResponse
10171
+ # @private
10172
+ class Representation < Google::Apis::Core::JsonRepresentation
10173
+ property :data_key, as: 'dataKey', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewDataKey, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewDataKey::Representation
10174
+
10175
+ property :online_store_write_time, as: 'onlineStoreWriteTime'
10176
+ end
10177
+ end
10178
+
10075
10179
  class GoogleCloudAiplatformV1FeatureViewFeatureRegistrySource
10076
10180
  # @private
10077
10181
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10701,6 +10805,16 @@ module Google
10701
10805
  end
10702
10806
  end
10703
10807
 
10808
+ class GoogleCloudAiplatformV1GoogleMaps
10809
+ # @private
10810
+ class Representation < Google::Apis::Core::JsonRepresentation
10811
+ property :api_auth, as: 'apiAuth', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ApiAuth, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ApiAuth::Representation
10812
+
10813
+ property :auth_config, as: 'authConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1AuthConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1AuthConfig::Representation
10814
+
10815
+ end
10816
+ end
10817
+
10704
10818
  class GoogleCloudAiplatformV1GoogleSearchRetrieval
10705
10819
  # @private
10706
10820
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10746,6 +10860,8 @@ module Google
10746
10860
  class GoogleCloudAiplatformV1GroundingChunk
10747
10861
  # @private
10748
10862
  class Representation < Google::Apis::Core::JsonRepresentation
10863
+ property :maps, as: 'maps', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingChunkMaps, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingChunkMaps::Representation
10864
+
10749
10865
  property :retrieved_context, as: 'retrievedContext', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingChunkRetrievedContext, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingChunkRetrievedContext::Representation
10750
10866
 
10751
10867
  property :web, as: 'web', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingChunkWeb, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingChunkWeb::Representation
@@ -10753,6 +10869,48 @@ module Google
10753
10869
  end
10754
10870
  end
10755
10871
 
10872
+ class GoogleCloudAiplatformV1GroundingChunkMaps
10873
+ # @private
10874
+ class Representation < Google::Apis::Core::JsonRepresentation
10875
+ property :place_answer_sources, as: 'placeAnswerSources', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSources, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSources::Representation
10876
+
10877
+ property :place_id, as: 'placeId'
10878
+ property :text, as: 'text'
10879
+ property :title, as: 'title'
10880
+ property :uri, as: 'uri'
10881
+ end
10882
+ end
10883
+
10884
+ class GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSources
10885
+ # @private
10886
+ class Representation < Google::Apis::Core::JsonRepresentation
10887
+ property :flag_content_uri, as: 'flagContentUri'
10888
+ collection :review_snippets, as: 'reviewSnippets', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet::Representation
10889
+
10890
+ end
10891
+ end
10892
+
10893
+ class GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution
10894
+ # @private
10895
+ class Representation < Google::Apis::Core::JsonRepresentation
10896
+ property :display_name, as: 'displayName'
10897
+ property :photo_uri, as: 'photoUri'
10898
+ property :uri, as: 'uri'
10899
+ end
10900
+ end
10901
+
10902
+ class GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet
10903
+ # @private
10904
+ class Representation < Google::Apis::Core::JsonRepresentation
10905
+ property :author_attribution, as: 'authorAttribution', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution::Representation
10906
+
10907
+ property :flag_content_uri, as: 'flagContentUri'
10908
+ property :google_maps_uri, as: 'googleMapsUri'
10909
+ property :relative_publish_time_description, as: 'relativePublishTimeDescription'
10910
+ property :review, as: 'review'
10911
+ end
10912
+ end
10913
+
10756
10914
  class GoogleCloudAiplatformV1GroundingChunkRetrievedContext
10757
10915
  # @private
10758
10916
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10776,6 +10934,7 @@ module Google
10776
10934
  class GoogleCloudAiplatformV1GroundingMetadata
10777
10935
  # @private
10778
10936
  class Representation < Google::Apis::Core::JsonRepresentation
10937
+ property :google_maps_widget_context_token, as: 'googleMapsWidgetContextToken'
10779
10938
  collection :grounding_chunks, as: 'groundingChunks', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingChunk, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingChunk::Representation
10780
10939
 
10781
10940
  collection :grounding_supports, as: 'groundingSupports', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingSupport, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingSupport::Representation
@@ -10995,6 +11154,7 @@ module Google
10995
11154
  property :crowding_tag, as: 'crowdingTag', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1IndexDatapointCrowdingTag, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1IndexDatapointCrowdingTag::Representation
10996
11155
 
10997
11156
  property :datapoint_id, as: 'datapointId'
11157
+ hash :embedding_metadata, as: 'embeddingMetadata'
10998
11158
  collection :feature_vector, as: 'featureVector'
10999
11159
  collection :numeric_restricts, as: 'numericRestricts', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1IndexDatapointNumericRestriction, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1IndexDatapointNumericRestriction::Representation
11000
11160
 
@@ -13558,6 +13718,7 @@ module Google
13558
13718
  class GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences
13559
13719
  # @private
13560
13720
  class Representation < Google::Apis::Core::JsonRepresentation
13721
+ property :colab_notebook_disabled, as: 'colabNotebookDisabled'
13561
13722
  hash :references, as: 'references', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelResourceReference, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelResourceReference::Representation
13562
13723
 
13563
13724
  property :resource_description, as: 'resourceDescription'
@@ -14317,6 +14478,8 @@ module Google
14317
14478
  property :create_time, as: 'createTime'
14318
14479
  property :description, as: 'description'
14319
14480
  property :display_name, as: 'displayName'
14481
+ property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EncryptionSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EncryptionSpec::Representation
14482
+
14320
14483
  property :etag, as: 'etag'
14321
14484
  property :name, as: 'name'
14322
14485
  property :spec, as: 'spec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpec::Representation
@@ -14334,6 +14497,7 @@ module Google
14334
14497
 
14335
14498
  property :package_spec, as: 'packageSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec::Representation
14336
14499
 
14500
+ property :service_account, as: 'serviceAccount'
14337
14501
  end
14338
14502
  end
14339
14503
 
@@ -17544,12 +17708,12 @@ module Google
17544
17708
  class Representation < Google::Apis::Core::JsonRepresentation
17545
17709
  property :code_execution, as: 'codeExecution', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolCodeExecution, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolCodeExecution::Representation
17546
17710
 
17547
- property :computer_use, as: 'computerUse', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolComputerUse, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolComputerUse::Representation
17548
-
17549
17711
  property :enterprise_web_search, as: 'enterpriseWebSearch', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EnterpriseWebSearch, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EnterpriseWebSearch::Representation
17550
17712
 
17551
17713
  collection :function_declarations, as: 'functionDeclarations', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FunctionDeclaration, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FunctionDeclaration::Representation
17552
17714
 
17715
+ property :google_maps, as: 'googleMaps', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GoogleMaps, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GoogleMaps::Representation
17716
+
17553
17717
  property :google_search, as: 'googleSearch', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolGoogleSearch, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolGoogleSearch::Representation
17554
17718
 
17555
17719
  property :google_search_retrieval, as: 'googleSearchRetrieval', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GoogleSearchRetrieval, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GoogleSearchRetrieval::Representation
@@ -17614,13 +17778,6 @@ module Google
17614
17778
  end
17615
17779
  end
17616
17780
 
17617
- class GoogleCloudAiplatformV1ToolComputerUse
17618
- # @private
17619
- class Representation < Google::Apis::Core::JsonRepresentation
17620
- property :environment, as: 'environment'
17621
- end
17622
- end
17623
-
17624
17781
  class GoogleCloudAiplatformV1ToolConfig
17625
17782
  # @private
17626
17783
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -17634,6 +17791,7 @@ module Google
17634
17791
  class GoogleCloudAiplatformV1ToolGoogleSearch
17635
17792
  # @private
17636
17793
  class Representation < Google::Apis::Core::JsonRepresentation
17794
+ collection :exclude_domains, as: 'excludeDomains'
17637
17795
  end
17638
17796
  end
17639
17797
 
@@ -18497,6 +18655,7 @@ module Google
18497
18655
  # @private
18498
18656
  class Representation < Google::Apis::Core::JsonRepresentation
18499
18657
  property :end_offset, as: 'endOffset'
18658
+ property :fps, as: 'fps'
18500
18659
  property :start_offset, as: 'startOffset'
18501
18660
  end
18502
18661
  end
@@ -6839,6 +6839,42 @@ module Google
6839
6839
  execute_or_queue_command(command, &block)
6840
6840
  end
6841
6841
 
6842
+ # Bidirectional streaming RPC to directly write to feature values in a feature
6843
+ # view. Requests may not have a one-to-one mapping to responses and responses
6844
+ # may be returned out-of-order to reduce latency.
6845
+ # @param [String] feature_view
6846
+ # FeatureView resource format `projects/`project`/locations/`location`/
6847
+ # featureOnlineStores/`featureOnlineStore`/featureViews/`featureView``
6848
+ # @param [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewDirectWriteRequest] google_cloud_aiplatform_v1_feature_view_direct_write_request_object
6849
+ # @param [String] fields
6850
+ # Selector specifying which fields to include in a partial response.
6851
+ # @param [String] quota_user
6852
+ # Available to use for quota purposes for server-side applications. Can be any
6853
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
6854
+ # @param [Google::Apis::RequestOptions] options
6855
+ # Request-specific options
6856
+ #
6857
+ # @yield [result, err] Result & error if block supplied
6858
+ # @yieldparam result [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewDirectWriteResponse] parsed result object
6859
+ # @yieldparam err [StandardError] error object if request failed
6860
+ #
6861
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewDirectWriteResponse]
6862
+ #
6863
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
6864
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6865
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
6866
+ def direct_project_location_feature_online_store_feature_view_write(feature_view, google_cloud_aiplatform_v1_feature_view_direct_write_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
6867
+ command = make_simple_command(:post, 'v1/{+featureView}:directWrite', options)
6868
+ command.request_representation = Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewDirectWriteRequest::Representation
6869
+ command.request_object = google_cloud_aiplatform_v1_feature_view_direct_write_request_object
6870
+ command.response_representation = Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewDirectWriteResponse::Representation
6871
+ command.response_class = Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewDirectWriteResponse
6872
+ command.params['featureView'] = feature_view unless feature_view.nil?
6873
+ command.query['fields'] = fields unless fields.nil?
6874
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
6875
+ execute_or_queue_command(command, &block)
6876
+ end
6877
+
6842
6878
  # Fetch feature values under a FeatureView.
6843
6879
  # @param [String] feature_view
6844
6880
  # Required. FeatureView resource format `projects/`project`/locations/`location`/
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.60.0
4
+ version: 0.62.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.60.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1/v0.62.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: