google-apis-aiplatform_v1beta1 0.70.0 → 0.72.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/aiplatform_v1beta1/classes.rb +81 -10
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +33 -0
- data/lib/google/apis/aiplatform_v1beta1/service.rb +48 -48
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 498d2261f7cc71367937e245b1b9ddde3c4acf1290f7d1485cb4103f90440816
|
|
4
|
+
data.tar.gz: cebb7530edf2f69177990511253da17c49cf8f81974d0d90579088608dd2eb06
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 87913c7208878a6d3b802edd9cf8dfab254af23c41fc2679566b55a7e1563a97427084a2b41f33ad432dea405d37b084006bbf88cfdd542c8af5f63997fc893c
|
|
7
|
+
data.tar.gz: 15b79b852a8ff7eec21ffc431563a32f3d4b8dbbf0a96a5c2f9a7404cc2c29155a554498ce806b06301da443d074a4e7a1f1e34b81e839624fd4d631ca551cde
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-aiplatform_v1beta1
|
|
2
2
|
|
|
3
|
+
### v0.72.0 (2026-01-18)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260110
|
|
6
|
+
|
|
7
|
+
### v0.71.0 (2026-01-11)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260106
|
|
10
|
+
|
|
3
11
|
### v0.70.0 (2025-12-21)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251215
|
|
@@ -1872,7 +1872,10 @@ module Google
|
|
|
1872
1872
|
# * `aiplatform.googleapis.com/prediction/online/accelerator/duty_cycle` * `
|
|
1873
1873
|
# aiplatform.googleapis.com/prediction/online/cpu/utilization` * `aiplatform.
|
|
1874
1874
|
# googleapis.com/prediction/online/request_count` * `pubsub.googleapis.com/
|
|
1875
|
-
# subscription/num_undelivered_messages`
|
|
1875
|
+
# subscription/num_undelivered_messages` * `prometheus.googleapis.com/
|
|
1876
|
+
# vertex_dcgm_fi_dev_gpu_util` * `prometheus.googleapis.com/
|
|
1877
|
+
# vertex_vllm_gpu_cache_usage_perc` * `prometheus.googleapis.com/
|
|
1878
|
+
# vertex_vllm_num_requests_waiting`
|
|
1876
1879
|
# Corresponds to the JSON property `metricName`
|
|
1877
1880
|
# @return [String]
|
|
1878
1881
|
attr_accessor :metric_name
|
|
@@ -2665,6 +2668,11 @@ module Google
|
|
|
2665
2668
|
# @return [String]
|
|
2666
2669
|
attr_accessor :instances_format
|
|
2667
2670
|
|
|
2671
|
+
# The Vertex Multimodal Dataset for the input content.
|
|
2672
|
+
# Corresponds to the JSON property `vertexMultimodalDatasetSource`
|
|
2673
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VertexMultimodalDatasetSource]
|
|
2674
|
+
attr_accessor :vertex_multimodal_dataset_source
|
|
2675
|
+
|
|
2668
2676
|
def initialize(**args)
|
|
2669
2677
|
update!(**args)
|
|
2670
2678
|
end
|
|
@@ -2674,6 +2682,7 @@ module Google
|
|
|
2674
2682
|
@bigquery_source = args[:bigquery_source] if args.key?(:bigquery_source)
|
|
2675
2683
|
@gcs_source = args[:gcs_source] if args.key?(:gcs_source)
|
|
2676
2684
|
@instances_format = args[:instances_format] if args.key?(:instances_format)
|
|
2685
|
+
@vertex_multimodal_dataset_source = args[:vertex_multimodal_dataset_source] if args.key?(:vertex_multimodal_dataset_source)
|
|
2677
2686
|
end
|
|
2678
2687
|
end
|
|
2679
2688
|
|
|
@@ -2773,6 +2782,11 @@ module Google
|
|
|
2773
2782
|
# @return [String]
|
|
2774
2783
|
attr_accessor :predictions_format
|
|
2775
2784
|
|
|
2785
|
+
# The details for a Vertex Multimodal Dataset output.
|
|
2786
|
+
# Corresponds to the JSON property `vertexMultimodalDatasetDestination`
|
|
2787
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VertexMultimodalDatasetDestination]
|
|
2788
|
+
attr_accessor :vertex_multimodal_dataset_destination
|
|
2789
|
+
|
|
2776
2790
|
def initialize(**args)
|
|
2777
2791
|
update!(**args)
|
|
2778
2792
|
end
|
|
@@ -2782,6 +2796,7 @@ module Google
|
|
|
2782
2796
|
@bigquery_destination = args[:bigquery_destination] if args.key?(:bigquery_destination)
|
|
2783
2797
|
@gcs_destination = args[:gcs_destination] if args.key?(:gcs_destination)
|
|
2784
2798
|
@predictions_format = args[:predictions_format] if args.key?(:predictions_format)
|
|
2799
|
+
@vertex_multimodal_dataset_destination = args[:vertex_multimodal_dataset_destination] if args.key?(:vertex_multimodal_dataset_destination)
|
|
2785
2800
|
end
|
|
2786
2801
|
end
|
|
2787
2802
|
|
|
@@ -2808,6 +2823,13 @@ module Google
|
|
|
2808
2823
|
# @return [String]
|
|
2809
2824
|
attr_accessor :gcs_output_directory
|
|
2810
2825
|
|
|
2826
|
+
# Output only. The resource name of the Vertex Managed Dataset created, into
|
|
2827
|
+
# which the prediction output is written. Format: `projects/`project`/locations/`
|
|
2828
|
+
# location`/datasets/`dataset``
|
|
2829
|
+
# Corresponds to the JSON property `vertexMultimodalDatasetName`
|
|
2830
|
+
# @return [String]
|
|
2831
|
+
attr_accessor :vertex_multimodal_dataset_name
|
|
2832
|
+
|
|
2811
2833
|
def initialize(**args)
|
|
2812
2834
|
update!(**args)
|
|
2813
2835
|
end
|
|
@@ -2817,6 +2839,7 @@ module Google
|
|
|
2817
2839
|
@bigquery_output_dataset = args[:bigquery_output_dataset] if args.key?(:bigquery_output_dataset)
|
|
2818
2840
|
@bigquery_output_table = args[:bigquery_output_table] if args.key?(:bigquery_output_table)
|
|
2819
2841
|
@gcs_output_directory = args[:gcs_output_directory] if args.key?(:gcs_output_directory)
|
|
2842
|
+
@vertex_multimodal_dataset_name = args[:vertex_multimodal_dataset_name] if args.key?(:vertex_multimodal_dataset_name)
|
|
2820
2843
|
end
|
|
2821
2844
|
end
|
|
2822
2845
|
|
|
@@ -8761,7 +8784,7 @@ module Google
|
|
|
8761
8784
|
# @return [String]
|
|
8762
8785
|
attr_accessor :model_deployment_monitoring_job
|
|
8763
8786
|
|
|
8764
|
-
#
|
|
8787
|
+
# Identifier. The resource name of the Endpoint.
|
|
8765
8788
|
# Corresponds to the JSON property `name`
|
|
8766
8789
|
# @return [String]
|
|
8767
8790
|
attr_accessor :name
|
|
@@ -9132,7 +9155,7 @@ module Google
|
|
|
9132
9155
|
end
|
|
9133
9156
|
end
|
|
9134
9157
|
|
|
9135
|
-
#
|
|
9158
|
+
# The results from an evaluation run performed by the EvaluationService.
|
|
9136
9159
|
class GoogleCloudAiplatformV1beta1EvaluateDatasetResponse
|
|
9137
9160
|
include Google::Apis::Core::Hashable
|
|
9138
9161
|
|
|
@@ -9141,7 +9164,7 @@ module Google
|
|
|
9141
9164
|
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AggregationOutput]
|
|
9142
9165
|
attr_accessor :aggregation_output
|
|
9143
9166
|
|
|
9144
|
-
# Describes the info for output of EvaluationService.
|
|
9167
|
+
# Describes the info for output of EvaluationService.
|
|
9145
9168
|
# Corresponds to the JSON property `outputInfo`
|
|
9146
9169
|
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OutputInfo]
|
|
9147
9170
|
attr_accessor :output_info
|
|
@@ -9177,7 +9200,7 @@ module Google
|
|
|
9177
9200
|
# @return [Google::Apis::AiplatformV1beta1::GoogleRpcStatus]
|
|
9178
9201
|
attr_accessor :error
|
|
9179
9202
|
|
|
9180
|
-
#
|
|
9203
|
+
# The results from an evaluation run performed by the EvaluationService.
|
|
9181
9204
|
# Corresponds to the JSON property `evaluateDatasetResponse`
|
|
9182
9205
|
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluateDatasetResponse]
|
|
9183
9206
|
attr_accessor :evaluate_dataset_response
|
|
@@ -29154,7 +29177,7 @@ module Google
|
|
|
29154
29177
|
end
|
|
29155
29178
|
end
|
|
29156
29179
|
|
|
29157
|
-
# Describes the info for output of EvaluationService.
|
|
29180
|
+
# Describes the info for output of EvaluationService.
|
|
29158
29181
|
class GoogleCloudAiplatformV1beta1OutputInfo
|
|
29159
29182
|
include Google::Apis::Core::Hashable
|
|
29160
29183
|
|
|
@@ -29662,7 +29685,10 @@ module Google
|
|
|
29662
29685
|
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PartMediaResolution]
|
|
29663
29686
|
attr_accessor :media_resolution
|
|
29664
29687
|
|
|
29665
|
-
# Optional. The text content of the part.
|
|
29688
|
+
# Optional. The text content of the part. When sent from the VSCode Gemini Code
|
|
29689
|
+
# Assist extension, references to @mentioned items will be converted to markdown
|
|
29690
|
+
# boldface text. For example `@my-repo` will be converted to and sent as `**my-
|
|
29691
|
+
# repo**` by the IDE agent.
|
|
29666
29692
|
# Corresponds to the JSON property `text`
|
|
29667
29693
|
# @return [String]
|
|
29668
29694
|
attr_accessor :text
|
|
@@ -35721,8 +35747,8 @@ module Google
|
|
|
35721
35747
|
# @return [String]
|
|
35722
35748
|
attr_accessor :pickle_object_gcs_uri
|
|
35723
35749
|
|
|
35724
|
-
# Optional. The Python version. Supported values are 3.9, 3.10, 3.11, 3.12, 3.13
|
|
35725
|
-
# If not specified, the default value is 3.10.
|
|
35750
|
+
# Optional. The Python version. Supported values are 3.9, 3.10, 3.11, 3.12, 3.13,
|
|
35751
|
+
# 3.14. If not specified, the default value is 3.10.
|
|
35726
35752
|
# Corresponds to the JSON property `pythonVersion`
|
|
35727
35753
|
# @return [String]
|
|
35728
35754
|
attr_accessor :python_version
|
|
@@ -35882,7 +35908,7 @@ module Google
|
|
|
35882
35908
|
attr_accessor :requirements_file
|
|
35883
35909
|
|
|
35884
35910
|
# Optional. The version of Python to use. Support version includes 3.9, 3.10, 3.
|
|
35885
|
-
# 11, 3.12, 3.13. If not specified, default value is 3.10.
|
|
35911
|
+
# 11, 3.12, 3.13, 3.14. If not specified, default value is 3.10.
|
|
35886
35912
|
# Corresponds to the JSON property `version`
|
|
35887
35913
|
# @return [String]
|
|
35888
35914
|
attr_accessor :version
|
|
@@ -52979,6 +53005,51 @@ module Google
|
|
|
52979
53005
|
end
|
|
52980
53006
|
end
|
|
52981
53007
|
|
|
53008
|
+
# The details for a Vertex Multimodal Dataset output.
|
|
53009
|
+
class GoogleCloudAiplatformV1beta1VertexMultimodalDatasetDestination
|
|
53010
|
+
include Google::Apis::Core::Hashable
|
|
53011
|
+
|
|
53012
|
+
# The BigQuery location for the output content.
|
|
53013
|
+
# Corresponds to the JSON property `bigqueryDestination`
|
|
53014
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQueryDestination]
|
|
53015
|
+
attr_accessor :bigquery_destination
|
|
53016
|
+
|
|
53017
|
+
# Optional. Display name of the output dataset.
|
|
53018
|
+
# Corresponds to the JSON property `displayName`
|
|
53019
|
+
# @return [String]
|
|
53020
|
+
attr_accessor :display_name
|
|
53021
|
+
|
|
53022
|
+
def initialize(**args)
|
|
53023
|
+
update!(**args)
|
|
53024
|
+
end
|
|
53025
|
+
|
|
53026
|
+
# Update properties of this object
|
|
53027
|
+
def update!(**args)
|
|
53028
|
+
@bigquery_destination = args[:bigquery_destination] if args.key?(:bigquery_destination)
|
|
53029
|
+
@display_name = args[:display_name] if args.key?(:display_name)
|
|
53030
|
+
end
|
|
53031
|
+
end
|
|
53032
|
+
|
|
53033
|
+
# The Vertex Multimodal Dataset for the input content.
|
|
53034
|
+
class GoogleCloudAiplatformV1beta1VertexMultimodalDatasetSource
|
|
53035
|
+
include Google::Apis::Core::Hashable
|
|
53036
|
+
|
|
53037
|
+
# Required. The resource name of the Vertex Dataset. Format: `projects/`project`/
|
|
53038
|
+
# locations/`location`/datasets/`dataset``
|
|
53039
|
+
# Corresponds to the JSON property `datasetName`
|
|
53040
|
+
# @return [String]
|
|
53041
|
+
attr_accessor :dataset_name
|
|
53042
|
+
|
|
53043
|
+
def initialize(**args)
|
|
53044
|
+
update!(**args)
|
|
53045
|
+
end
|
|
53046
|
+
|
|
53047
|
+
# Update properties of this object
|
|
53048
|
+
def update!(**args)
|
|
53049
|
+
@dataset_name = args[:dataset_name] if args.key?(:dataset_name)
|
|
53050
|
+
end
|
|
53051
|
+
end
|
|
53052
|
+
|
|
52982
53053
|
# Retrieve from Vertex RAG Store for grounding.
|
|
52983
53054
|
class GoogleCloudAiplatformV1beta1VertexRagStore
|
|
52984
53055
|
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.
|
|
19
|
+
GEM_VERSION = "0.72.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 = "
|
|
25
|
+
REVISION = "20260110"
|
|
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`/
|
|
@@ -14405,7 +14405,7 @@ module Google
|
|
|
14405
14405
|
|
|
14406
14406
|
# Updates an Endpoint.
|
|
14407
14407
|
# @param [String] name
|
|
14408
|
-
#
|
|
14408
|
+
# Identifier. The resource name of the Endpoint.
|
|
14409
14409
|
# @param [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Endpoint] google_cloud_aiplatform_v1beta1_endpoint_object
|
|
14410
14410
|
# @param [String] update_mask
|
|
14411
14411
|
# Required. The update mask applies to the resource. See google.protobuf.
|
|
@@ -14767,7 +14767,7 @@ module Google
|
|
|
14767
14767
|
|
|
14768
14768
|
# Updates an Endpoint with a long running operation.
|
|
14769
14769
|
# @param [String] name
|
|
14770
|
-
#
|
|
14770
|
+
# Identifier. The resource name of the Endpoint.
|
|
14771
14771
|
# @param [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1UpdateEndpointLongRunningRequest] google_cloud_aiplatform_v1beta1_update_endpoint_long_running_request_object
|
|
14772
14772
|
# @param [String] fields
|
|
14773
14773
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -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.
|
|
4
|
+
version: 0.72.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1beta1/v0.72.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:
|