google-apis-aiplatform_v1 0.58.0 → 0.59.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: c81d10c864778028d8c54294fd690139bc44becfe20f754ea115c47493a66d6d
4
- data.tar.gz: 3c114a318d7b8021fc500f72a7eeb7982b7421283ebef679f9879fae5dedc9c4
3
+ metadata.gz: a3cc645e80efc631f54ebde57024842d53a443d70a15562eb2f071f81eff08d0
4
+ data.tar.gz: bbc9ca9cd29275fb61013d8677ea08b39f807ce9d86706b69b5d46cd7f7fab98
5
5
  SHA512:
6
- metadata.gz: 2a7bada0cb80a67dbde5f3cfbaa8db2b48caa4be29efdacbe7aac8cd9e99fcbac23f7819c1c6c92048c3f99d150094277bc2f674460f9f6b9f92c7663a07fd7d
7
- data.tar.gz: 1c60be79745b343ca298a866302056bad3f7b6f12ca445775a24effac44354f501bf9759ca3af3c5c715cfb67a76814d756759c0a6eb5b23f9ea26817fe43995
6
+ metadata.gz: 1042b31b37409f55a3ad11ceafff8f4d38234831844f65c938ddfee1bcf93eb1ccee7ef5c3c7f9c1f1fa0d27837c0ae1196c93c531132ec6fbfabfef37f824ec
7
+ data.tar.gz: 2ad17452f1122335b95db5cc03f3bad8b202071a34c0fd064ffbd6e543138a374c7e3b9ac43c7fdb31cadb297320464e3e4be47454ffd8be1331f3af961bd8ad
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-aiplatform_v1
2
2
 
3
+ ### v0.59.0 (2025-07-06)
4
+
5
+ * Regenerated from discovery document revision 20250701
6
+
3
7
  ### v0.58.0 (2025-06-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20250613
@@ -10754,9 +10754,9 @@ module Google
10754
10754
 
10755
10755
  # Feature generation timestamp. Typically, it is provided by user at feature
10756
10756
  # ingestion time. If not, feature store will use the system timestamp when the
10757
- # data is ingested into feature store. For streaming ingestion, the time,
10758
- # aligned by days, must be no older than five years (1825 days) and no later
10759
- # than one year (366 days) in the future.
10757
+ # data is ingested into feature store. Legacy Feature Store: For streaming
10758
+ # ingestion, the time, aligned by days, must be no older than five years (1825
10759
+ # days) and no later than one year (366 days) in the future.
10760
10760
  # Corresponds to the JSON property `generateTime`
10761
10761
  # @return [String]
10762
10762
  attr_accessor :generate_time
@@ -13049,8 +13049,7 @@ module Google
13049
13049
  attr_accessor :include_thoughts
13050
13050
  alias_method :include_thoughts?, :include_thoughts
13051
13051
 
13052
- # Optional. Indicates the thinking budget in tokens. This is only applied when
13053
- # enable_thinking is true.
13052
+ # Optional. Indicates the thinking budget in tokens.
13054
13053
  # Corresponds to the JSON property `thinkingBudget`
13055
13054
  # @return [Fixnum]
13056
13055
  attr_accessor :thinking_budget
@@ -16710,7 +16709,7 @@ module Google
16710
16709
  end
16711
16710
  end
16712
16711
 
16713
- # The metric used for dataset level evaluation.
16712
+ # The metric used for running evaluations.
16714
16713
  class GoogleCloudAiplatformV1Metric
16715
16714
  include Google::Apis::Core::Hashable
16716
16715
 
@@ -17776,10 +17775,11 @@ module Google
17776
17775
 
17777
17776
  # Immutable. Invoke route prefix for the custom container. "/*" is the only
17778
17777
  # supported value right now. By setting this field, any non-root route on this
17779
- # model will be accessible with [PredictionService.Invoke] eg: "/invoke/foo/bar".
17780
- # Only one of `predict_route` or `invoke_route_prefix` can be set, and we
17781
- # default to using `predict_route` if this field is not set. If this field is
17782
- # set, the Model can only be deployed to dedicated endpoint.
17778
+ # model will be accessible with invoke http call eg: "/invoke/foo/bar", however
17779
+ # the [PredictionService.Invoke] RPC is not supported yet. Only one of `
17780
+ # predict_route` or `invoke_route_prefix` can be set, and we default to using `
17781
+ # predict_route` if this field is not set. If this field is set, the Model can
17782
+ # only be deployed to dedicated endpoint.
17783
17783
  # Corresponds to the JSON property `invokeRoutePrefix`
17784
17784
  # @return [String]
17785
17785
  attr_accessor :invoke_route_prefix
@@ -20925,8 +20925,8 @@ module Google
20925
20925
  end
20926
20926
  end
20927
20927
 
20928
- # PSC config that is used to automatically create forwarding rule via
20929
- # ServiceConnectionMap.
20928
+ # PSC config that is used to automatically create PSC endpoints in the user
20929
+ # projects.
20930
20930
  class GoogleCloudAiplatformV1PscAutomationConfig
20931
20931
  include Google::Apis::Core::Hashable
20932
20932
 
@@ -20947,9 +20947,8 @@ module Google
20947
20947
 
20948
20948
  # Required. The full name of the Google Compute Engine [network](https://cloud.
20949
20949
  # google.com/compute/docs/networks-and-firewalls#networks). [Format](https://
20950
- # cloud.google.com/compute/docs/reference/rest/v1/networks/insert): `projects/`
20951
- # project`/global/networks/`network``. Where `project` is a project number, as
20952
- # in '12345', and `network` is network name.
20950
+ # cloud.google.com/compute/docs/reference/rest/v1/networks/get): `projects/`
20951
+ # project`/global/networks/`network``.
20953
20952
  # Corresponds to the JSON property `network`
20954
20953
  # @return [String]
20955
20954
  attr_accessor :network
@@ -22014,6 +22013,16 @@ module Google
22014
22013
  # @return [String]
22015
22014
  attr_accessor :task_name
22016
22015
 
22016
+ # Output only. The unique name of a task. This field is used by rerun pipeline
22017
+ # job. Console UI and Vertex AI SDK will support triggering pipeline job reruns.
22018
+ # The name is constructed by concatenating all the parent tasks name with the
22019
+ # task name. For example, if a task named "child_task" has a parent task named "
22020
+ # parent_task_1" and parent task 1 has a parent task named "parent_task_2", the
22021
+ # task unique name will be "parent_task_2.parent_task_1.child_task".
22022
+ # Corresponds to the JSON property `taskUniqueName`
22023
+ # @return [String]
22024
+ attr_accessor :task_unique_name
22025
+
22017
22026
  def initialize(**args)
22018
22027
  update!(**args)
22019
22028
  end
@@ -22033,6 +22042,7 @@ module Google
22033
22042
  @state = args[:state] if args.key?(:state)
22034
22043
  @task_id = args[:task_id] if args.key?(:task_id)
22035
22044
  @task_name = args[:task_name] if args.key?(:task_name)
22045
+ @task_unique_name = args[:task_unique_name] if args.key?(:task_unique_name)
22036
22046
  end
22037
22047
  end
22038
22048
 
@@ -22713,6 +22723,12 @@ module Google
22713
22723
  # @return [Array<String>]
22714
22724
  attr_accessor :project_allowlist
22715
22725
 
22726
+ # Optional. List of projects and networks where the PSC endpoints will be
22727
+ # created. This field is used by Online Inference(Prediction) only.
22728
+ # Corresponds to the JSON property `pscAutomationConfigs`
22729
+ # @return [Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PscAutomationConfig>]
22730
+ attr_accessor :psc_automation_configs
22731
+
22716
22732
  # Output only. The name of the generated service attachment resource. This is
22717
22733
  # only populated if the endpoint is deployed with PrivateServiceConnect.
22718
22734
  # Corresponds to the JSON property `serviceAttachment`
@@ -22727,6 +22743,7 @@ module Google
22727
22743
  def update!(**args)
22728
22744
  @enable_private_service_connect = args[:enable_private_service_connect] if args.key?(:enable_private_service_connect)
22729
22745
  @project_allowlist = args[:project_allowlist] if args.key?(:project_allowlist)
22746
+ @psc_automation_configs = args[:psc_automation_configs] if args.key?(:psc_automation_configs)
22730
22747
  @service_attachment = args[:service_attachment] if args.key?(:service_attachment)
22731
22748
  end
22732
22749
  end
@@ -39128,7 +39145,10 @@ module Google
39128
39145
  attr_accessor :endpoint
39129
39146
 
39130
39147
  # Output only. The resource name of the TunedModel. Format: `projects/`project`/
39131
- # locations/`location`/models/`model``.
39148
+ # locations/`location`/models/`model`@`version_id`` When tuning from a base
39149
+ # model, the version_id will be 1. For continuous tuning, the version id will be
39150
+ # incremented by 1 from the last version id in the parent model. E.g., `projects/
39151
+ # `project`/locations/`location`/models/`model`@`last_version_id + 1``
39132
39152
  # Corresponds to the JSON property `model`
39133
39153
  # @return [String]
39134
39154
  attr_accessor :model
@@ -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.58.0"
19
+ GEM_VERSION = "0.59.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 = "20250613"
25
+ REVISION = "20250701"
26
26
  end
27
27
  end
28
28
  end
@@ -13143,6 +13143,7 @@ module Google
13143
13143
  property :state, as: 'state'
13144
13144
  property :task_id, :numeric_string => true, as: 'taskId'
13145
13145
  property :task_name, as: 'taskName'
13146
+ property :task_unique_name, as: 'taskUniqueName'
13146
13147
  end
13147
13148
  end
13148
13149
 
@@ -13338,6 +13339,8 @@ module Google
13338
13339
  class Representation < Google::Apis::Core::JsonRepresentation
13339
13340
  property :enable_private_service_connect, as: 'enablePrivateServiceConnect'
13340
13341
  collection :project_allowlist, as: 'projectAllowlist'
13342
+ collection :psc_automation_configs, as: 'pscAutomationConfigs', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PscAutomationConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PscAutomationConfig::Representation
13343
+
13341
13344
  property :service_attachment, as: 'serviceAttachment'
13342
13345
  end
13343
13346
  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.58.0
4
+ version: 0.59.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.58.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1/v0.59.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: