google-apis-aiplatform_v1 0.13.0 → 0.15.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/OVERVIEW.md +2 -2
- data/lib/google/apis/aiplatform_v1/classes.rb +447 -70
- data/lib/google/apis/aiplatform_v1/gem_version.rb +3 -3
- data/lib/google/apis/aiplatform_v1/representations.rb +201 -30
- data/lib/google/apis/aiplatform_v1/service.rb +2 -6
- metadata +7 -7
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AiplatformV1
|
18
18
|
# Version of the google-apis-aiplatform_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.15.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240219"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -208,6 +208,12 @@ module Google
|
|
208
208
|
include Google::Apis::Core::JsonObjectSupport
|
209
209
|
end
|
210
210
|
|
211
|
+
class CloudAiNlLlmProtoServiceSafetyRatingInfluentialTerm
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
211
217
|
class CloudAiNlLlmProtoServiceUsageMetadata
|
212
218
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
219
|
|
@@ -1420,6 +1426,12 @@ module Google
|
|
1420
1426
|
include Google::Apis::Core::JsonObjectSupport
|
1421
1427
|
end
|
1422
1428
|
|
1429
|
+
class GoogleCloudAiplatformV1FeatureViewDataKeyCompositeKey
|
1430
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1431
|
+
|
1432
|
+
include Google::Apis::Core::JsonObjectSupport
|
1433
|
+
end
|
1434
|
+
|
1423
1435
|
class GoogleCloudAiplatformV1FeatureViewFeatureRegistrySource
|
1424
1436
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1425
1437
|
|
@@ -1444,6 +1456,12 @@ module Google
|
|
1444
1456
|
include Google::Apis::Core::JsonObjectSupport
|
1445
1457
|
end
|
1446
1458
|
|
1459
|
+
class GoogleCloudAiplatformV1FeatureViewSyncSyncSummary
|
1460
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1461
|
+
|
1462
|
+
include Google::Apis::Core::JsonObjectSupport
|
1463
|
+
end
|
1464
|
+
|
1447
1465
|
class GoogleCloudAiplatformV1Featurestore
|
1448
1466
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1449
1467
|
|
@@ -1624,6 +1642,24 @@ module Google
|
|
1624
1642
|
include Google::Apis::Core::JsonObjectSupport
|
1625
1643
|
end
|
1626
1644
|
|
1645
|
+
class GoogleCloudAiplatformV1GroundingAttribution
|
1646
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1647
|
+
|
1648
|
+
include Google::Apis::Core::JsonObjectSupport
|
1649
|
+
end
|
1650
|
+
|
1651
|
+
class GoogleCloudAiplatformV1GroundingAttributionWeb
|
1652
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1653
|
+
|
1654
|
+
include Google::Apis::Core::JsonObjectSupport
|
1655
|
+
end
|
1656
|
+
|
1657
|
+
class GoogleCloudAiplatformV1GroundingMetadata
|
1658
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1659
|
+
|
1660
|
+
include Google::Apis::Core::JsonObjectSupport
|
1661
|
+
end
|
1662
|
+
|
1627
1663
|
class GoogleCloudAiplatformV1HyperparameterTuningJob
|
1628
1664
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1629
1665
|
|
@@ -2596,24 +2632,12 @@ module Google
|
|
2596
2632
|
include Google::Apis::Core::JsonObjectSupport
|
2597
2633
|
end
|
2598
2634
|
|
2599
|
-
class GoogleCloudAiplatformV1PipelineJobRuntimeConfigDefaultRuntime
|
2600
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2601
|
-
|
2602
|
-
include Google::Apis::Core::JsonObjectSupport
|
2603
|
-
end
|
2604
|
-
|
2605
2635
|
class GoogleCloudAiplatformV1PipelineJobRuntimeConfigInputArtifact
|
2606
2636
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2607
2637
|
|
2608
2638
|
include Google::Apis::Core::JsonObjectSupport
|
2609
2639
|
end
|
2610
2640
|
|
2611
|
-
class GoogleCloudAiplatformV1PipelineJobRuntimeConfigPersistentResourceRuntimeDetail
|
2612
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2613
|
-
|
2614
|
-
include Google::Apis::Core::JsonObjectSupport
|
2615
|
-
end
|
2616
|
-
|
2617
2641
|
class GoogleCloudAiplatformV1PipelineTaskDetail
|
2618
2642
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2619
2643
|
|
@@ -4090,6 +4114,12 @@ module Google
|
|
4090
4114
|
include Google::Apis::Core::JsonObjectSupport
|
4091
4115
|
end
|
4092
4116
|
|
4117
|
+
class GoogleCloudAiplatformV1Segment
|
4118
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4119
|
+
|
4120
|
+
include Google::Apis::Core::JsonObjectSupport
|
4121
|
+
end
|
4122
|
+
|
4093
4123
|
class GoogleCloudAiplatformV1ShieldedVmConfig
|
4094
4124
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4095
4125
|
|
@@ -4834,6 +4864,36 @@ module Google
|
|
4834
4864
|
include Google::Apis::Core::JsonObjectSupport
|
4835
4865
|
end
|
4836
4866
|
|
4867
|
+
class LearningGenaiRootCodeyChatMetadata
|
4868
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4869
|
+
|
4870
|
+
include Google::Apis::Core::JsonObjectSupport
|
4871
|
+
end
|
4872
|
+
|
4873
|
+
class LearningGenaiRootCodeyCheckpoint
|
4874
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4875
|
+
|
4876
|
+
include Google::Apis::Core::JsonObjectSupport
|
4877
|
+
end
|
4878
|
+
|
4879
|
+
class LearningGenaiRootCodeyCompletionMetadata
|
4880
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4881
|
+
|
4882
|
+
include Google::Apis::Core::JsonObjectSupport
|
4883
|
+
end
|
4884
|
+
|
4885
|
+
class LearningGenaiRootCodeyOutput
|
4886
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4887
|
+
|
4888
|
+
include Google::Apis::Core::JsonObjectSupport
|
4889
|
+
end
|
4890
|
+
|
4891
|
+
class LearningGenaiRootCodeyTruncatorMetadata
|
4892
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4893
|
+
|
4894
|
+
include Google::Apis::Core::JsonObjectSupport
|
4895
|
+
end
|
4896
|
+
|
4837
4897
|
class LearningGenaiRootDataProviderOutput
|
4838
4898
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4839
4899
|
|
@@ -5138,6 +5198,7 @@ module Google
|
|
5138
5198
|
|
5139
5199
|
property :semantic_filter_response, as: 'semanticFilterResponse', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionSemanticFilterResponse, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionSemanticFilterResponse::Representation
|
5140
5200
|
|
5201
|
+
property :text, as: 'text'
|
5141
5202
|
property :uri, as: 'uri'
|
5142
5203
|
end
|
5143
5204
|
end
|
@@ -5419,7 +5480,22 @@ module Google
|
|
5419
5480
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5420
5481
|
property :blocked, as: 'blocked'
|
5421
5482
|
property :category, as: 'category'
|
5483
|
+
collection :influential_terms, as: 'influentialTerms', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceSafetyRatingInfluentialTerm, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceSafetyRatingInfluentialTerm::Representation
|
5484
|
+
|
5422
5485
|
property :probability, as: 'probability'
|
5486
|
+
property :probability_score, as: 'probabilityScore'
|
5487
|
+
property :severity, as: 'severity'
|
5488
|
+
property :severity_score, as: 'severityScore'
|
5489
|
+
end
|
5490
|
+
end
|
5491
|
+
|
5492
|
+
class CloudAiNlLlmProtoServiceSafetyRatingInfluentialTerm
|
5493
|
+
# @private
|
5494
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5495
|
+
property :begin_offset, as: 'beginOffset'
|
5496
|
+
property :confidence, as: 'confidence'
|
5497
|
+
property :source, as: 'source'
|
5498
|
+
property :term, as: 'term'
|
5423
5499
|
end
|
5424
5500
|
end
|
5425
5501
|
|
@@ -5967,6 +6043,8 @@ module Google
|
|
5967
6043
|
|
5968
6044
|
property :finish_message, as: 'finishMessage'
|
5969
6045
|
property :finish_reason, as: 'finishReason'
|
6046
|
+
property :grounding_metadata, as: 'groundingMetadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingMetadata, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingMetadata::Representation
|
6047
|
+
|
5970
6048
|
property :index, as: 'index'
|
5971
6049
|
collection :safety_ratings, as: 'safetyRatings', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SafetyRating, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SafetyRating::Representation
|
5972
6050
|
|
@@ -6281,7 +6359,6 @@ module Google
|
|
6281
6359
|
property :pipeline_job, as: 'pipelineJob', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PipelineJob, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PipelineJob::Representation
|
6282
6360
|
|
6283
6361
|
property :pipeline_job_id, as: 'pipelineJobId'
|
6284
|
-
property :preflight_validations, as: 'preflightValidations'
|
6285
6362
|
end
|
6286
6363
|
end
|
6287
6364
|
|
@@ -6465,7 +6542,9 @@ module Google
|
|
6465
6542
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6466
6543
|
property :big_query_dataset_name, as: 'bigQueryDatasetName'
|
6467
6544
|
property :create_time, as: 'createTime'
|
6545
|
+
property :display_name, as: 'displayName'
|
6468
6546
|
property :etag, as: 'etag'
|
6547
|
+
property :metadata, as: 'metadata'
|
6469
6548
|
property :name, as: 'name'
|
6470
6549
|
property :update_time, as: 'updateTime'
|
6471
6550
|
end
|
@@ -6784,6 +6863,8 @@ module Google
|
|
6784
6863
|
property :network, as: 'network'
|
6785
6864
|
property :predict_request_response_logging_config, as: 'predictRequestResponseLoggingConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig::Representation
|
6786
6865
|
|
6866
|
+
property :private_service_connect_config, as: 'privateServiceConnectConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PrivateServiceConnectConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PrivateServiceConnectConfig::Representation
|
6867
|
+
|
6787
6868
|
hash :traffic_split, as: 'trafficSplit'
|
6788
6869
|
property :update_time, as: 'updateTime'
|
6789
6870
|
end
|
@@ -7260,6 +7341,7 @@ module Google
|
|
7260
7341
|
collection :monitoring_stats_anomalies, as: 'monitoringStatsAnomalies', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureMonitoringStatsAnomaly, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureMonitoringStatsAnomaly::Representation
|
7261
7342
|
|
7262
7343
|
property :name, as: 'name'
|
7344
|
+
property :point_of_contact, as: 'pointOfContact'
|
7263
7345
|
property :update_time, as: 'updateTime'
|
7264
7346
|
property :value_type, as: 'valueType'
|
7265
7347
|
property :version_column_name, as: 'versionColumnName'
|
@@ -7442,15 +7524,25 @@ module Google
|
|
7442
7524
|
class GoogleCloudAiplatformV1FeatureViewDataKey
|
7443
7525
|
# @private
|
7444
7526
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7527
|
+
property :composite_key, as: 'compositeKey', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewDataKeyCompositeKey, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewDataKeyCompositeKey::Representation
|
7528
|
+
|
7445
7529
|
property :key, as: 'key'
|
7446
7530
|
end
|
7447
7531
|
end
|
7448
7532
|
|
7533
|
+
class GoogleCloudAiplatformV1FeatureViewDataKeyCompositeKey
|
7534
|
+
# @private
|
7535
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7536
|
+
collection :parts, as: 'parts'
|
7537
|
+
end
|
7538
|
+
end
|
7539
|
+
|
7449
7540
|
class GoogleCloudAiplatformV1FeatureViewFeatureRegistrySource
|
7450
7541
|
# @private
|
7451
7542
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7452
7543
|
collection :feature_groups, as: 'featureGroups', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewFeatureRegistrySourceFeatureGroup, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewFeatureRegistrySourceFeatureGroup::Representation
|
7453
7544
|
|
7545
|
+
property :project_number, :numeric_string => true, as: 'projectNumber'
|
7454
7546
|
end
|
7455
7547
|
end
|
7456
7548
|
|
@@ -7471,6 +7563,8 @@ module Google
|
|
7471
7563
|
property :name, as: 'name'
|
7472
7564
|
property :run_time, as: 'runTime', class: Google::Apis::AiplatformV1::GoogleTypeInterval, decorator: Google::Apis::AiplatformV1::GoogleTypeInterval::Representation
|
7473
7565
|
|
7566
|
+
property :sync_summary, as: 'syncSummary', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewSyncSyncSummary, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewSyncSyncSummary::Representation
|
7567
|
+
|
7474
7568
|
end
|
7475
7569
|
end
|
7476
7570
|
|
@@ -7481,6 +7575,14 @@ module Google
|
|
7481
7575
|
end
|
7482
7576
|
end
|
7483
7577
|
|
7578
|
+
class GoogleCloudAiplatformV1FeatureViewSyncSyncSummary
|
7579
|
+
# @private
|
7580
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7581
|
+
property :row_synced, :numeric_string => true, as: 'rowSynced'
|
7582
|
+
property :total_slot, :numeric_string => true, as: 'totalSlot'
|
7583
|
+
end
|
7584
|
+
end
|
7585
|
+
|
7484
7586
|
class GoogleCloudAiplatformV1Featurestore
|
7485
7587
|
# @private
|
7486
7588
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7770,6 +7872,34 @@ module Google
|
|
7770
7872
|
end
|
7771
7873
|
end
|
7772
7874
|
|
7875
|
+
class GoogleCloudAiplatformV1GroundingAttribution
|
7876
|
+
# @private
|
7877
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7878
|
+
property :confidence_score, as: 'confidenceScore'
|
7879
|
+
property :segment, as: 'segment', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Segment, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Segment::Representation
|
7880
|
+
|
7881
|
+
property :web, as: 'web', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingAttributionWeb, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingAttributionWeb::Representation
|
7882
|
+
|
7883
|
+
end
|
7884
|
+
end
|
7885
|
+
|
7886
|
+
class GoogleCloudAiplatformV1GroundingAttributionWeb
|
7887
|
+
# @private
|
7888
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7889
|
+
property :title, as: 'title'
|
7890
|
+
property :uri, as: 'uri'
|
7891
|
+
end
|
7892
|
+
end
|
7893
|
+
|
7894
|
+
class GoogleCloudAiplatformV1GroundingMetadata
|
7895
|
+
# @private
|
7896
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7897
|
+
collection :grounding_attributions, as: 'groundingAttributions', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingAttribution, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingAttribution::Representation
|
7898
|
+
|
7899
|
+
collection :web_search_queries, as: 'webSearchQueries'
|
7900
|
+
end
|
7901
|
+
end
|
7902
|
+
|
7773
7903
|
class GoogleCloudAiplatformV1HyperparameterTuningJob
|
7774
7904
|
# @private
|
7775
7905
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9509,8 +9639,6 @@ module Google
|
|
9509
9639
|
class GoogleCloudAiplatformV1PipelineJobRuntimeConfig
|
9510
9640
|
# @private
|
9511
9641
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9512
|
-
property :default_runtime, as: 'defaultRuntime', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PipelineJobRuntimeConfigDefaultRuntime, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PipelineJobRuntimeConfigDefaultRuntime::Representation
|
9513
|
-
|
9514
9642
|
property :failure_policy, as: 'failurePolicy'
|
9515
9643
|
property :gcs_output_directory, as: 'gcsOutputDirectory'
|
9516
9644
|
hash :input_artifacts, as: 'inputArtifacts', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PipelineJobRuntimeConfigInputArtifact, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PipelineJobRuntimeConfigInputArtifact::Representation
|
@@ -9521,14 +9649,6 @@ module Google
|
|
9521
9649
|
end
|
9522
9650
|
end
|
9523
9651
|
|
9524
|
-
class GoogleCloudAiplatformV1PipelineJobRuntimeConfigDefaultRuntime
|
9525
|
-
# @private
|
9526
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9527
|
-
property :persistent_resource_runtime_detail, as: 'persistentResourceRuntimeDetail', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PipelineJobRuntimeConfigPersistentResourceRuntimeDetail, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PipelineJobRuntimeConfigPersistentResourceRuntimeDetail::Representation
|
9528
|
-
|
9529
|
-
end
|
9530
|
-
end
|
9531
|
-
|
9532
9652
|
class GoogleCloudAiplatformV1PipelineJobRuntimeConfigInputArtifact
|
9533
9653
|
# @private
|
9534
9654
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9536,13 +9656,6 @@ module Google
|
|
9536
9656
|
end
|
9537
9657
|
end
|
9538
9658
|
|
9539
|
-
class GoogleCloudAiplatformV1PipelineJobRuntimeConfigPersistentResourceRuntimeDetail
|
9540
|
-
# @private
|
9541
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9542
|
-
property :persistent_resource_name, as: 'persistentResourceName'
|
9543
|
-
end
|
9544
|
-
end
|
9545
|
-
|
9546
9659
|
class GoogleCloudAiplatformV1PipelineTaskDetail
|
9547
9660
|
# @private
|
9548
9661
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10138,6 +10251,9 @@ module Google
|
|
10138
10251
|
property :blocked, as: 'blocked'
|
10139
10252
|
property :category, as: 'category'
|
10140
10253
|
property :probability, as: 'probability'
|
10254
|
+
property :probability_score, as: 'probabilityScore'
|
10255
|
+
property :severity, as: 'severity'
|
10256
|
+
property :severity_score, as: 'severityScore'
|
10141
10257
|
end
|
10142
10258
|
end
|
10143
10259
|
|
@@ -11944,6 +12060,15 @@ module Google
|
|
11944
12060
|
end
|
11945
12061
|
end
|
11946
12062
|
|
12063
|
+
class GoogleCloudAiplatformV1Segment
|
12064
|
+
# @private
|
12065
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12066
|
+
property :end_index, as: 'endIndex'
|
12067
|
+
property :part_index, as: 'partIndex'
|
12068
|
+
property :start_index, as: 'startIndex'
|
12069
|
+
end
|
12070
|
+
end
|
12071
|
+
|
11947
12072
|
class GoogleCloudAiplatformV1ShieldedVmConfig
|
11948
12073
|
# @private
|
11949
12074
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13198,6 +13323,49 @@ module Google
|
|
13198
13323
|
end
|
13199
13324
|
end
|
13200
13325
|
|
13326
|
+
class LearningGenaiRootCodeyChatMetadata
|
13327
|
+
# @private
|
13328
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13329
|
+
property :code_language, as: 'codeLanguage'
|
13330
|
+
end
|
13331
|
+
end
|
13332
|
+
|
13333
|
+
class LearningGenaiRootCodeyCheckpoint
|
13334
|
+
# @private
|
13335
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13336
|
+
property :codey_truncator_metadata, as: 'codeyTruncatorMetadata', class: Google::Apis::AiplatformV1::LearningGenaiRootCodeyTruncatorMetadata, decorator: Google::Apis::AiplatformV1::LearningGenaiRootCodeyTruncatorMetadata::Representation
|
13337
|
+
|
13338
|
+
property :current_sample, as: 'currentSample'
|
13339
|
+
property :post_inference_step, as: 'postInferenceStep'
|
13340
|
+
end
|
13341
|
+
end
|
13342
|
+
|
13343
|
+
class LearningGenaiRootCodeyCompletionMetadata
|
13344
|
+
# @private
|
13345
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13346
|
+
collection :checkpoints, as: 'checkpoints', class: Google::Apis::AiplatformV1::LearningGenaiRootCodeyCheckpoint, decorator: Google::Apis::AiplatformV1::LearningGenaiRootCodeyCheckpoint::Representation
|
13347
|
+
|
13348
|
+
end
|
13349
|
+
end
|
13350
|
+
|
13351
|
+
class LearningGenaiRootCodeyOutput
|
13352
|
+
# @private
|
13353
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13354
|
+
property :codey_chat_metadata, as: 'codeyChatMetadata', class: Google::Apis::AiplatformV1::LearningGenaiRootCodeyChatMetadata, decorator: Google::Apis::AiplatformV1::LearningGenaiRootCodeyChatMetadata::Representation
|
13355
|
+
|
13356
|
+
property :codey_completion_metadata, as: 'codeyCompletionMetadata', class: Google::Apis::AiplatformV1::LearningGenaiRootCodeyCompletionMetadata, decorator: Google::Apis::AiplatformV1::LearningGenaiRootCodeyCompletionMetadata::Representation
|
13357
|
+
|
13358
|
+
end
|
13359
|
+
end
|
13360
|
+
|
13361
|
+
class LearningGenaiRootCodeyTruncatorMetadata
|
13362
|
+
# @private
|
13363
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13364
|
+
property :cutoff_index, as: 'cutoffIndex'
|
13365
|
+
property :truncated_text, as: 'truncatedText'
|
13366
|
+
end
|
13367
|
+
end
|
13368
|
+
|
13201
13369
|
class LearningGenaiRootDataProviderOutput
|
13202
13370
|
# @private
|
13203
13371
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13572,6 +13740,8 @@ module Google
|
|
13572
13740
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13573
13741
|
property :classifier_summary, as: 'classifierSummary', class: Google::Apis::AiplatformV1::LearningGenaiRootClassifierOutputSummary, decorator: Google::Apis::AiplatformV1::LearningGenaiRootClassifierOutputSummary::Representation
|
13574
13742
|
|
13743
|
+
property :codey_output, as: 'codeyOutput', class: Google::Apis::AiplatformV1::LearningGenaiRootCodeyOutput, decorator: Google::Apis::AiplatformV1::LearningGenaiRootCodeyOutput::Representation
|
13744
|
+
|
13575
13745
|
property :current_stream_text_length, as: 'currentStreamTextLength'
|
13576
13746
|
property :deleted, as: 'deleted'
|
13577
13747
|
collection :filter_meta, as: 'filterMeta', class: Google::Apis::AiplatformV1::LearningGenaiRootFilterMetadata, decorator: Google::Apis::AiplatformV1::LearningGenaiRootFilterMetadata::Representation
|
@@ -13581,6 +13751,7 @@ module Google
|
|
13581
13751
|
property :finish_reason, as: 'finishReason'
|
13582
13752
|
property :grounding_metadata, as: 'groundingMetadata', class: Google::Apis::AiplatformV1::LearningGenaiRootGroundingMetadata, decorator: Google::Apis::AiplatformV1::LearningGenaiRootGroundingMetadata::Representation
|
13583
13753
|
|
13754
|
+
property :is_code, as: 'isCode'
|
13584
13755
|
property :is_fallback, as: 'isFallback'
|
13585
13756
|
property :langid_result, as: 'langidResult', class: Google::Apis::AiplatformV1::NlpSaftLangIdResult, decorator: Google::Apis::AiplatformV1::NlpSaftLangIdResult::Representation
|
13586
13757
|
|
@@ -5099,7 +5099,7 @@ module Google
|
|
5099
5099
|
# to the resource, not the full request. A field will be overwritten if it is in
|
5100
5100
|
# the mask. If the user does not provide a mask then only the non-empty fields
|
5101
5101
|
# present in the request will be overwritten. Set the update_mask to `*` to
|
5102
|
-
# override all fields. Updatable fields: * `labels`
|
5102
|
+
# override all fields. Updatable fields: * `labels` * `serviceAgentType`
|
5103
5103
|
# @param [String] fields
|
5104
5104
|
# Selector specifying which fields to include in a partial response.
|
5105
5105
|
# @param [String] quota_user
|
@@ -13725,9 +13725,6 @@ module Google
|
|
13725
13725
|
# the PipelineJob name. If not provided, an ID will be automatically generated.
|
13726
13726
|
# This value should be less than 128 characters, and valid characters are `/a-z-/
|
13727
13727
|
# `.
|
13728
|
-
# @param [Boolean] preflight_validations
|
13729
|
-
# Optional. Whether to do component level validations before job creation.
|
13730
|
-
# Currently we only support Google First Party Component/Pipelines.
|
13731
13728
|
# @param [String] fields
|
13732
13729
|
# Selector specifying which fields to include in a partial response.
|
13733
13730
|
# @param [String] quota_user
|
@@ -13745,7 +13742,7 @@ module Google
|
|
13745
13742
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
13746
13743
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
13747
13744
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
13748
|
-
def create_project_location_pipeline_job(parent, google_cloud_aiplatform_v1_pipeline_job_object = nil, pipeline_job_id: nil,
|
13745
|
+
def create_project_location_pipeline_job(parent, google_cloud_aiplatform_v1_pipeline_job_object = nil, pipeline_job_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
13749
13746
|
command = make_simple_command(:post, 'v1/{+parent}/pipelineJobs', options)
|
13750
13747
|
command.request_representation = Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PipelineJob::Representation
|
13751
13748
|
command.request_object = google_cloud_aiplatform_v1_pipeline_job_object
|
@@ -13753,7 +13750,6 @@ module Google
|
|
13753
13750
|
command.response_class = Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PipelineJob
|
13754
13751
|
command.params['parent'] = parent unless parent.nil?
|
13755
13752
|
command.query['pipelineJobId'] = pipeline_job_id unless pipeline_job_id.nil?
|
13756
|
-
command.query['preflightValidations'] = preflight_validations unless preflight_validations.nil?
|
13757
13753
|
command.query['fields'] = fields unless fields.nil?
|
13758
13754
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
13759
13755
|
execute_or_queue_command(command, &block)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-aiplatform_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.15.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-02-
|
11
|
+
date: 2024-02-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.14.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.14.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1/v0.15.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
68
68
|
requirements:
|
69
69
|
- - ">="
|
70
70
|
- !ruby/object:Gem::Version
|
71
|
-
version: '2.
|
71
|
+
version: '2.7'
|
72
72
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
73
73
|
requirements:
|
74
74
|
- - ">="
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.6
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Vertex AI API V1
|