google-apis-aiplatform_v1 0.29.0 → 0.31.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a695fbd6e0b191a0f31f84566fc3b64d6acf02498927b419f0c14c7277e4e385
4
- data.tar.gz: 400a87d126fd5923aba5ce41aad0a5ee27ec24fb2293e11c9ee0a4e1159a0c14
3
+ metadata.gz: e00524b9130c3014ce57addbb40905177ee7a50f7b78a880d75d2a27eeb830ed
4
+ data.tar.gz: fd64a165d6e284b81370f52bac6c4a8171e3ee84785a5e5561e884643f5aa1dd
5
5
  SHA512:
6
- metadata.gz: 52fd8137f58447428a9e1def8e741cd707dc6d694983cb74fb973da810229154143805cc91967ed83faa371e240ce4512e9c6459360cf0015ad1bc6ab34fb8e9
7
- data.tar.gz: '049d4175facac4d13b1b145727bdc90119dc55474186ceb341dcd6f875cbaac9ab46a7cf7b09c6f1c5992126d57abc6a560b4f0e3abc0e4167d26709e0e5e6b0'
6
+ metadata.gz: 631b3be836fafee3e749d98b05df090d6618db6e34ddf61529ae421605c4867dc537e60471be75ebbe081b81baad0d534478c721de883ec3a463e1f868f96e85
7
+ data.tar.gz: bf255b388265041da0aa4ecb0fec8e9d6ed53ca0c15e7f45a95e3b2dc384acef6ea3f6af9dac53a66f7c194af35a47f1a52bebe22221c39b928e7b53ee6039f4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-aiplatform_v1
2
2
 
3
+ ### v0.31.0 (2024-08-11)
4
+
5
+ * Regenerated from discovery document revision 20240727
6
+
7
+ ### v0.30.0 (2024-08-04)
8
+
9
+ * Regenerated from discovery document revision 20240725
10
+ * Regenerated using generator version 0.15.1
11
+
3
12
  ### v0.29.0 (2024-07-25)
4
13
 
5
14
  * Regenerated from discovery document revision 20240715
@@ -62,6 +62,13 @@ module Google
62
62
  # @return [String]
63
63
  attr_accessor :encoding
64
64
 
65
+ # Generation seed for the sampled image. This parameter is exposed to the user
66
+ # only if one of the following is true: 1. The user specified per-example seeds
67
+ # in the request. 2. The user doesn't specify the generation seed in the request.
68
+ # Corresponds to the JSON property `generationSeed`
69
+ # @return [Fixnum]
70
+ attr_accessor :generation_seed
71
+
65
72
  # Raw bytes.
66
73
  # Corresponds to the JSON property `image`
67
74
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
@@ -100,6 +107,7 @@ module Google
100
107
  # Update properties of this object
101
108
  def update!(**args)
102
109
  @encoding = args[:encoding] if args.key?(:encoding)
110
+ @generation_seed = args[:generation_seed] if args.key?(:generation_seed)
103
111
  @image = args[:image] if args.key?(:image)
104
112
  @image_rai_scores = args[:image_rai_scores] if args.key?(:image_rai_scores)
105
113
  @rai_info = args[:rai_info] if args.key?(:rai_info)
@@ -1680,6 +1688,18 @@ module Google
1680
1688
  # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ResourcesConsumed]
1681
1689
  attr_accessor :resources_consumed
1682
1690
 
1691
+ # Output only. Reserved for future use.
1692
+ # Corresponds to the JSON property `satisfiesPzi`
1693
+ # @return [Boolean]
1694
+ attr_accessor :satisfies_pzi
1695
+ alias_method :satisfies_pzi?, :satisfies_pzi
1696
+
1697
+ # Output only. Reserved for future use.
1698
+ # Corresponds to the JSON property `satisfiesPzs`
1699
+ # @return [Boolean]
1700
+ attr_accessor :satisfies_pzs
1701
+ alias_method :satisfies_pzs?, :satisfies_pzs
1702
+
1683
1703
  # The service account that the DeployedModel's container runs as. If not
1684
1704
  # specified, a system generated one will be used, which has minimal permissions
1685
1705
  # and the custom container, if used, may not have enough permission to access
@@ -1739,6 +1759,8 @@ module Google
1739
1759
  @output_info = args[:output_info] if args.key?(:output_info)
1740
1760
  @partial_failures = args[:partial_failures] if args.key?(:partial_failures)
1741
1761
  @resources_consumed = args[:resources_consumed] if args.key?(:resources_consumed)
1762
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
1763
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
1742
1764
  @service_account = args[:service_account] if args.key?(:service_account)
1743
1765
  @start_time = args[:start_time] if args.key?(:start_time)
1744
1766
  @state = args[:state] if args.key?(:state)
@@ -2455,11 +2477,6 @@ module Google
2455
2477
  # @return [Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SafetyRating>]
2456
2478
  attr_accessor :safety_ratings
2457
2479
 
2458
- # Output only. Confidence score of the candidate.
2459
- # Corresponds to the JSON property `score`
2460
- # @return [Float]
2461
- attr_accessor :score
2462
-
2463
2480
  def initialize(**args)
2464
2481
  update!(**args)
2465
2482
  end
@@ -2473,7 +2490,6 @@ module Google
2473
2490
  @grounding_metadata = args[:grounding_metadata] if args.key?(:grounding_metadata)
2474
2491
  @index = args[:index] if args.key?(:index)
2475
2492
  @safety_ratings = args[:safety_ratings] if args.key?(:safety_ratings)
2476
- @score = args[:score] if args.key?(:score)
2477
2493
  end
2478
2494
  end
2479
2495
 
@@ -3848,6 +3864,18 @@ module Google
3848
3864
  # @return [String]
3849
3865
  attr_accessor :name
3850
3866
 
