google-apis-aiplatform_v1beta1 0.69.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/aiplatform_v1beta1/classes.rb +391 -125
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +105 -0
- data/lib/google/apis/aiplatform_v1beta1/service.rb +89 -48
- metadata +2 -2
|
@@ -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.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 = "
|
|
25
|
+
REVISION = "20260106"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -3868,6 +3868,24 @@ module Google
|
|
|
3868
3868
|
include Google::Apis::Core::JsonObjectSupport
|
|
3869
3869
|
end
|
|
3870
3870
|
|
|
3871
|
+
class GoogleCloudAiplatformV1beta1MemoryConjunctionFilter
|
|
3872
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3873
|
+
|
|
3874
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3875
|
+
end
|
|
3876
|
+
|
|
3877
|
+
class GoogleCloudAiplatformV1beta1MemoryFilter
|
|
3878
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3879
|
+
|
|
3880
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3881
|
+
end
|
|
3882
|
+
|
|
3883
|
+
class GoogleCloudAiplatformV1beta1MemoryMetadataValue
|
|
3884
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3885
|
+
|
|
3886
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3887
|
+
end
|
|
3888
|
+
|
|
3871
3889
|
class GoogleCloudAiplatformV1beta1MemoryRevision
|
|
3872
3890
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3873
3891
|
|
|
@@ -8290,6 +8308,12 @@ module Google
|
|
|
8290
8308
|
include Google::Apis::Core::JsonObjectSupport
|
|
8291
8309
|
end
|
|
8292
8310
|
|
|
8311
|
+
class GoogleCloudAiplatformV1beta1ToolParallelAiSearch
|
|
8312
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
8313
|
+
|
|
8314
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
8315
|
+
end
|
|
8316
|
+
|
|
8293
8317
|
class GoogleCloudAiplatformV1beta1ToolParameterKvMatchInput
|
|
8294
8318
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
8295
8319
|
|
|
@@ -8896,6 +8920,18 @@ module Google
|
|
|
8896
8920
|
include Google::Apis::Core::JsonObjectSupport
|
|
8897
8921
|
end
|
|
8898
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
|
+
|
|
8899
8935
|
class GoogleCloudAiplatformV1beta1VertexRagStore
|
|
8900
8936
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
8901
8937
|
|
|
@@ -9857,6 +9893,8 @@ module Google
|
|
|
9857
9893
|
property :gcs_source, as: 'gcsSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsSource::Representation
|
|
9858
9894
|
|
|
9859
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
|
+
|
|
9860
9898
|
end
|
|
9861
9899
|
end
|
|
9862
9900
|
|
|
@@ -9878,6 +9916,8 @@ module Google
|
|
|
9878
9916
|
property :gcs_destination, as: 'gcsDestination', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsDestination, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsDestination::Representation
|
|
9879
9917
|
|
|
9880
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
|
+
|
|
9881
9921
|
end
|
|
9882
9922
|
end
|
|
9883
9923
|
|
|
@@ -9887,6 +9927,7 @@ module Google
|
|
|
9887
9927
|
property :bigquery_output_dataset, as: 'bigqueryOutputDataset'
|
|
9888
9928
|
property :bigquery_output_table, as: 'bigqueryOutputTable'
|
|
9889
9929
|
property :gcs_output_directory, as: 'gcsOutputDirectory'
|
|
9930
|
+
property :vertex_multimodal_dataset_name, as: 'vertexMultimodalDatasetName'
|
|
9890
9931
|
end
|
|
9891
9932
|
end
|
|
9892
9933
|
|
|
@@ -14113,6 +14154,9 @@ module Google
|
|
|
14113
14154
|
|
|
14114
14155
|
property :disable_consolidation, as: 'disableConsolidation'
|
|
14115
14156
|
property :disable_memory_revisions, as: 'disableMemoryRevisions'
|
|
14157
|
+
hash :metadata, as: 'metadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryMetadataValue, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryMetadataValue::Representation
|
|
14158
|
+
|
|
14159
|
+
property :metadata_merge_strategy, as: 'metadataMergeStrategy'
|
|
14116
14160
|
property :revision_expire_time, as: 'revisionExpireTime'
|
|
14117
14161
|
hash :revision_labels, as: 'revisionLabels'
|
|
14118
14162
|
property :revision_ttl, as: 'revisionTtl'
|
|
@@ -15669,6 +15713,8 @@ module Google
|
|
|
15669
15713
|
property :display_name, as: 'displayName'
|
|
15670
15714
|
property :expire_time, as: 'expireTime'
|
|
15671
15715
|
property :fact, as: 'fact'
|
|
15716
|
+
hash :metadata, as: 'metadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryMetadataValue, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryMetadataValue::Representation
|
|
15717
|
+
|
|
15672
15718
|
property :name, as: 'name'
|
|
15673
15719
|
property :revision_expire_time, as: 'revisionExpireTime'
|
|
15674
15720
|
hash :revision_labels, as: 'revisionLabels'
|
|
@@ -15753,6 +15799,35 @@ module Google
|
|
|
15753
15799
|
end
|
|
15754
15800
|
end
|
|
15755
15801
|
|
|
15802
|
+
class GoogleCloudAiplatformV1beta1MemoryConjunctionFilter
|
|
15803
|
+
# @private
|
|
15804
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
15805
|
+
collection :filters, as: 'filters', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryFilter, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryFilter::Representation
|
|
15806
|
+
|
|
15807
|
+
end
|
|
15808
|
+
end
|
|
15809
|
+
|
|
15810
|
+
class GoogleCloudAiplatformV1beta1MemoryFilter
|
|
15811
|
+
# @private
|
|
15812
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
15813
|
+
property :key, as: 'key'
|
|
15814
|
+
property :negate, as: 'negate'
|
|
15815
|
+
property :op, as: 'op'
|
|
15816
|
+
property :value, as: 'value', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryMetadataValue, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryMetadataValue::Representation
|
|
15817
|
+
|
|
15818
|
+
end
|
|
15819
|
+
end
|
|
15820
|
+
|
|
15821
|
+
class GoogleCloudAiplatformV1beta1MemoryMetadataValue
|
|
15822
|
+
# @private
|
|
15823
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
15824
|
+
property :bool_value, as: 'boolValue'
|
|
15825
|
+
property :double_value, as: 'doubleValue'
|
|
15826
|
+
property :string_value, as: 'stringValue'
|
|
15827
|
+
property :timestamp_value, as: 'timestampValue'
|
|
15828
|
+
end
|
|
15829
|
+
end
|
|
15830
|
+
|
|
15756
15831
|
class GoogleCloudAiplatformV1beta1MemoryRevision
|
|
15757
15832
|
# @private
|
|
15758
15833
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -19642,6 +19717,8 @@ module Google
|
|
|
19642
19717
|
# @private
|
|
19643
19718
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
19644
19719
|
property :filter, as: 'filter'
|
|
19720
|
+
collection :filter_groups, as: 'filterGroups', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryConjunctionFilter, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryConjunctionFilter::Representation
|
|
19721
|
+
|
|
19645
19722
|
hash :scope, as: 'scope'
|
|
19646
19723
|
property :similarity_search_params, as: 'similaritySearchParams', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RetrieveMemoriesRequestSimilaritySearchParams, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RetrieveMemoriesRequestSimilaritySearchParams::Representation
|
|
19647
19724
|
|
|
@@ -20851,6 +20928,7 @@ module Google
|
|
|
20851
20928
|
# @private
|
|
20852
20929
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20853
20930
|
property :code_repository_state, as: 'codeRepositoryState'
|
|
20931
|
+
property :framework, as: 'framework'
|
|
20854
20932
|
collection :linked_resources, as: 'linkedResources', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SchemaPromptSpecAppBuilderDataLinkedResource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SchemaPromptSpecAppBuilderDataLinkedResource::Representation
|
|
20855
20933
|
|
|
20856
20934
|
end
|
|
@@ -23163,6 +23241,8 @@ module Google
|
|
|
23163
23241
|
|
|
23164
23242
|
property :google_search_retrieval, as: 'googleSearchRetrieval', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleSearchRetrieval, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleSearchRetrieval::Representation
|
|
23165
23243
|
|
|
23244
|
+
property :parallel_ai_search, as: 'parallelAiSearch', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ToolParallelAiSearch, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ToolParallelAiSearch::Representation
|
|
23245
|
+
|
|
23166
23246
|
property :retrieval, as: 'retrieval', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Retrieval, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Retrieval::Representation
|
|
23167
23247
|
|
|
23168
23248
|
property :url_context, as: 'urlContext', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1UrlContext, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1UrlContext::Representation
|
|
@@ -23288,6 +23368,14 @@ module Google
|
|
|
23288
23368
|
end
|
|
23289
23369
|
end
|
|
23290
23370
|
|
|
23371
|
+
class GoogleCloudAiplatformV1beta1ToolParallelAiSearch
|
|
23372
|
+
# @private
|
|
23373
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23374
|
+
property :api_key, as: 'apiKey'
|
|
23375
|
+
hash :custom_configs, as: 'customConfigs'
|
|
23376
|
+
end
|
|
23377
|
+
end
|
|
23378
|
+
|
|
23291
23379
|
class GoogleCloudAiplatformV1beta1ToolParameterKvMatchInput
|
|
23292
23380
|
# @private
|
|
23293
23381
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -24180,6 +24268,7 @@ module Google
|
|
|
24180
24268
|
property :epoch_count, :numeric_string => true, as: 'epochCount'
|
|
24181
24269
|
property :learning_rate_multiplier, as: 'learningRateMultiplier'
|
|
24182
24270
|
property :tuning_task, as: 'tuningTask'
|
|
24271
|
+
property :veo_data_mixture_ratio, as: 'veoDataMixtureRatio'
|
|
24183
24272
|
end
|
|
24184
24273
|
end
|
|
24185
24274
|
|
|
@@ -24220,6 +24309,22 @@ module Google
|
|
|
24220
24309
|
end
|
|
24221
24310
|
end
|
|
24222
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
|
+
|
|
24223
24328
|
class GoogleCloudAiplatformV1beta1VertexRagStore
|
|
24224
24329
|
# @private
|
|
24225
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`/
|
|
@@ -14657,7 +14657,8 @@ module Google
|
|
|
14657
14657
|
# Perform a streaming online prediction with an arbitrary HTTP payload.
|
|
14658
14658
|
# @param [String] endpoint
|
|
14659
14659
|
# Required. The name of the Endpoint requested to serve the prediction. Format: `
|
|
14660
|
-
# projects/`project`/locations/`location`/endpoints/`endpoint``
|
|
14660
|
+
# projects/`project`/locations/`location`/endpoints/`endpoint`` or `projects/`
|
|
14661
|
+
# project`/locations/`location`/publishers/`publisher`/models/`model``
|
|
14661
14662
|
# @param [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StreamRawPredictRequest] google_cloud_aiplatform_v1beta1_stream_raw_predict_request_object
|
|
14662
14663
|
# @param [String] fields
|
|
14663
14664
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -14949,6 +14950,45 @@ module Google
|
|
|
14949
14950
|
execute_or_queue_command(command, &block)
|
|
14950
14951
|
end
|
|
14951
14952
|
|
|
14953
|
+
# Forwards arbitrary HTTP requests for both streaming and non-streaming cases.
|
|
14954
|
+
# To use this method, invoke_route_prefix must be set to allow the paths that
|
|
14955
|
+
# will be specified in the request.
|
|
14956
|
+
# @param [String] endpoint
|
|
14957
|
+
# Required. The name of the Endpoint requested to serve the prediction. Format: `
|
|
14958
|
+
# projects/`project`/locations/`location`/endpoints/`endpoint``
|
|
14959
|
+
# @param [Google::Apis::AiplatformV1beta1::GoogleApiHttpBody] google_api_http_body_object
|
|
14960
|
+
# @param [String] deployed_model_id
|
|
14961
|
+
# ID of the DeployedModel that serves the invoke request.
|
|
14962
|
+
# @param [String] fields
|
|
14963
|
+
# Selector specifying which fields to include in a partial response.
|
|
14964
|
+
# @param [String] quota_user
|
|
14965
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
14966
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
14967
|
+
# @param [Google::Apis::RequestOptions] options
|
|
14968
|
+
# Request-specific options
|
|
14969
|
+
#
|
|
14970
|
+
# @yield [result, err] Result & error if block supplied
|
|
14971
|
+
# @yieldparam result [Google::Apis::AiplatformV1beta1::GoogleApiHttpBody] parsed result object
|
|
14972
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
14973
|
+
#
|
|
14974
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleApiHttpBody]
|
|
14975
|
+
#
|
|
14976
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
14977
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
14978
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
14979
|
+
def completions_project_location_endpoint_openapi(endpoint, google_api_http_body_object = nil, deployed_model_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
14980
|
+
command = make_simple_command(:post, 'v1beta1/{+endpoint}/completions', options)
|
|
14981
|
+
command.request_representation = Google::Apis::AiplatformV1beta1::GoogleApiHttpBody::Representation
|
|
14982
|
+
command.request_object = google_api_http_body_object
|
|
14983
|
+
command.response_representation = Google::Apis::AiplatformV1beta1::GoogleApiHttpBody::Representation
|
|
14984
|
+
command.response_class = Google::Apis::AiplatformV1beta1::GoogleApiHttpBody
|
|
14985
|
+
command.params['endpoint'] = endpoint unless endpoint.nil?
|
|
14986
|
+
command.query['deployedModelId'] = deployed_model_id unless deployed_model_id.nil?
|
|
14987
|
+
command.query['fields'] = fields unless fields.nil?
|
|
14988
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
14989
|
+
execute_or_queue_command(command, &block)
|
|
14990
|
+
end
|
|
14991
|
+
|
|
14952
14992
|
# Forwards arbitrary HTTP requests for both streaming and non-streaming cases.
|
|
14953
14993
|
# To use this method, invoke_route_prefix must be set to allow the paths that
|
|
14954
14994
|
# will be specified in the request.
|
|
@@ -28962,7 +29002,7 @@ module Google
|
|
|
28962
29002
|
# post_startup_script` * `software_config.post_startup_script_config.
|
|
28963
29003
|
# post_startup_script_url` * `software_config.post_startup_script_config.
|
|
28964
29004
|
# post_startup_script_behavior` * `software_config.env` * `software_config.
|
|
28965
|
-
# colab_image.release_name`
|
|
29005
|
+
# colab_image.release_name` * `software_config.custom_container_config.image_uri`
|
|
28966
29006
|
# @param [String] fields
|
|
28967
29007
|
# Selector specifying which fields to include in a partial response.
|
|
28968
29008
|
# @param [String] quota_user
|
|
@@ -31389,7 +31429,8 @@ module Google
|
|
|
31389
31429
|
# Perform a streaming online prediction with an arbitrary HTTP payload.
|
|
31390
31430
|
# @param [String] endpoint
|
|
31391
31431
|
# Required. The name of the Endpoint requested to serve the prediction. Format: `
|
|
31392
|
-
# projects/`project`/locations/`location`/endpoints/`endpoint``
|
|
31432
|
+
# projects/`project`/locations/`location`/endpoints/`endpoint`` or `projects/`
|
|
31433
|
+
# project`/locations/`location`/publishers/`publisher`/models/`model``
|
|
31393
31434
|
# @param [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StreamRawPredictRequest] google_cloud_aiplatform_v1beta1_stream_raw_predict_request_object
|
|
31394
31435
|
# @param [String] fields
|
|
31395
31436
|
# Selector specifying which fields to include in a partial response.
|
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.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.
|
|
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:
|