google-apis-aiplatform_v1beta1 0.15.0 → 0.17.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 +9 -0
- data/lib/google/apis/aiplatform_v1beta1/classes.rb +372 -82
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +141 -32
- data/lib/google/apis/aiplatform_v1beta1/service.rb +79 -6
- metadata +3 -3
@@ -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.17.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.13.
|
22
|
+
GENERATOR_VERSION = "0.13.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240205"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -130,6 +130,12 @@ module Google
|
|
130
130
|
include Google::Apis::Core::JsonObjectSupport
|
131
131
|
end
|
132
132
|
|
133
|
+
class CloudAiNlLlmProtoServiceFact
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
133
139
|
class CloudAiNlLlmProtoServiceFunctionCall
|
134
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
141
|
|
@@ -730,12 +736,6 @@ module Google
|
|
730
736
|
include Google::Apis::Core::JsonObjectSupport
|
731
737
|
end
|
732
738
|
|
733
|
-
class GoogleCloudAiplatformV1beta1CreateExtensionDeploymentOperationMetadata
|
734
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
735
|
-
|
736
|
-
include Google::Apis::Core::JsonObjectSupport
|
737
|
-
end
|
738
|
-
|
739
739
|
class GoogleCloudAiplatformV1beta1CreateFeatureGroupOperationMetadata
|
740
740
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
741
741
|
|
@@ -2746,12 +2746,24 @@ module Google
|
|
2746
2746
|
include Google::Apis::Core::JsonObjectSupport
|
2747
2747
|
end
|
2748
2748
|
|
2749
|
+
class GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigDefaultRuntime
|
2750
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2751
|
+
|
2752
|
+
include Google::Apis::Core::JsonObjectSupport
|
2753
|
+
end
|
2754
|
+
|
2749
2755
|
class GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigInputArtifact
|
2750
2756
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2751
2757
|
|
2752
2758
|
include Google::Apis::Core::JsonObjectSupport
|
2753
2759
|
end
|
2754
2760
|
|
2761
|
+
class GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigPersistentResourceRuntimeDetail
|
2762
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2763
|
+
|
2764
|
+
include Google::Apis::Core::JsonObjectSupport
|
2765
|
+
end
|
2766
|
+
|
2755
2767
|
class GoogleCloudAiplatformV1beta1PipelineTaskDetail
|
2756
2768
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2757
2769
|
|
@@ -2860,6 +2872,12 @@ module Google
|
|
2860
2872
|
include Google::Apis::Core::JsonObjectSupport
|
2861
2873
|
end
|
2862
2874
|
|
2875
|
+
class GoogleCloudAiplatformV1beta1PscAutomatedEndpoints
|
2876
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2877
|
+
|
2878
|
+
include Google::Apis::Core::JsonObjectSupport
|
2879
|
+
end
|
2880
|
+
|
2863
2881
|
class GoogleCloudAiplatformV1beta1PublisherModel
|
2864
2882
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2865
2883
|
|
@@ -2878,6 +2896,12 @@ module Google
|
|
2878
2896
|
include Google::Apis::Core::JsonObjectSupport
|
2879
2897
|
end
|
2880
2898
|
|
2899
|
+
class GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployGke
|
2900
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2901
|
+
|
2902
|
+
include Google::Apis::Core::JsonObjectSupport
|
2903
|
+
end
|
2904
|
+
|
2881
2905
|
class GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenFineTuningPipelines
|
2882
2906
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2883
2907
|
|
@@ -5062,6 +5086,18 @@ module Google
|
|
5062
5086
|
include Google::Apis::Core::JsonObjectSupport
|
5063
5087
|
end
|
5064
5088
|
|
5089
|
+
class LearningGenaiRootGroundingMetadata
|
5090
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5091
|
+
|
5092
|
+
include Google::Apis::Core::JsonObjectSupport
|
5093
|
+
end
|
5094
|
+
|
5095
|
+
class LearningGenaiRootGroundingMetadataCitation
|
5096
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5097
|
+
|
5098
|
+
include Google::Apis::Core::JsonObjectSupport
|
5099
|
+
end
|
5100
|
+
|
5065
5101
|
class LearningGenaiRootHarm
|
5066
5102
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5067
5103
|
|
@@ -5098,6 +5134,12 @@ module Google
|
|
5098
5134
|
include Google::Apis::Core::JsonObjectSupport
|
5099
5135
|
end
|
5100
5136
|
|
5137
|
+
class LearningGenaiRootLanguageFilterResult
|
5138
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5139
|
+
|
5140
|
+
include Google::Apis::Core::JsonObjectSupport
|
5141
|
+
end
|
5142
|
+
|
5101
5143
|
class LearningGenaiRootMetricOutput
|
5102
5144
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5103
5145
|
|
@@ -5242,12 +5284,6 @@ module Google
|
|
5242
5284
|
include Google::Apis::Core::JsonObjectSupport
|
5243
5285
|
end
|
5244
5286
|
|
5245
|
-
class LearningServingLlmLanguageFilterResult
|
5246
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5247
|
-
|
5248
|
-
include Google::Apis::Core::JsonObjectSupport
|
5249
|
-
end
|
5250
|
-
|
5251
5287
|
class LearningServingLlmMessageMetadata
|
5252
5288
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5253
5289
|
|
@@ -5437,6 +5473,8 @@ module Google
|
|
5437
5473
|
|
5438
5474
|
property :finish_message, as: 'finishMessage'
|
5439
5475
|
property :finish_reason, as: 'finishReason'
|
5476
|
+
property :grounding_metadata, as: 'groundingMetadata', class: Google::Apis::AiplatformV1beta1::LearningGenaiRootGroundingMetadata, decorator: Google::Apis::AiplatformV1beta1::LearningGenaiRootGroundingMetadata::Representation
|
5477
|
+
|
5440
5478
|
property :index, as: 'index'
|
5441
5479
|
collection :safety_ratings, as: 'safetyRatings', class: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceSafetyRating, decorator: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceSafetyRating::Representation
|
5442
5480
|
|
@@ -5473,6 +5511,16 @@ module Google
|
|
5473
5511
|
end
|
5474
5512
|
end
|
5475
5513
|
|
5514
|
+
class CloudAiNlLlmProtoServiceFact
|
5515
|
+
# @private
|
5516
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5517
|
+
property :query, as: 'query'
|
5518
|
+
property :summary, as: 'summary'
|
5519
|
+
property :title, as: 'title'
|
5520
|
+
property :url, as: 'url'
|
5521
|
+
end
|
5522
|
+
end
|
5523
|
+
|
5476
5524
|
class CloudAiNlLlmProtoServiceFunctionCall
|
5477
5525
|
# @private
|
5478
5526
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5496,6 +5544,8 @@ module Google
|
|
5496
5544
|
|
5497
5545
|
property :debug_metadata, as: 'debugMetadata', class: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceMessageMetadata, decorator: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceMessageMetadata::Representation
|
5498
5546
|
|
5547
|
+
collection :facts, as: 'facts', class: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceFact, decorator: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceFact::Representation
|
5548
|
+
|
5499
5549
|
property :prompt_feedback, as: 'promptFeedback', class: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServicePromptFeedback, decorator: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServicePromptFeedback::Representation
|
5500
5550
|
|
5501
5551
|
property :reporting_metrics, as: 'reportingMetrics', class: Google::Apis::AiplatformV1beta1::IntelligenceCloudAutomlXpsReportingMetrics, decorator: Google::Apis::AiplatformV1beta1::IntelligenceCloudAutomlXpsReportingMetrics::Representation
|
@@ -5578,7 +5628,7 @@ module Google
|
|
5578
5628
|
property :blocked, as: 'blocked'
|
5579
5629
|
collection :error_codes, as: 'errorCodes'
|
5580
5630
|
property :filtered, as: 'filtered'
|
5581
|
-
property :language_filter_result, as: 'languageFilterResult', class: Google::Apis::AiplatformV1beta1::
|
5631
|
+
property :language_filter_result, as: 'languageFilterResult', class: Google::Apis::AiplatformV1beta1::LearningGenaiRootLanguageFilterResult, decorator: Google::Apis::AiplatformV1beta1::LearningGenaiRootLanguageFilterResult::Representation
|
5582
5632
|
|
5583
5633
|
collection :rai_signals, as: 'raiSignals', class: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceRaiSignal, decorator: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceRaiSignal::Representation
|
5584
5634
|
|
@@ -6418,14 +6468,6 @@ module Google
|
|
6418
6468
|
end
|
6419
6469
|
end
|
6420
6470
|
|
6421
|
-
class GoogleCloudAiplatformV1beta1CreateExtensionDeploymentOperationMetadata
|
6422
|
-
# @private
|
6423
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
6424
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata::Representation
|
6425
|
-
|
6426
|
-
end
|
6427
|
-
end
|
6428
|
-
|
6429
6471
|
class GoogleCloudAiplatformV1beta1CreateFeatureGroupOperationMetadata
|
6430
6472
|
# @private
|
6431
6473
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6515,6 +6557,7 @@ module Google
|
|
6515
6557
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6516
6558
|
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata::Representation
|
6517
6559
|
|
6560
|
+
property :progress_message, as: 'progressMessage'
|
6518
6561
|
end
|
6519
6562
|
end
|
6520
6563
|
|
@@ -6525,6 +6568,7 @@ module Google
|
|
6525
6568
|
property :pipeline_job, as: 'pipelineJob', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineJob, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineJob::Representation
|
6526
6569
|
|
6527
6570
|
property :pipeline_job_id, as: 'pipelineJobId'
|
6571
|
+
property :preflight_validations, as: 'preflightValidations'
|
6528
6572
|
end
|
6529
6573
|
end
|
6530
6574
|
|
@@ -8361,6 +8405,8 @@ module Google
|
|
8361
8405
|
# @private
|
8362
8406
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8363
8407
|
property :match_grpc_address, as: 'matchGrpcAddress'
|
8408
|
+
collection :psc_automated_endpoints, as: 'pscAutomatedEndpoints', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PscAutomatedEndpoints, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PscAutomatedEndpoints::Representation
|
8409
|
+
|
8364
8410
|
property :service_attachment, as: 'serviceAttachment'
|
8365
8411
|
end
|
8366
8412
|
end
|
@@ -9148,6 +9194,7 @@ module Google
|
|
9148
9194
|
property :bigquery_table_path, as: 'bigqueryTablePath'
|
9149
9195
|
property :log_source, as: 'logSource'
|
9150
9196
|
property :log_type, as: 'logType'
|
9197
|
+
property :request_response_logging_schema_version, as: 'requestResponseLoggingSchemaVersion'
|
9151
9198
|
end
|
9152
9199
|
end
|
9153
9200
|
|
@@ -9938,6 +9985,8 @@ module Google
|
|
9938
9985
|
class GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfig
|
9939
9986
|
# @private
|
9940
9987
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9988
|
+
property :default_runtime, as: 'defaultRuntime', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigDefaultRuntime, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigDefaultRuntime::Representation
|
9989
|
+
|
9941
9990
|
property :failure_policy, as: 'failurePolicy'
|
9942
9991
|
property :gcs_output_directory, as: 'gcsOutputDirectory'
|
9943
9992
|
hash :input_artifacts, as: 'inputArtifacts', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigInputArtifact, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigInputArtifact::Representation
|
@@ -9948,6 +9997,14 @@ module Google
|
|
9948
9997
|
end
|
9949
9998
|
end
|
9950
9999
|
|
10000
|
+
class GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigDefaultRuntime
|
10001
|
+
# @private
|
10002
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10003
|
+
property :persistent_resource_runtime_detail, as: 'persistentResourceRuntimeDetail', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigPersistentResourceRuntimeDetail, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigPersistentResourceRuntimeDetail::Representation
|
10004
|
+
|
10005
|
+
end
|
10006
|
+
end
|
10007
|
+
|
9951
10008
|
class GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigInputArtifact
|
9952
10009
|
# @private
|
9953
10010
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9955,6 +10012,13 @@ module Google
|
|
9955
10012
|
end
|
9956
10013
|
end
|
9957
10014
|
|
10015
|
+
class GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigPersistentResourceRuntimeDetail
|
10016
|
+
# @private
|
10017
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10018
|
+
property :persistent_resource_name, as: 'persistentResourceName'
|
10019
|
+
end
|
10020
|
+
end
|
10021
|
+
|
9958
10022
|
class GoogleCloudAiplatformV1beta1PipelineTaskDetail
|
9959
10023
|
# @private
|
9960
10024
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10129,6 +10193,15 @@ module Google
|
|
10129
10193
|
end
|
10130
10194
|
end
|
10131
10195
|
|
10196
|
+
class GoogleCloudAiplatformV1beta1PscAutomatedEndpoints
|
10197
|
+
# @private
|
10198
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10199
|
+
property :match_address, as: 'matchAddress'
|
10200
|
+
property :network, as: 'network'
|
10201
|
+
property :project_id, as: 'projectId'
|
10202
|
+
end
|
10203
|
+
end
|
10204
|
+
|
10132
10205
|
class GoogleCloudAiplatformV1beta1PublisherModel
|
10133
10206
|
# @private
|
10134
10207
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10155,6 +10228,8 @@ module Google
|
|
10155
10228
|
|
10156
10229
|
property :deploy, as: 'deploy', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeploy, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeploy::Representation
|
10157
10230
|
|
10231
|
+
property :deploy_gke, as: 'deployGke', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployGke, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployGke::Representation
|
10232
|
+
|
10158
10233
|
property :open_evaluation_pipeline, as: 'openEvaluationPipeline', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences::Representation
|
10159
10234
|
|
10160
10235
|
property :open_fine_tuning_pipeline, as: 'openFineTuningPipeline', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences::Representation
|
@@ -10197,6 +10272,13 @@ module Google
|
|
10197
10272
|
end
|
10198
10273
|
end
|
10199
10274
|
|
10275
|
+
class GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployGke
|
10276
|
+
# @private
|
10277
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10278
|
+
collection :gke_yaml_configs, as: 'gkeYamlConfigs'
|
10279
|
+
end
|
10280
|
+
end
|
10281
|
+
|
10200
10282
|
class GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenFineTuningPipelines
|
10201
10283
|
# @private
|
10202
10284
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10732,7 +10814,6 @@ module Google
|
|
10732
10814
|
# @private
|
10733
10815
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10734
10816
|
property :disable_retries, as: 'disableRetries'
|
10735
|
-
property :max_wait_duration, as: 'maxWaitDuration'
|
10736
10817
|
property :restart_job_on_worker_restart, as: 'restartJobOnWorkerRestart'
|
10737
10818
|
property :timeout, as: 'timeout'
|
10738
10819
|
end
|
@@ -13166,6 +13247,7 @@ module Google
|
|
13166
13247
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13167
13248
|
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata::Representation
|
13168
13249
|
|
13250
|
+
property :progress_message, as: 'progressMessage'
|
13169
13251
|
end
|
13170
13252
|
end
|
13171
13253
|
|
@@ -13233,6 +13315,7 @@ module Google
|
|
13233
13315
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13234
13316
|
collection :datapoints, as: 'datapoints', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1IndexDatapoint, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1IndexDatapoint::Representation
|
13235
13317
|
|
13318
|
+
property :update_mask, as: 'updateMask'
|
13236
13319
|
end
|
13237
13320
|
end
|
13238
13321
|
|
@@ -13543,6 +13626,7 @@ module Google
|
|
13543
13626
|
property :arxiv_id, as: 'arxivId'
|
13544
13627
|
property :author, as: 'author'
|
13545
13628
|
property :bibkey, as: 'bibkey'
|
13629
|
+
property :biorxiv_id, as: 'biorxivId'
|
13546
13630
|
property :book_title, as: 'bookTitle'
|
13547
13631
|
property :book_volume_id, :numeric_string => true, as: 'bookVolumeId'
|
13548
13632
|
property :category, as: 'category'
|
@@ -13567,6 +13651,7 @@ module Google
|
|
13567
13651
|
property :url, as: 'url'
|
13568
13652
|
property :volume_id, as: 'volumeId'
|
13569
13653
|
property :wikipedia_article_title, as: 'wikipediaArticleTitle'
|
13654
|
+
property :youtube_video_id, as: 'youtubeVideoId'
|
13570
13655
|
end
|
13571
13656
|
end
|
13572
13657
|
|
@@ -13615,6 +13700,7 @@ module Google
|
|
13615
13700
|
property :arxiv_id, as: 'arxivId'
|
13616
13701
|
property :author, as: 'author'
|
13617
13702
|
property :bibkey, as: 'bibkey'
|
13703
|
+
property :biorxiv_id, as: 'biorxivId'
|
13618
13704
|
property :book_title, as: 'bookTitle'
|
13619
13705
|
property :book_volume_id, :numeric_string => true, as: 'bookVolumeId'
|
13620
13706
|
property :conversation_id, as: 'conversationId'
|
@@ -13638,6 +13724,7 @@ module Google
|
|
13638
13724
|
property :url, as: 'url'
|
13639
13725
|
property :volume_id, as: 'volumeId'
|
13640
13726
|
property :wikipedia_article_title, as: 'wikipediaArticleTitle'
|
13727
|
+
property :youtube_video_id, as: 'youtubeVideoId'
|
13641
13728
|
end
|
13642
13729
|
end
|
13643
13730
|
|
@@ -13738,7 +13825,7 @@ module Google
|
|
13738
13825
|
property :classifier_output, as: 'classifierOutput', class: Google::Apis::AiplatformV1beta1::LearningGenaiRootClassifierOutput, decorator: Google::Apis::AiplatformV1beta1::LearningGenaiRootClassifierOutput::Representation
|
13739
13826
|
|
13740
13827
|
property :default_metadata, as: 'defaultMetadata'
|
13741
|
-
property :language_filter_result, as: 'languageFilterResult', class: Google::Apis::AiplatformV1beta1::
|
13828
|
+
property :language_filter_result, as: 'languageFilterResult', class: Google::Apis::AiplatformV1beta1::LearningGenaiRootLanguageFilterResult, decorator: Google::Apis::AiplatformV1beta1::LearningGenaiRootLanguageFilterResult::Representation
|
13742
13829
|
|
13743
13830
|
property :rai_output, as: 'raiOutput', class: Google::Apis::AiplatformV1beta1::LearningGenaiRootRaiOutput, decorator: Google::Apis::AiplatformV1beta1::LearningGenaiRootRaiOutput::Representation
|
13744
13831
|
|
@@ -13755,6 +13842,26 @@ module Google
|
|
13755
13842
|
end
|
13756
13843
|
end
|
13757
13844
|
|
13845
|
+
class LearningGenaiRootGroundingMetadata
|
13846
|
+
# @private
|
13847
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13848
|
+
collection :citations, as: 'citations', class: Google::Apis::AiplatformV1beta1::LearningGenaiRootGroundingMetadataCitation, decorator: Google::Apis::AiplatformV1beta1::LearningGenaiRootGroundingMetadataCitation::Representation
|
13849
|
+
|
13850
|
+
property :grounding_cancelled, as: 'groundingCancelled'
|
13851
|
+
collection :search_queries, as: 'searchQueries'
|
13852
|
+
end
|
13853
|
+
end
|
13854
|
+
|
13855
|
+
class LearningGenaiRootGroundingMetadataCitation
|
13856
|
+
# @private
|
13857
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13858
|
+
property :end_index, as: 'endIndex'
|
13859
|
+
property :fact_index, as: 'factIndex'
|
13860
|
+
property :score, as: 'score'
|
13861
|
+
property :start_index, as: 'startIndex'
|
13862
|
+
end
|
13863
|
+
end
|
13864
|
+
|
13758
13865
|
class LearningGenaiRootHarm
|
13759
13866
|
# @private
|
13760
13867
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13820,6 +13927,15 @@ module Google
|
|
13820
13927
|
end
|
13821
13928
|
end
|
13822
13929
|
|
13930
|
+
class LearningGenaiRootLanguageFilterResult
|
13931
|
+
# @private
|
13932
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13933
|
+
property :allowed, as: 'allowed'
|
13934
|
+
property :detected_language, as: 'detectedLanguage'
|
13935
|
+
property :detected_language_probability, as: 'detectedLanguageProbability'
|
13936
|
+
end
|
13937
|
+
end
|
13938
|
+
|
13823
13939
|
class LearningGenaiRootMetricOutput
|
13824
13940
|
# @private
|
13825
13941
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14049,15 +14165,6 @@ module Google
|
|
14049
14165
|
end
|
14050
14166
|
end
|
14051
14167
|
|
14052
|
-
class LearningServingLlmLanguageFilterResult
|
14053
|
-
# @private
|
14054
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
14055
|
-
property :allowed, as: 'allowed'
|
14056
|
-
property :detected_language, as: 'detectedLanguage'
|
14057
|
-
property :detected_language_probability, as: 'detectedLanguageProbability'
|
14058
|
-
end
|
14059
|
-
end
|
14060
|
-
|
14061
14168
|
class LearningServingLlmMessageMetadata
|
14062
14169
|
# @private
|
14063
14170
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14070,6 +14177,8 @@ module Google
|
|
14070
14177
|
property :final_message_score, as: 'finalMessageScore', class: Google::Apis::AiplatformV1beta1::LearningGenaiRootScore, decorator: Google::Apis::AiplatformV1beta1::LearningGenaiRootScore::Representation
|
14071
14178
|
|
14072
14179
|
property :finish_reason, as: 'finishReason'
|
14180
|
+
property :grounding_metadata, as: 'groundingMetadata', class: Google::Apis::AiplatformV1beta1::LearningGenaiRootGroundingMetadata, decorator: Google::Apis::AiplatformV1beta1::LearningGenaiRootGroundingMetadata::Representation
|
14181
|
+
|
14073
14182
|
property :is_fallback, as: 'isFallback'
|
14074
14183
|
property :langid_result, as: 'langidResult', class: Google::Apis::AiplatformV1beta1::NlpSaftLangIdResult, decorator: Google::Apis::AiplatformV1beta1::NlpSaftLangIdResult::Representation
|
14075
14184
|
|
@@ -3436,8 +3436,8 @@ module Google
|
|
3436
3436
|
execute_or_queue_command(command, &block)
|
3437
3437
|
end
|
3438
3438
|
|
3439
|
-
# Perform an unary online prediction request
|
3440
|
-
# frameworks.
|
3439
|
+
# Perform an unary online prediction request to a gRPC model server for Vertex
|
3440
|
+
# first-party products and frameworks.
|
3441
3441
|
# @param [String] endpoint
|
3442
3442
|
# Required. The name of the Endpoint requested to serve the prediction. Format: `
|
3443
3443
|
# projects/`project`/locations/`location`/endpoints/`endpoint``
|
@@ -3471,7 +3471,8 @@ module Google
|
|
3471
3471
|
execute_or_queue_command(command, &block)
|
3472
3472
|
end
|
3473
3473
|
|
3474
|
-
# Perform an online prediction request
|
3474
|
+
# Perform an unary online prediction request to a gRPC model server for custom
|
3475
|
+
# containers.
|
3475
3476
|
# @param [String] endpoint
|
3476
3477
|
# Required. The name of the Endpoint requested to serve the prediction. Format: `
|
3477
3478
|
# projects/`project`/locations/`location`/endpoints/`endpoint``
|
@@ -3542,6 +3543,40 @@ module Google
|
|
3542
3543
|
execute_or_queue_command(command, &block)
|
3543
3544
|
end
|
3544
3545
|
|
3546
|
+
# Generate content with multimodal inputs.
|
3547
|
+
# @param [String] model
|
3548
|
+
# Required. The name of the publisher model requested to serve the prediction.
|
3549
|
+
# Format: `projects/`project`/locations/`location`/publishers/*/models/*`
|
3550
|
+
# @param [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateContentRequest] google_cloud_aiplatform_v1beta1_generate_content_request_object
|
3551
|
+
# @param [String] fields
|
3552
|
+
# Selector specifying which fields to include in a partial response.
|
3553
|
+
# @param [String] quota_user
|
3554
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
3555
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
3556
|
+
# @param [Google::Apis::RequestOptions] options
|
3557
|
+
# Request-specific options
|
3558
|
+
#
|
3559
|
+
# @yield [result, err] Result & error if block supplied
|
3560
|
+
# @yieldparam result [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateContentResponse] parsed result object
|
3561
|
+
# @yieldparam err [StandardError] error object if request failed
|
3562
|
+
#
|
3563
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateContentResponse]
|
3564
|
+
#
|
3565
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
3566
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
3567
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
3568
|
+
def generate_project_location_endpoint_content(model, google_cloud_aiplatform_v1beta1_generate_content_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
3569
|
+
command = make_simple_command(:post, 'v1beta1/{+model}:generateContent', options)
|
3570
|
+
command.request_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateContentRequest::Representation
|
3571
|
+
command.request_object = google_cloud_aiplatform_v1beta1_generate_content_request_object
|
3572
|
+
command.response_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateContentResponse::Representation
|
3573
|
+
command.response_class = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateContentResponse
|
3574
|
+
command.params['model'] = model unless model.nil?
|
3575
|
+
command.query['fields'] = fields unless fields.nil?
|
3576
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
3577
|
+
execute_or_queue_command(command, &block)
|
3578
|
+
end
|
3579
|
+
|
3545
3580
|
# Gets an Endpoint.
|
3546
3581
|
# @param [String] name
|
3547
3582
|
# Required. The name of the Endpoint resource. Format: `projects/`project`/
|
@@ -5642,7 +5677,7 @@ module Google
|
|
5642
5677
|
# Creates a new FeatureOnlineStore in a given project and location.
|
5643
5678
|
# @param [String] parent
|
5644
5679
|
# Required. The resource name of the Location to create FeatureOnlineStores.
|
5645
|
-
# Format: `projects/`project`/locations/`location
|
5680
|
+
# Format: `projects/`project`/locations/`location``
|
5646
5681
|
# @param [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureOnlineStore] google_cloud_aiplatform_v1beta1_feature_online_store_object
|
5647
5682
|
# @param [String] feature_online_store_id
|
5648
5683
|
# Required. The ID to use for this FeatureOnlineStore, which will become the
|
@@ -5817,7 +5852,7 @@ module Google
|
|
5817
5852
|
# be overwritten if it is in the mask. If the user does not provide a mask then
|
5818
5853
|
# only the non-empty fields present in the request will be overwritten. Set the
|
5819
5854
|
# update_mask to `*` to override all fields. Updatable fields: * `
|
5820
|
-
# big_query_source` * `labels` * `sync_config`
|
5855
|
+
# big_query_source` * `bigtable` * `labels` * `sync_config`
|
5821
5856
|
# @param [String] fields
|
5822
5857
|
# Selector specifying which fields to include in a partial response.
|
5823
5858
|
# @param [String] quota_user
|
@@ -15434,6 +15469,9 @@ module Google
|
|
15434
15469
|
# the PipelineJob name. If not provided, an ID will be automatically generated.
|
15435
15470
|
# This value should be less than 128 characters, and valid characters are `/a-z-/
|
15436
15471
|
# `.
|
15472
|
+
# @param [Boolean] preflight_validations
|
15473
|
+
# Optional. Whether to do component level validations before job creation.
|
15474
|
+
# Currently we only support Google First Party Component/Pipelines.
|
15437
15475
|
# @param [String] fields
|
15438
15476
|
# Selector specifying which fields to include in a partial response.
|
15439
15477
|
# @param [String] quota_user
|
@@ -15451,7 +15489,7 @@ module Google
|
|
15451
15489
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
15452
15490
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
15453
15491
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
15454
|
-
def create_project_location_pipeline_job(parent, google_cloud_aiplatform_v1beta1_pipeline_job_object = nil, pipeline_job_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
15492
|
+
def create_project_location_pipeline_job(parent, google_cloud_aiplatform_v1beta1_pipeline_job_object = nil, pipeline_job_id: nil, preflight_validations: nil, fields: nil, quota_user: nil, options: nil, &block)
|
15455
15493
|
command = make_simple_command(:post, 'v1beta1/{+parent}/pipelineJobs', options)
|
15456
15494
|
command.request_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineJob::Representation
|
15457
15495
|
command.request_object = google_cloud_aiplatform_v1beta1_pipeline_job_object
|
@@ -15459,6 +15497,7 @@ module Google
|
|
15459
15497
|
command.response_class = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineJob
|
15460
15498
|
command.params['parent'] = parent unless parent.nil?
|
15461
15499
|
command.query['pipelineJobId'] = pipeline_job_id unless pipeline_job_id.nil?
|
15500
|
+
command.query['preflightValidations'] = preflight_validations unless preflight_validations.nil?
|
15462
15501
|
command.query['fields'] = fields unless fields.nil?
|
15463
15502
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
15464
15503
|
execute_or_queue_command(command, &block)
|
@@ -15850,6 +15889,40 @@ module Google
|
|
15850
15889
|
execute_or_queue_command(command, &block)
|
15851
15890
|
end
|
15852
15891
|
|
15892
|
+
# Generate content with multimodal inputs.
|
15893
|
+
# @param [String] model
|
15894
|
+
# Required. The name of the publisher model requested to serve the prediction.
|
15895
|
+
# Format: `projects/`project`/locations/`location`/publishers/*/models/*`
|
15896
|
+
# @param [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateContentRequest] google_cloud_aiplatform_v1beta1_generate_content_request_object
|
15897
|
+
# @param [String] fields
|
15898
|
+
# Selector specifying which fields to include in a partial response.
|
15899
|
+
# @param [String] quota_user
|
15900
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
15901
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
15902
|
+
# @param [Google::Apis::RequestOptions] options
|
15903
|
+
# Request-specific options
|
15904
|
+
#
|
15905
|
+
# @yield [result, err] Result & error if block supplied
|
15906
|
+
# @yieldparam result [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateContentResponse] parsed result object
|
15907
|
+
# @yieldparam err [StandardError] error object if request failed
|
15908
|
+
#
|
15909
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateContentResponse]
|
15910
|
+
#
|
15911
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
15912
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
15913
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
15914
|
+
def generate_project_location_publisher_model_content(model, google_cloud_aiplatform_v1beta1_generate_content_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
15915
|
+
command = make_simple_command(:post, 'v1beta1/{+model}:generateContent', options)
|
15916
|
+
command.request_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateContentRequest::Representation
|
15917
|
+
command.request_object = google_cloud_aiplatform_v1beta1_generate_content_request_object
|
15918
|
+
command.response_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateContentResponse::Representation
|
15919
|
+
command.response_class = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateContentResponse
|
15920
|
+
command.params['model'] = model unless model.nil?
|
15921
|
+
command.query['fields'] = fields unless fields.nil?
|
15922
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
15923
|
+
execute_or_queue_command(command, &block)
|
15924
|
+
end
|
15925
|
+
|
15853
15926
|
# Gets the access control policy for a resource. Returns an empty policy if the
|
15854
15927
|
# resource exists and does not have a policy set.
|
15855
15928
|
# @param [String] resource
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.17.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-02-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1beta1/v0.17.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|