3867
+ # Output only. Reserved for future use.
3868
+ # Corresponds to the JSON property `satisfiesPzi`
3869
+ # @return [Boolean]
3870
+ attr_accessor :satisfies_pzi
3871
+ alias_method :satisfies_pzi?, :satisfies_pzi
3872
+
3873
+ # Output only. Reserved for future use.
3874
+ # Corresponds to the JSON property `satisfiesPzs`
3875
+ # @return [Boolean]
3876
+ attr_accessor :satisfies_pzs
3877
+ alias_method :satisfies_pzs?, :satisfies_pzs
3878
+
3851
3879
  # Output only. Time when the CustomJob for the first time entered the `
3852
3880
  # JOB_STATE_RUNNING` state.
3853
3881
  # Corresponds to the JSON property `startTime`
@@ -3889,6 +3917,8 @@ module Google
3889
3917
  @job_spec = args[:job_spec] if args.key?(:job_spec)
3890
3918
  @labels = args[:labels] if args.key?(:labels)
3891
3919
  @name = args[:name] if args.key?(:name)
3920
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
3921
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
3892
3922
  @start_time = args[:start_time] if args.key?(:start_time)
3893
3923
  @state = args[:state] if args.key?(:state)
3894
3924
  @update_time = args[:update_time] if args.key?(:update_time)
@@ -4077,6 +4107,18 @@ module Google
4077
4107
  # @return [Object]
4078
4108
  attr_accessor :payload
4079
4109
 
4110
+ # Output only. Reserved for future use.
4111
+ # Corresponds to the JSON property `satisfiesPzi`
4112
+ # @return [Boolean]
4113
+ attr_accessor :satisfies_pzi
4114
+ alias_method :satisfies_pzi?, :satisfies_pzi
4115
+
4116
+ # Output only. Reserved for future use.
4117
+ # Corresponds to the JSON property `satisfiesPzs`
4118
+ # @return [Boolean]
4119
+ attr_accessor :satisfies_pzs
4120
+ alias_method :satisfies_pzs?, :satisfies_pzs
4121
+
4080
4122
  # Output only. Timestamp when this DataItem was last updated.
4081
4123
  # Corresponds to the JSON property `updateTime`
4082
4124
  # @return [String]
@@ -4093,6 +4135,8 @@ module Google
4093
4135
  @labels = args[:labels] if args.key?(:labels)
4094
4136
  @name = args[:name] if args.key?(:name)
4095
4137
  @payload = args[:payload] if args.key?(:payload)
4138
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
4139
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
4096
4140
  @update_time = args[:update_time] if args.key?(:update_time)
4097
4141
  end
4098
4142
  end
@@ -4372,6 +4416,18 @@ module Google
4372
4416
  # @return [String]
4373
4417
  attr_accessor :name
4374
4418
 
4419
+ # Output only. Reserved for future use.
4420
+ # Corresponds to the JSON property `satisfiesPzi`
4421
+ # @return [Boolean]
4422
+ attr_accessor :satisfies_pzi
4423
+ alias_method :satisfies_pzi?, :satisfies_pzi
4424
+
4425
+ # Output only. Reserved for future use.
4426
+ # Corresponds to the JSON property `satisfiesPzs`
4427
+ # @return [Boolean]
4428
+ attr_accessor :satisfies_pzs
4429
+ alias_method :satisfies_pzs?, :satisfies_pzs
4430
+
4375
4431
  # All SavedQueries belong to the Dataset will be returned in List/Get Dataset
4376
4432
  # response. The annotation_specs field will not be populated except for UI cases
4377
4433
  # which will only use annotation_spec_count. In CreateDataset request, a
@@ -4405,6 +4461,8 @@ module Google
4405
4461
  @metadata_schema_uri = args[:metadata_schema_uri] if args.key?(:metadata_schema_uri)
4406
4462
  @model_reference = args[:model_reference] if args.key?(:model_reference)
4407
4463
  @name = args[:name] if args.key?(:name)
4464
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
4465
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
4408
4466
  @saved_queries = args[:saved_queries] if args.key?(:saved_queries)
4409
4467
  @update_time = args[:update_time] if args.key?(:update_time)
4410
4468
  end
@@ -4452,6 +4510,18 @@ module Google
4452
4510
  # @return [String]
4453
4511
  attr_accessor :name
4454
4512
 
4513
+ # Output only. Reserved for future use.
4514
+ # Corresponds to the JSON property `satisfiesPzi`
4515
+ # @return [Boolean]
4516
+ attr_accessor :satisfies_pzi
4517
+ alias_method :satisfies_pzi?, :satisfies_pzi
4518
+
4519
+ # Output only. Reserved for future use.
4520
+ # Corresponds to the JSON property `satisfiesPzs`
4521
+ # @return [Boolean]
4522
+ attr_accessor :satisfies_pzs
4523
+ alias_method :satisfies_pzs?, :satisfies_pzs
4524
+
4455
4525
  # Output only. Timestamp when this DatasetVersion was last updated.
4456
4526
  # Corresponds to the JSON property `updateTime`
4457
4527
  # @return [String]
@@ -4470,6 +4540,8 @@ module Google
4470
4540
  @metadata = args[:metadata] if args.key?(:metadata)
4471
4541
  @model_reference = args[:model_reference] if args.key?(:model_reference)
4472
4542
  @name = args[:name] if args.key?(:name)
4543
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
4544
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
4473
4545
  @update_time = args[:update_time] if args.key?(:update_time)
4474
4546
  end
4475
4547
  end
@@ -4525,6 +4597,13 @@ module Google
4525
4597
  # @return [Fixnum]
4526
4598
  attr_accessor :min_replica_count
4527
4599
 
4600
+ # Optional. If true, schedule the deployment workload on [spot VMs](https://
4601
+ # cloud.google.com/kubernetes-engine/docs/concepts/spot-vms).
4602
+ # Corresponds to the JSON property `spot`
4603
+ # @return [Boolean]
4604
+ attr_accessor :spot
4605
+ alias_method :spot?, :spot
4606
+
4528
4607
  def initialize(**args)
4529
4608
  update!(**args)
4530
4609
  end
@@ -4535,6 +4614,7 @@ module Google
4535
4614
  @machine_spec = args[:machine_spec] if args.key?(:machine_spec)
4536
4615
  @max_replica_count = args[:max_replica_count] if args.key?(:max_replica_count)
4537
4616
  @min_replica_count = args[:min_replica_count] if args.key?(:min_replica_count)
4617
+ @spot = args[:spot] if args.key?(:spot)
4538
4618
  end
4539
4619
  end
4540
4620
 
@@ -5309,6 +5389,18 @@ module Google
5309
5389
  # @return [String]
5310
5390
  attr_accessor :name
5311
5391
 
5392
+ # Output only. Reserved for future use.
5393
+ # Corresponds to the JSON property `satisfiesPzi`
5394
+ # @return [Boolean]
5395
+ attr_accessor :satisfies_pzi
5396
+ alias_method :satisfies_pzi?, :satisfies_pzi
5397
+
5398
+ # Output only. Reserved for future use.
5399
+ # Corresponds to the JSON property `satisfiesPzs`
5400
+ # @return [Boolean]
5401
+ attr_accessor :satisfies_pzs
5402
+ alias_method :satisfies_pzs?, :satisfies_pzs
5403
+
5312
5404
  # The service account that the DeploymentResourcePool's container(s) run as.
5313
5405
  # Specify the email address of the service account. If this service account is
5314
5406
  # not specified, the container(s) run as a service account that doesn't have
@@ -5330,6 +5422,8 @@ module Google
5330
5422
  @disable_container_logging = args[:disable_container_logging] if args.key?(:disable_container_logging)
5331
5423
  @encryption_spec = args[:encryption_spec] if args.key?(:encryption_spec)
5332
5424
  @name = args[:name] if args.key?(:name)
5425
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
5426
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
5333
5427
  @service_account = args[:service_account] if args.key?(:service_account)
5334
5428
  end
5335
5429
  end
@@ -5636,6 +5730,18 @@ module Google
5636
5730
  # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PrivateServiceConnectConfig]
5637
5731
  attr_accessor :private_service_connect_config
5638
5732
 
5733
+ # Output only. Reserved for future use.
5734
+ # Corresponds to the JSON property `satisfiesPzi`
5735
+ # @return [Boolean]
5736
+ attr_accessor :satisfies_pzi
5737
+ alias_method :satisfies_pzi?, :satisfies_pzi
5738
+
5739
+ # Output only. Reserved for future use.
5740
+ # Corresponds to the JSON property `satisfiesPzs`
5741
+ # @return [Boolean]
5742
+ attr_accessor :satisfies_pzs
5743
+ alias_method :satisfies_pzs?, :satisfies_pzs
5744
+
5639
5745
  # A map from a DeployedModel's ID to the percentage of this Endpoint's traffic
5640
5746
  # that should be forwarded to that DeployedModel. If a DeployedModel's ID is not
5641
5747
  # listed in this map, then it receives no traffic. The traffic percentage values
@@ -5671,6 +5777,8 @@ module Google
5671
5777
  @network = args[:network] if args.key?(:network)
5672
5778
  @predict_request_response_logging_config = args[:predict_request_response_logging_config] if args.key?(:predict_request_response_logging_config)
5673
5779
  @private_service_connect_config = args[:private_service_connect_config] if args.key?(:private_service_connect_config)
5780
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
5781
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
5674
5782
  @traffic_split = args[:traffic_split] if args.key?(:traffic_split)
5675
5783
  @update_time = args[:update_time] if args.key?(:update_time)
5676
5784
  end
@@ -10205,6 +10313,11 @@ module Google
10205
10313
  # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Schema]
10206
10314
  attr_accessor :response_schema
10207
10315
 
10316
+ # Routing config.
10317
+ # Corresponds to the JSON property `routingConfig`
10318
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerationConfigRoutingConfig]
10319
+ attr_accessor :routing_config
10320
+
10208
10321
  # Optional. Stop sequences.
10209
10322
  # Corresponds to the JSON property `stopSequences`
10210
10323
  # @return [Array<String>]
@@ -10237,6 +10350,7 @@ module Google
10237
10350
  @presence_penalty = args[:presence_penalty] if args.key?(:presence_penalty)
10238
10351
  @response_mime_type = args[:response_mime_type] if args.key?(:response_mime_type)
10239
10352
  @response_schema = args[:response_schema] if args.key?(:response_schema)
10353
+ @routing_config = args[:routing_config] if args.key?(:routing_config)
10240
10354
  @stop_sequences = args[:stop_sequences] if args.key?(:stop_sequences)
10241
10355
  @temperature = args[:temperature] if args.key?(:temperature)
10242
10356
  @top_k = args[:top_k] if args.key?(:top_k)
@@ -10244,6 +10358,72 @@ module Google
10244
10358
  end
10245
10359
  end
10246
10360
 
10361
+ # Routing config.
10362
+ class GoogleCloudAiplatformV1GenerationConfigRoutingConfig
10363
+ include Google::Apis::Core::Hashable
10364
+
10365
+ # When automated routing is specified, the routing will be determined by the
10366
+ # pretrained routing model and customer provided model routing preference.
10367
+ # Corresponds to the JSON property `autoMode`
10368
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerationConfigRoutingConfigAutoRoutingMode]
10369
+ attr_accessor :auto_mode
10370
+
10371
+ # When manual routing is set, the specified model will be used directly.
10372
+ # Corresponds to the JSON property `manualMode`
10373
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerationConfigRoutingConfigManualRoutingMode]
10374
+ attr_accessor :manual_mode
10375
+
10376
+ def initialize(**args)
10377
+ update!(**args)
10378
+ end
10379
+
10380
+ # Update properties of this object
10381
+ def update!(**args)
10382
+ @auto_mode = args[:auto_mode] if args.key?(:auto_mode)
10383
+ @manual_mode = args[:manual_mode] if args.key?(:manual_mode)
10384
+ end
10385
+ end
10386
+
10387
+ # When automated routing is specified, the routing will be determined by the
10388
+ # pretrained routing model and customer provided model routing preference.
10389
+ class GoogleCloudAiplatformV1GenerationConfigRoutingConfigAutoRoutingMode
10390
+ include Google::Apis::Core::Hashable
10391
+
10392
+ # The model routing preference.
10393
+ # Corresponds to the JSON property `modelRoutingPreference`
10394
+ # @return [String]
10395
+ attr_accessor :model_routing_preference
10396
+
10397
+ def initialize(**args)
10398
+ update!(**args)
10399
+ end
10400
+
10401
+ # Update properties of this object
10402
+ def update!(**args)
10403
+ @model_routing_preference = args[:model_routing_preference] if args.key?(:model_routing_preference)
10404
+ end
10405
+ end
10406
+
10407
+ # When manual routing is set, the specified model will be used directly.
10408
+ class GoogleCloudAiplatformV1GenerationConfigRoutingConfigManualRoutingMode
10409
+ include Google::Apis::Core::Hashable
10410
+
10411
+ # The model name to use. Only the public LLM models are accepted. e.g. gemini-1.
10412
+ # 5-pro-001.
10413
+ # Corresponds to the JSON property `modelName`
10414
+ # @return [String]
10415
+ attr_accessor :model_name
10416
+
10417
+ def initialize(**args)
10418
+ update!(**args)
10419
+ end
10420
+
10421
+ # Update properties of this object
10422
+ def update!(**args)
10423
+ @model_name = args[:model_name] if args.key?(:model_name)
10424
+ end
10425
+ end
10426
+
10247
10427
  # Generic Metadata shared by all operations.
10248
10428
  class GoogleCloudAiplatformV1GenericOperationMetadata
10249
10429
  include Google::Apis::Core::Hashable
@@ -10629,6 +10809,18 @@ module Google
10629
10809
  # @return [Fixnum]
10630
10810
  attr_accessor :parallel_trial_count
10631
10811
 
10812
+ # Output only. Reserved for future use.
10813
+ # Corresponds to the JSON property `satisfiesPzi`
10814
+ # @return [Boolean]
10815
+ attr_accessor :satisfies_pzi
10816
+ alias_method :satisfies_pzi?, :satisfies_pzi
10817
+
10818
+ # Output only. Reserved for future use.
10819
+ # Corresponds to the JSON property `satisfiesPzs`
10820
+ # @return [Boolean]
10821
+ attr_accessor :satisfies_pzs
10822
+ alias_method :satisfies_pzs?, :satisfies_pzs
10823
+
10632
10824
  # Output only. Time when the HyperparameterTuningJob for the first time entered
10633
10825
  # the `JOB_STATE_RUNNING` state.
10634
10826
  # Corresponds to the JSON property `startTime`
@@ -10676,6 +10868,8 @@ module Google
10676
10868
  @max_trial_count = args[:max_trial_count] if args.key?(:max_trial_count)
10677
10869
  @name = args[:name] if args.key?(:name)
10678
10870
  @parallel_trial_count = args[:parallel_trial_count] if args.key?(:parallel_trial_count)
10871
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
10872
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
10679
10873
  @start_time = args[:start_time] if args.key?(:start_time)
10680
10874
  @state = args[:state] if args.key?(:state)
10681
10875
  @study_spec = args[:study_spec] if args.key?(:study_spec)
@@ -13090,6 +13284,13 @@ module Google
13090
13284
  # @return [String]
13091
13285
  attr_accessor :machine_type
13092
13286
 
13287
+ # A ReservationAffinity can be used to configure a Vertex AI resource (e.g., a
13288
+ # DeployedModel) to draw its Compute Engine resources from a Shared Reservation,
13289
+ # or exclusively from on-demand capacity.
13290
+ # Corresponds to the JSON property `reservationAffinity`
13291
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReservationAffinity]
13292
+ attr_accessor :reservation_affinity
13293
+
13093
13294
  # Immutable. The topology of the TPUs. Corresponds to the TPU topologies
13094
13295
  # available from GKE. (Example: tpu_topology: "2x2x1").
13095
13296
  # Corresponds to the JSON property `tpuTopology`
@@ -13105,6 +13306,7 @@ module Google
13105
13306
  @accelerator_count = args[:accelerator_count] if args.key?(:accelerator_count)
13106
13307
  @accelerator_type = args[:accelerator_type] if args.key?(:accelerator_type)
13107
13308
  @machine_type = args[:machine_type] if args.key?(:machine_type)
13309
+ @reservation_affinity = args[:reservation_affinity] if args.key?(:reservation_affinity)
13108
13310
  @tpu_topology = args[:tpu_topology] if args.key?(:tpu_topology)
13109
13311
  end
13110
13312
  end
@@ -15690,6 +15892,18 @@ module Google
15690
15892
  # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NasJobSpec]
15691
15893
  attr_accessor :nas_job_spec
15692
15894
 
15895
+ # Output only. Reserved for future use.
15896
+ # Corresponds to the JSON property `satisfiesPzi`
15897
+ # @return [Boolean]
15898
+ attr_accessor :satisfies_pzi
15899
+ alias_method :satisfies_pzi?, :satisfies_pzi
15900
+
15901
+ # Output only. Reserved for future use.
15902
+ # Corresponds to the JSON property `satisfiesPzs`
15903
+ # @return [Boolean]
15904
+ attr_accessor :satisfies_pzs
15905
+ alias_method :satisfies_pzs?, :satisfies_pzs
15906
+
15693
15907
  # Output only. Time when the NasJob for the first time entered the `
15694
15908
  # JOB_STATE_RUNNING` state.
15695
15909
  # Corresponds to the JSON property `startTime`
@@ -15722,6 +15936,8 @@ module Google
15722
15936
  @name = args[:name] if args.key?(:name)
15723
15937
  @nas_job_output = args[:nas_job_output] if args.key?(:nas_job_output)
15724
15938
  @nas_job_spec = args[:nas_job_spec] if args.key?(:nas_job_spec)
15939
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
15940
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
15725
15941
  @start_time = args[:start_time] if args.key?(:start_time)
15726
15942
  @state = args[:state] if args.key?(:state)
15727
15943
  @update_time = args[:update_time] if args.key?(:update_time)
@@ -16546,6 +16762,12 @@ module Google
16546
16762
  # @return [String]
16547
16763
  attr_accessor :display_name
16548
16764
 
16765
+ # Represents a customer-managed encryption key spec that can be applied to a top-
16766
+ # level resource.
16767
+ # Corresponds to the JSON property `encryptionSpec`
16768
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EncryptionSpec]
16769
+ attr_accessor :encryption_spec
16770
+
16549
16771
  # Max running time of the execution job in seconds (default 86400s / 24 hrs).
16550
16772
  # Corresponds to the JSON property `executionTimeout`
16551
16773
  # @return [String]
@@ -16629,6 +16851,7 @@ module Google
16629
16851
  @dataform_repository_source = args[:dataform_repository_source] if args.key?(:dataform_repository_source)
16630
16852
  @direct_notebook_source = args[:direct_notebook_source] if args.key?(:direct_notebook_source)
16631
16853
  @display_name = args[:display_name] if args.key?(:display_name)
16854
+ @encryption_spec = args[:encryption_spec] if args.key?(:encryption_spec)
16632
16855
  @execution_timeout = args[:execution_timeout] if args.key?(:execution_timeout)
16633
16856
  @execution_user = args[:execution_user] if args.key?(:execution_user)
16634
16857
  @gcs_notebook_source = args[:gcs_notebook_source] if args.key?(:gcs_notebook_source)
@@ -17494,11 +17717,6 @@ module Google
17494
17717
  # @return [String]
17495
17718
  attr_accessor :network
17496
17719
 
17497
- # Configuration for PSC-I.
17498
- # Corresponds to the JSON property `pscInterfaceConfig`
17499
- # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PscInterfaceConfig]
17500
- attr_accessor :psc_interface_config
17501
-
17502
17720
  # Optional. A list of names for the reserved IP ranges under the VPC network
17503
17721
  # that can be used for this persistent resource. If set, we will deploy the
17504
17722
  # persistent resource within the provided IP ranges. Otherwise, the persistent
@@ -17554,7 +17772,6 @@ module Google
17554
17772
  @labels = args[:labels] if args.key?(:labels)
17555
17773
  @name = args[:name] if args.key?(:name)
17556
17774
  @network = args[:network] if args.key?(:network)
17557
- @psc_interface_config = args[:psc_interface_config] if args.key?(:psc_interface_config)
17558
17775
  @reserved_ip_ranges = args[:reserved_ip_ranges] if args.key?(:reserved_ip_ranges)
17559
17776
  @resource_pools = args[:resource_pools] if args.key?(:resource_pools)
17560
17777
  @resource_runtime = args[:resource_runtime] if args.key?(:resource_runtime)
@@ -18427,6 +18644,12 @@ module Google
18427
18644
  # @return [Array<String>]
18428
18645
  attr_accessor :project_allowlist
18429
18646
 
18647
+ # Output only. The name of the generated service attachment resource. This is
18648
+ # only populated if the endpoint is deployed with PrivateServiceConnect.
18649
+ # Corresponds to the JSON property `serviceAttachment`
18650
+ # @return [String]
18651
+ attr_accessor :service_attachment
18652
+
18430
18653
  def initialize(**args)
18431
18654
  update!(**args)
18432
18655
  end
@@ -18435,6 +18658,7 @@ module Google
18435
18658
  def update!(**args)
18436
18659
  @enable_private_service_connect = args[:enable_private_service_connect] if args.key?(:enable_private_service_connect)
18437
18660
  @project_allowlist = args[:project_allowlist] if args.key?(:project_allowlist)
18661
+ @service_attachment = args[:service_attachment] if args.key?(:service_attachment)
18438
18662
  end
18439
18663
  end
18440
18664
 
@@ -18530,33 +18754,6 @@ module Google
18530
18754
  end
18531
18755
  end
18532
18756
 
18533
- # Configuration for PSC-I.
18534
- class GoogleCloudAiplatformV1PscInterfaceConfig
18535
- include Google::Apis::Core::Hashable
18536
-
18537
- # Optional. The full name of the Compute Engine [network attachment](https://
18538
- # cloud.google.com/vpc/docs/about-network-attachments) to attach to the resource.
18539
- # For example, `projects/12345/regions/us-central1/networkAttachments/myNA`. is
18540
- # of the form `projects/`project`/regions/`region`/networkAttachments/`
18541
- # networkAttachment``. Where `project` is a project number, as in `12345`, and `
18542
- # networkAttachment` is a network attachment name. To specify this field, you
18543
- # must have already [created a network attachment] (https://cloud.google.com/vpc/
18544
- # docs/create-manage-network-attachments#create-network-attachments). This field
18545
- # is only used for resources using PSC-I.
18546
- # Corresponds to the JSON property `networkAttachment`
18547
- # @return [String]
18548
- attr_accessor :network_attachment
18549
-
18550
- def initialize(**args)
18551
- update!(**args)
18552
- end
18553
-
18554
- # Update properties of this object
18555
- def update!(**args)
18556
- @network_attachment = args[:network_attachment] if args.key?(:network_attachment)
18557
- end
18558
- end
18559
-
18560
18757
  # A Model Garden Publisher Model.
18561
18758
  class GoogleCloudAiplatformV1PublisherModel
18562
18759
  include Google::Apis::Core::Hashable
@@ -18827,6 +19024,11 @@ module Google
18827
19024
  # @return [Hash<String,String>]
18828
19025
  attr_accessor :labels
18829
19026
 
19027
+ # Optional. Sample request for deployed endpoint.
19028
+ # Corresponds to the JSON property `sampleRequest`
19029
+ # @return [String]
19030
+ attr_accessor :sample_request
19031
+
18830
19032
  def initialize(**args)
18831
19033
  update!(**args)
18832
19034
  end
@@ -18834,6 +19036,7 @@ module Google
18834
19036
  # Update properties of this object
18835
19037
  def update!(**args)
18836
19038
  @labels = args[:labels] if args.key?(:labels)
19039
+ @sample_request = args[:sample_request] if args.key?(:sample_request)
18837
19040
  end
18838
19041
  end
18839
19042
 
@@ -20377,6 +20580,42 @@ module Google
20377
20580
  end
20378
20581
  end
20379
20582
 
20583
+ # A ReservationAffinity can be used to configure a Vertex AI resource (e.g., a
20584
+ # DeployedModel) to draw its Compute Engine resources from a Shared Reservation,
20585
+ # or exclusively from on-demand capacity.
20586
+ class GoogleCloudAiplatformV1ReservationAffinity
20587
+ include Google::Apis::Core::Hashable
20588
+
20589
+ # Optional. Corresponds to the label key of a reservation resource. To target a
20590
+ # SPECIFIC_RESERVATION by name, use `compute.googleapis.com/reservation-name` as
20591
+ # the key and specify the name of your reservation as its value.
20592
+ # Corresponds to the JSON property `key`
20593
+ # @return [String]
20594
+ attr_accessor :key
20595
+
20596
+ # Required. Specifies the reservation affinity type.
20597
+ # Corresponds to the JSON property `reservationAffinityType`
20598
+ # @return [String]
20599
+ attr_accessor :reservation_affinity_type
20600
+
20601
+ # Optional. Corresponds to the label values of a reservation resource. This must
20602
+ # be the full resource name of the reservation.
20603
+ # Corresponds to the JSON property `values`
20604
+ # @return [Array<String>]
20605
+ attr_accessor :values
20606
+
20607
+ def initialize(**args)
20608
+ update!(**args)
20609
+ end
20610
+
20611
+ # Update properties of this object
20612
+ def update!(**args)
20613
+ @key = args[:key] if args.key?(:key)
20614
+ @reservation_affinity_type = args[:reservation_affinity_type] if args.key?(:reservation_affinity_type)
20615
+ @values = args[:values] if args.key?(:values)
20616
+ end
20617
+ end
20618
+
20380
20619
  # Represents the spec of a group of resources of the same type, for example
20381
20620
  # machine type, disk, and accelerators, in a PersistentResource.
20382
20621
  class GoogleCloudAiplatformV1ResourcePool
@@ -31337,7 +31576,7 @@ module Google
31337
31576
  end
31338
31577
  end
31339
31578
 
31340
- # Next ID: 3
31579
+ #
31341
31580
  class GoogleCloudAiplatformV1TrialContext
31342
31581
  include Google::Apis::Core::Hashable
31343
31582
 
@@ -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.29.0"
19
+ GEM_VERSION = "0.31.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240715"
25
+ REVISION = "20240727"
26
26
  end
27
27
  end
28
28
  end
@@ -1726,6 +1726,24 @@ module Google
1726
1726
  include Google::Apis::Core::JsonObjectSupport
1727
1727
  end
1728
1728
 
1729
+ class GoogleCloudAiplatformV1GenerationConfigRoutingConfig
1730
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1731
+
1732
+ include Google::Apis::Core::JsonObjectSupport
1733
+ end
1734
+
1735
+ class GoogleCloudAiplatformV1GenerationConfigRoutingConfigAutoRoutingMode
1736
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1737
+
1738
+ include Google::Apis::Core::JsonObjectSupport
1739
+ end
1740
+
1741
+ class GoogleCloudAiplatformV1GenerationConfigRoutingConfigManualRoutingMode
1742
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1743
+
1744
+ include Google::Apis::Core::JsonObjectSupport
1745
+ end
1746
+
1729
1747
  class GoogleCloudAiplatformV1GenericOperationMetadata
1730
1748
  class Representation < Google::Apis::Core::JsonRepresentation; end
1731
1749
 
@@ -3010,12 +3028,6 @@ module Google
3010
3028
  include Google::Apis::Core::JsonObjectSupport
3011
3029
  end
3012
3030
 
3013
- class GoogleCloudAiplatformV1PscInterfaceConfig
3014
- class Representation < Google::Apis::Core::JsonRepresentation; end
3015
-
3016
- include Google::Apis::Core::JsonObjectSupport
3017
- end
3018
-
3019
3031
  class GoogleCloudAiplatformV1PublisherModel
3020
3032
  class Representation < Google::Apis::Core::JsonRepresentation; end
3021
3033
 
@@ -3388,6 +3400,12 @@ module Google
3388
3400
  include Google::Apis::Core::JsonObjectSupport
3389
3401
  end
3390
3402
 
3403
+ class GoogleCloudAiplatformV1ReservationAffinity
3404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3405
+
3406
+ include Google::Apis::Core::JsonObjectSupport
3407
+ end
3408
+
3391
3409
  class GoogleCloudAiplatformV1ResourcePool
3392
3410
  class Representation < Google::Apis::Core::JsonRepresentation; end
3393
3411
 
@@ -5562,6 +5580,7 @@ module Google
5562
5580
  # @private
5563
5581
  class Representation < Google::Apis::Core::JsonRepresentation
5564
5582
  property :encoding, as: 'encoding'
5583
+ property :generation_seed, as: 'generationSeed'
5565
5584
  property :image, :base64 => true, as: 'image'
5566
5585
  property :image_rai_scores, as: 'imageRaiScores', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionImageRaiScores, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionImageRaiScores::Representation
5567
5586
 
@@ -6026,6 +6045,8 @@ module Google
6026
6045
 
6027
6046
  property :resources_consumed, as: 'resourcesConsumed', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ResourcesConsumed, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ResourcesConsumed::Representation
6028
6047
 
6048
+ property :satisfies_pzi, as: 'satisfiesPzi'
6049
+ property :satisfies_pzs, as: 'satisfiesPzs'
6029
6050
  property :service_account, as: 'serviceAccount'
6030
6051
  property :start_time, as: 'startTime'
6031
6052
  property :state, as: 'state'
@@ -6271,7 +6292,6 @@ module Google
6271
6292
  property :index, as: 'index'
6272
6293
  collection :safety_ratings, as: 'safetyRatings', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SafetyRating, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SafetyRating::Representation
6273
6294
 
6274
- property :score, as: 'score'
6275
6295
  end
6276
6296
  end
6277
6297
 
@@ -6718,6 +6738,8 @@ module Google
6718
6738
 
6719
6739
  hash :labels, as: 'labels'
6720
6740
  property :name, as: 'name'
6741
+ property :satisfies_pzi, as: 'satisfiesPzi'
6742
+ property :satisfies_pzs, as: 'satisfiesPzs'
6721
6743
  property :start_time, as: 'startTime'
6722
6744
  property :state, as: 'state'
6723
6745
  property :update_time, as: 'updateTime'
@@ -6756,6 +6778,8 @@ module Google
6756
6778
  hash :labels, as: 'labels'
6757
6779
  property :name, as: 'name'
6758
6780
  property :payload, as: 'payload'
6781
+ property :satisfies_pzi, as: 'satisfiesPzi'
6782
+ property :satisfies_pzs, as: 'satisfiesPzs'
6759
6783
  property :update_time, as: 'updateTime'
6760
6784
  end
6761
6785
  end
@@ -6815,6 +6839,8 @@ module Google
6815
6839
  property :metadata_schema_uri, as: 'metadataSchemaUri'
6816
6840
  property :model_reference, as: 'modelReference'
6817
6841
  property :name, as: 'name'
6842
+ property :satisfies_pzi, as: 'satisfiesPzi'
6843
+ property :satisfies_pzs, as: 'satisfiesPzs'
6818
6844
  collection :saved_queries, as: 'savedQueries', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SavedQuery, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SavedQuery::Representation
6819
6845
 
6820
6846
  property :update_time, as: 'updateTime'
@@ -6831,6 +6857,8 @@ module Google
6831
6857
  property :metadata, as: 'metadata'
6832
6858
  property :model_reference, as: 'modelReference'
6833
6859
  property :name, as: 'name'
6860
+ property :satisfies_pzi, as: 'satisfiesPzi'
6861
+ property :satisfies_pzs, as: 'satisfiesPzs'
6834
6862
  property :update_time, as: 'updateTime'
6835
6863
  end
6836
6864
  end
@@ -6844,6 +6872,7 @@ module Google
6844
6872
 
6845
6873
  property :max_replica_count, as: 'maxReplicaCount'
6846
6874
  property :min_replica_count, as: 'minReplicaCount'
6875
+ property :spot, as: 'spot'
6847
6876
  end
6848
6877
  end
6849
6878
 
@@ -7066,6 +7095,8 @@ module Google
7066
7095
  property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EncryptionSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EncryptionSpec::Representation
7067
7096
 
7068
7097
  property :name, as: 'name'
7098
+ property :satisfies_pzi, as: 'satisfiesPzi'
7099
+ property :satisfies_pzs, as: 'satisfiesPzs'
7069
7100
  property :service_account, as: 'serviceAccount'
7070
7101
  end
7071
7102
  end
@@ -7157,6 +7188,8 @@ module Google
7157
7188
 
7158
7189
  property :private_service_connect_config, as: 'privateServiceConnectConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PrivateServiceConnectConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PrivateServiceConnectConfig::Representation
7159
7190
 
7191
+ property :satisfies_pzi, as: 'satisfiesPzi'
7192
+ property :satisfies_pzs, as: 'satisfiesPzs'
7160
7193
  hash :traffic_split, as: 'trafficSplit'
7161
7194
  property :update_time, as: 'updateTime'
7162
7195
  end
@@ -8432,6 +8465,8 @@ module Google
8432
8465
  property :response_mime_type, as: 'responseMimeType'
8433
8466
  property :response_schema, as: 'responseSchema', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Schema, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Schema::Representation
8434
8467
 
8468
+ property :routing_config, as: 'routingConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerationConfigRoutingConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerationConfigRoutingConfig::Representation
8469
+
8435
8470
  collection :stop_sequences, as: 'stopSequences'
8436
8471
  property :temperature, as: 'temperature'
8437
8472
  property :top_k, as: 'topK'
@@ -8439,6 +8474,30 @@ module Google
8439
8474
  end
8440
8475
  end
8441
8476
 
8477
+ class GoogleCloudAiplatformV1GenerationConfigRoutingConfig
8478
+ # @private
8479
+ class Representation < Google::Apis::Core::JsonRepresentation
8480
+ property :auto_mode, as: 'autoMode', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerationConfigRoutingConfigAutoRoutingMode, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerationConfigRoutingConfigAutoRoutingMode::Representation
8481
+
8482
+ property :manual_mode, as: 'manualMode', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerationConfigRoutingConfigManualRoutingMode, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerationConfigRoutingConfigManualRoutingMode::Representation
8483
+
8484
+ end
8485
+ end
8486
+
8487
+ class GoogleCloudAiplatformV1GenerationConfigRoutingConfigAutoRoutingMode
8488
+ # @private
8489
+ class Representation < Google::Apis::Core::JsonRepresentation
8490
+ property :model_routing_preference, as: 'modelRoutingPreference'
8491
+ end
8492
+ end
8493
+
8494
+ class GoogleCloudAiplatformV1GenerationConfigRoutingConfigManualRoutingMode
8495
+ # @private
8496
+ class Representation < Google::Apis::Core::JsonRepresentation
8497
+ property :model_name, as: 'modelName'
8498
+ end
8499
+ end
8500
+
8442
8501
  class GoogleCloudAiplatformV1GenericOperationMetadata
8443
8502
  # @private
8444
8503
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8560,6 +8619,8 @@ module Google
8560
8619
  property :max_trial_count, as: 'maxTrialCount'
8561
8620
  property :name, as: 'name'
8562
8621
  property :parallel_trial_count, as: 'parallelTrialCount'
8622
+ property :satisfies_pzi, as: 'satisfiesPzi'
8623
+ property :satisfies_pzs, as: 'satisfiesPzs'
8563
8624
  property :start_time, as: 'startTime'
8564
8625
  property :state, as: 'state'
8565
8626
  property :study_spec, as: 'studySpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1StudySpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1StudySpec::Representation
@@ -9299,6 +9360,8 @@ module Google
9299
9360
  property :accelerator_count, as: 'acceleratorCount'
9300
9361
  property :accelerator_type, as: 'acceleratorType'
9301
9362
  property :machine_type, as: 'machineType'
9363
+ property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReservationAffinity, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReservationAffinity::Representation
9364
+
9302
9365
  property :tpu_topology, as: 'tpuTopology'
9303
9366
  end
9304
9367
  end
@@ -9967,6 +10030,8 @@ module Google
9967
10030
 
9968
10031
  property :nas_job_spec, as: 'nasJobSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NasJobSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NasJobSpec::Representation
9969
10032
 
10033
+ property :satisfies_pzi, as: 'satisfiesPzi'
10034
+ property :satisfies_pzs, as: 'satisfiesPzs'
9970
10035
  property :start_time, as: 'startTime'
9971
10036
  property :state, as: 'state'
9972
10037
  property :update_time, as: 'updateTime'
@@ -10213,6 +10278,8 @@ module Google
10213
10278
  property :direct_notebook_source, as: 'directNotebookSource', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NotebookExecutionJobDirectNotebookSource, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NotebookExecutionJobDirectNotebookSource::Representation
10214
10279
 
10215
10280
  property :display_name, as: 'displayName'
10281
+ property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EncryptionSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EncryptionSpec::Representation
10282
+
10216
10283
  property :execution_timeout, as: 'executionTimeout'
10217
10284
  property :execution_user, as: 'executionUser'
10218
10285
  property :gcs_notebook_source, as: 'gcsNotebookSource', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NotebookExecutionJobGcsNotebookSource, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NotebookExecutionJobGcsNotebookSource::Representation
@@ -10454,8 +10521,6 @@ module Google
10454
10521
  hash :labels, as: 'labels'
10455
10522
  property :name, as: 'name'
10456
10523
  property :network, as: 'network'
10457
- property :psc_interface_config, as: 'pscInterfaceConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PscInterfaceConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PscInterfaceConfig::Representation
10458
-
10459
10524
  collection :reserved_ip_ranges, as: 'reservedIpRanges'
10460
10525
  collection :resource_pools, as: 'resourcePools', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ResourcePool, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ResourcePool::Representation
10461
10526
 
@@ -10686,6 +10751,7 @@ module Google
10686
10751
  class Representation < Google::Apis::Core::JsonRepresentation
10687
10752
  property :enable_private_service_connect, as: 'enablePrivateServiceConnect'
10688
10753
  collection :project_allowlist, as: 'projectAllowlist'
10754
+ property :service_attachment, as: 'serviceAttachment'
10689
10755
  end
10690
10756
  end
10691
10757
 
@@ -10715,13 +10781,6 @@ module Google
10715
10781
  end
10716
10782
  end
10717
10783
 
10718
- class GoogleCloudAiplatformV1PscInterfaceConfig
10719
- # @private
10720
- class Representation < Google::Apis::Core::JsonRepresentation
10721
- property :network_attachment, as: 'networkAttachment'
10722
- end
10723
- end
10724
-
10725
10784
  class GoogleCloudAiplatformV1PublisherModel
10726
10785
  # @private
10727
10786
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10797,6 +10856,7 @@ module Google
10797
10856
  # @private
10798
10857
  class Representation < Google::Apis::Core::JsonRepresentation
10799
10858
  hash :labels, as: 'labels'
10859
+ property :sample_request, as: 'sampleRequest'
10800
10860
  end
10801
10861
  end
10802
10862
 
@@ -11300,6 +11360,15 @@ module Google
11300
11360
  end
11301
11361
  end
11302
11362
 
11363
+ class GoogleCloudAiplatformV1ReservationAffinity
11364
+ # @private
11365
+ class Representation < Google::Apis::Core::JsonRepresentation
11366
+ property :key, as: 'key'
11367
+ property :reservation_affinity_type, as: 'reservationAffinityType'
11368
+ collection :values, as: 'values'
11369
+ end
11370
+ end
11371
+
11303
11372
  class GoogleCloudAiplatformV1ResourcePool
11304
11373
  # @private
11305
11374
  class Representation < Google::Apis::Core::JsonRepresentation
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.29.0
4
+ version: 0.31.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-07-25 00:00:00.000000000 Z
11
+ date: 2024-08-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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1/v0.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1/v0.31.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: []