google-apis-aiplatform_v1beta1 0.70.0 → 0.71.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: 6adb893e664609608ad4f814f9f1a107164504f18e7042e2506d5f22968c97d1
4
- data.tar.gz: cfa692d7743fa570eb9aa8e2e5d037a32c9ce5ef80d47526fcaa2fb9cdc5cce0
3
+ metadata.gz: f3558bf67b9e5d41094174cf2f9258c2cc3fa2d72786a70874684968397f5eeb
4
+ data.tar.gz: 2d498d2a48abb070bc34e632654b7ecb5d09a7e5295fc6d412b3c8e4a0d1e969
5
5
  SHA512:
6
- metadata.gz: bafaa61bc2647087964f818a27affbcedbe6b51d7bc275c2126e079c58eb193fa8c2189facc1d8e92903be5b57d641f14611a6d85c9471ec64de0a9b96bb9700
7
- data.tar.gz: ad3016cf674eb1e5abd551c4cbc30f2cf428dea5f13f994921e064194e0d80fee5517bf6bfd4aeb24f177d1a6600d7baf885bb5047022bfae59d48819083c76f
6
+ metadata.gz: 0a98b502ba9aab983c007483f3e1904dcb50c37511ca8be7236bd9e4b961b8e6cc0e4f79287e3590f7a6c684ad7c062cb8e50cd535a49184a28f0e58ec6e4abd
7
+ data.tar.gz: 2028300ded47de0cbb245713d94f10c8c534a90fab7685ec9e68f00a8f48d947a63b6f734962f6b16487ac7f1bfc45c73d1c87ca92c35ce39d7dd8492bbf9309
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-aiplatform_v1beta1
2
2
 
3
+ ### v0.71.0 (2026-01-11)
4
+
5
+ * Regenerated from discovery document revision 20260106
6
+
3
7
  ### v0.70.0 (2025-12-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20251215
@@ -2665,6 +2665,11 @@ module Google
2665
2665
  # @return [String]
2666
2666
  attr_accessor :instances_format
2667
2667
 
2668
+ # The Vertex Multimodal Dataset for the input content.
2669
+ # Corresponds to the JSON property `vertexMultimodalDatasetSource`
2670
+ # @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VertexMultimodalDatasetSource]
2671
+ attr_accessor :vertex_multimodal_dataset_source
2672
+
2668
2673
  def initialize(**args)
2669
2674
  update!(**args)
2670
2675
  end
@@ -2674,6 +2679,7 @@ module Google
2674
2679
  @bigquery_source = args[:bigquery_source] if args.key?(:bigquery_source)
2675
2680
  @gcs_source = args[:gcs_source] if args.key?(:gcs_source)
2676
2681
  @instances_format = args[:instances_format] if args.key?(:instances_format)
2682
+ @vertex_multimodal_dataset_source = args[:vertex_multimodal_dataset_source] if args.key?(:vertex_multimodal_dataset_source)
2677
2683
  end
2678
2684
  end
2679
2685
 
@@ -2773,6 +2779,11 @@ module Google
2773
2779
  # @return [String]
2774
2780
  attr_accessor :predictions_format
2775
2781
 
2782
+ # The details for a Vertex Multimodal Dataset output.
2783
+ # Corresponds to the JSON property `vertexMultimodalDatasetDestination`
2784
+ # @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VertexMultimodalDatasetDestination]
2785
+ attr_accessor :vertex_multimodal_dataset_destination
2786
+
2776
2787
  def initialize(**args)
2777
2788
  update!(**args)
2778
2789
  end
@@ -2782,6 +2793,7 @@ module Google
2782
2793
  @bigquery_destination = args[:bigquery_destination] if args.key?(:bigquery_destination)
2783
2794
  @gcs_destination = args[:gcs_destination] if args.key?(:gcs_destination)
2784
2795
  @predictions_format = args[:predictions_format] if args.key?(:predictions_format)
2796
+ @vertex_multimodal_dataset_destination = args[:vertex_multimodal_dataset_destination] if args.key?(:vertex_multimodal_dataset_destination)
2785
2797
  end
2786
2798
  end
2787
2799
 
@@ -2808,6 +2820,13 @@ module Google
2808
2820
  # @return [String]
2809
2821
  attr_accessor :gcs_output_directory
2810
2822
 
2823
+ # Output only. The resource name of the Vertex Managed Dataset created, into
2824
+ # which the prediction output is written. Format: `projects/`project`/locations/`
2825
+ # location`/datasets/`dataset``
2826
+ # Corresponds to the JSON property `vertexMultimodalDatasetName`
2827
+ # @return [String]
2828
+ attr_accessor :vertex_multimodal_dataset_name
2829
+
2811
2830
  def initialize(**args)
2812
2831
  update!(**args)
2813
2832
  end
@@ -2817,6 +2836,7 @@ module Google
2817
2836
  @bigquery_output_dataset = args[:bigquery_output_dataset] if args.key?(:bigquery_output_dataset)
2818
2837
  @bigquery_output_table = args[:bigquery_output_table] if args.key?(:bigquery_output_table)
2819
2838
  @gcs_output_directory = args[:gcs_output_directory] if args.key?(:gcs_output_directory)
2839
+ @vertex_multimodal_dataset_name = args[:vertex_multimodal_dataset_name] if args.key?(:vertex_multimodal_dataset_name)
2820
2840
  end
2821
2841
  end
2822
2842
 
@@ -52979,6 +52999,51 @@ module Google
52979
52999
  end
52980
53000
  end
52981
53001
 
53002
+ # The details for a Vertex Multimodal Dataset output.
53003
+ class GoogleCloudAiplatformV1beta1VertexMultimodalDatasetDestination
53004
+ include Google::Apis::Core::Hashable
53005
+
53006
+ # The BigQuery location for the output content.
53007
+ # Corresponds to the JSON property `bigqueryDestination`
53008
+ # @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQueryDestination]
53009
+ attr_accessor :bigquery_destination
53010
+
53011
+ # Optional. Display name of the output dataset.
53012
+ # Corresponds to the JSON property `displayName`
53013
+ # @return [String]
53014
+ attr_accessor :display_name
53015
+
53016
+ def initialize(**args)
53017
+ update!(**args)
53018
+ end
53019
+
53020
+ # Update properties of this object
53021
+ def update!(**args)
53022
+ @bigquery_destination = args[:bigquery_destination] if args.key?(:bigquery_destination)
53023
+ @display_name = args[:display_name] if args.key?(:display_name)
53024
+ end
53025
+ end
53026
+
53027
+ # The Vertex Multimodal Dataset for the input content.
53028
+ class GoogleCloudAiplatformV1beta1VertexMultimodalDatasetSource
53029
+ include Google::Apis::Core::Hashable
53030
+
53031
+ # Required. The resource name of the Vertex Dataset. Format: `projects/`project`/
53032
+ # locations/`location`/datasets/`dataset``
53033
+ # Corresponds to the JSON property `datasetName`
53034
+ # @return [String]
53035
+ attr_accessor :dataset_name
53036
+
53037
+ def initialize(**args)
53038
+ update!(**args)
53039
+ end
53040
+
53041
+ # Update properties of this object
53042
+ def update!(**args)
53043
+ @dataset_name = args[:dataset_name] if args.key?(:dataset_name)
53044
+ end
53045
+ end
53046
+
52982
53047
  # Retrieve from Vertex RAG Store for grounding.
52983
53048
  class GoogleCloudAiplatformV1beta1VertexRagStore
52984
53049
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AiplatformV1beta1
18
18
  # Version of the google-apis-aiplatform_v1beta1 gem
19
- GEM_VERSION = "0.70.0"
19
+ GEM_VERSION = "0.71.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 = "20251215"
25
+ REVISION = "20260106"
26
26
  end
27
27
  end
28
28
  end
@@ -8920,6 +8920,18 @@ module Google
8920
8920
  include Google::Apis::Core::JsonObjectSupport
8921
8921
  end
8922
8922
 
8923
+ class GoogleCloudAiplatformV1beta1VertexMultimodalDatasetDestination
8924
+ class Representation < Google::Apis::Core::JsonRepresentation; end
8925
+
8926
+ include Google::Apis::Core::JsonObjectSupport
8927
+ end
8928
+
8929
+ class GoogleCloudAiplatformV1beta1VertexMultimodalDatasetSource
8930
+ class Representation < Google::Apis::Core::JsonRepresentation; end
8931
+
8932
+ include Google::Apis::Core::JsonObjectSupport
8933
+ end
8934
+
8923
8935
  class GoogleCloudAiplatformV1beta1VertexRagStore
8924
8936
  class Representation < Google::Apis::Core::JsonRepresentation; end
8925
8937
 
@@ -9881,6 +9893,8 @@ module Google
9881
9893
  property :gcs_source, as: 'gcsSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsSource::Representation
9882
9894
 
9883
9895
  property :instances_format, as: 'instancesFormat'
9896
+ property :vertex_multimodal_dataset_source, as: 'vertexMultimodalDatasetSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VertexMultimodalDatasetSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VertexMultimodalDatasetSource::Representation
9897
+
9884
9898
  end
9885
9899
  end
9886
9900
 
@@ -9902,6 +9916,8 @@ module Google
9902
9916
  property :gcs_destination, as: 'gcsDestination', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsDestination, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsDestination::Representation
9903
9917
 
9904
9918
  property :predictions_format, as: 'predictionsFormat'
9919
+ property :vertex_multimodal_dataset_destination, as: 'vertexMultimodalDatasetDestination', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VertexMultimodalDatasetDestination, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VertexMultimodalDatasetDestination::Representation
9920
+
9905
9921
  end
9906
9922
  end
9907
9923
 
@@ -9911,6 +9927,7 @@ module Google
9911
9927
  property :bigquery_output_dataset, as: 'bigqueryOutputDataset'
9912
9928
  property :bigquery_output_table, as: 'bigqueryOutputTable'
9913
9929
  property :gcs_output_directory, as: 'gcsOutputDirectory'
9930
+ property :vertex_multimodal_dataset_name, as: 'vertexMultimodalDatasetName'
9914
9931
  end
9915
9932
  end
9916
9933
 
@@ -24292,6 +24309,22 @@ module Google
24292
24309
  end
24293
24310
  end
24294
24311
 
24312
+ class GoogleCloudAiplatformV1beta1VertexMultimodalDatasetDestination
24313
+ # @private
24314
+ class Representation < Google::Apis::Core::JsonRepresentation
24315
+ property :bigquery_destination, as: 'bigqueryDestination', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQueryDestination, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQueryDestination::Representation
24316
+
24317
+ property :display_name, as: 'displayName'
24318
+ end
24319
+ end
24320
+
24321
+ class GoogleCloudAiplatformV1beta1VertexMultimodalDatasetSource
24322
+ # @private
24323
+ class Representation < Google::Apis::Core::JsonRepresentation
24324
+ property :dataset_name, as: 'datasetName'
24325
+ end
24326
+ end
24327
+
24295
24328
  class GoogleCloudAiplatformV1beta1VertexRagStore
24296
24329
  # @private
24297
24330
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -9210,51 +9210,6 @@ module Google
9210
9210
  execute_or_queue_command(command, &block)
9211
9211
  end
9212
9212
 
9213
- # Gets the access control policy for a resource. Returns an empty policy if the
9214
- # resource exists and does not have a policy set.
9215
- # @param [String] resource
9216
- # REQUIRED: The resource for which the policy is being requested. See [Resource
9217
- # names](https://cloud.google.com/apis/design/resource_names) for the
9218
- # appropriate value for this field.
9219
- # @param [Fixnum] options_requested_policy_version
9220
- # Optional. The maximum policy version that will be used to format the policy.
9221
- # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
9222
- # rejected. Requests for policies with any conditional role bindings must
9223
- # specify version 3. Policies with no conditional role bindings may specify any
9224
- # valid value or leave the field unset. The policy in the response might use the
9225
- # policy version that you specified, or it might use a lower policy version. For
9226
- # example, if you specify version 3, but the policy has no conditional role
9227
- # bindings, the response uses version 1. To learn which resources support
9228
- # conditions in their IAM policies, see the [IAM documentation](https://cloud.
9229
- # google.com/iam/help/conditions/resource-policies).
9230
- # @param [String] fields
9231
- # Selector specifying which fields to include in a partial response.
9232
- # @param [String] quota_user
9233
- # Available to use for quota purposes for server-side applications. Can be any
9234
- # arbitrary string assigned to a user, but should not exceed 40 characters.
9235
- # @param [Google::Apis::RequestOptions] options
9236
- # Request-specific options
9237
- #
9238
- # @yield [result, err] Result & error if block supplied
9239
- # @yieldparam result [Google::Apis::AiplatformV1beta1::GoogleIamV1Policy] parsed result object
9240
- # @yieldparam err [StandardError] error object if request failed
9241
- #
9242
- # @return [Google::Apis::AiplatformV1beta1::GoogleIamV1Policy]
9243
- #
9244
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
9245
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
9246
- # @raise [Google::Apis::AuthorizationError] Authorization is required
9247
- def get_project_location_dataset_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
9248
- command = make_simple_command(:post, 'v1beta1/{+resource}:getIamPolicy', options)
9249
- command.response_representation = Google::Apis::AiplatformV1beta1::GoogleIamV1Policy::Representation
9250
- command.response_class = Google::Apis::AiplatformV1beta1::GoogleIamV1Policy
9251
- command.params['resource'] = resource unless resource.nil?
9252
- command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
9253
- command.query['fields'] = fields unless fields.nil?
9254
- command.query['quotaUser'] = quota_user unless quota_user.nil?
9255
- execute_or_queue_command(command, &block)
9256
- end
9257
-
9258
9213
  # Fetches the configs of publisher models.
9259
9214
  # @param [String] name
9260
9215
  # Required. The name of the publisher model, in the format of `projects/`project`
@@ -11590,6 +11545,51 @@ module Google
11590
11545
  execute_or_queue_command(command, &block)
11591
11546
  end
11592
11547
 
11548
+ # Gets the access control policy for a resource. Returns an empty policy if the
11549
+ # resource exists and does not have a policy set.
11550
+ # @param [String] resource
11551
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
11552
+ # names](https://cloud.google.com/apis/design/resource_names) for the
11553
+ # appropriate value for this field.
11554
+ # @param [Fixnum] options_requested_policy_version
11555
+ # Optional. The maximum policy version that will be used to format the policy.
11556
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
11557
+ # rejected. Requests for policies with any conditional role bindings must
11558
+ # specify version 3. Policies with no conditional role bindings may specify any
11559
+ # valid value or leave the field unset. The policy in the response might use the
11560
+ # policy version that you specified, or it might use a lower policy version. For
11561
+ # example, if you specify version 3, but the policy has no conditional role
11562
+ # bindings, the response uses version 1. To learn which resources support
11563
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
11564
+ # google.com/iam/help/conditions/resource-policies).
11565
+ # @param [String] fields
11566
+ # Selector specifying which fields to include in a partial response.
11567
+ # @param [String] quota_user
11568
+ # Available to use for quota purposes for server-side applications. Can be any
11569
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
11570
+ # @param [Google::Apis::RequestOptions] options
11571
+ # Request-specific options
11572
+ #
11573
+ # @yield [result, err] Result & error if block supplied
11574
+ # @yieldparam result [Google::Apis::AiplatformV1beta1::GoogleIamV1Policy] parsed result object
11575
+ # @yieldparam err [StandardError] error object if request failed
11576
+ #
11577
+ # @return [Google::Apis::AiplatformV1beta1::GoogleIamV1Policy]
11578
+ #
11579
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
11580
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
11581
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
11582
+ def get_project_location_dataset_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
11583
+ command = make_simple_command(:post, 'v1beta1/{+resource}:getIamPolicy', options)
11584
+ command.response_representation = Google::Apis::AiplatformV1beta1::GoogleIamV1Policy::Representation
11585
+ command.response_class = Google::Apis::AiplatformV1beta1::GoogleIamV1Policy
11586
+ command.params['resource'] = resource unless resource.nil?
11587
+ command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
11588
+ command.query['fields'] = fields unless fields.nil?
11589
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
11590
+ execute_or_queue_command(command, &block)
11591
+ end
11592
+
11593
11593
  # Imports data into a Dataset.
11594
11594
  # @param [String] name
11595
11595
  # Required. The name of the Dataset resource. Format: `projects/`project`/
@@ -29002,7 +29002,7 @@ module Google
29002
29002
  # post_startup_script` * `software_config.post_startup_script_config.
29003
29003
  # post_startup_script_url` * `software_config.post_startup_script_config.
29004
29004
  # post_startup_script_behavior` * `software_config.env` * `software_config.
29005
- # colab_image.release_name`
29005
+ # colab_image.release_name` * `software_config.custom_container_config.image_uri`
29006
29006
  # @param [String] fields
29007
29007
  # Selector specifying which fields to include in a partial response.
29008
29008
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-aiplatform_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.70.0
4
+ version: 0.71.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_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1beta1/v0.70.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1beta1/v0.71.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths: