google-apis-aiplatform_v1 0.68.0 → 0.69.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 35c6cc21c381bac5f5254deb1a5a9e0606f9a6b6d2841f05a3c7d5fc2023c3d5
4
- data.tar.gz: aef95c48d6565e8f4d8fb5097f0fba24ac2753b468fd38280f98f1b65c3d5523
3
+ metadata.gz: 92f05e4a3b3e986b1c526023b0456851c41c71e43c24b9a54534f778951ec6f1
4
+ data.tar.gz: 7b7d52b5fb58102cd3dd8e49af636e28c94049ad690f37a3d4fc273ca45d6a28
5
5
  SHA512:
6
- metadata.gz: 7d309c56df9c8f7d92bd6615a0e61f286f2289c388e193c8b364085aa0e3425a8fd886ddef295459e2360583fdc3e85af49749f59d216fd65fc2fe0d803cfafa
7
- data.tar.gz: cca7f23adcb8b91c8b97f6583fd17694c12948db37d4c4e11938029da233397f03841daf55d0b7c2dc8b0469a762182f33f12886932b399fca65dec65ca14c9d
6
+ metadata.gz: c3c3602c270886c1528a99892d3d47973f61bb36053ceba7491c1c272061e9610ce0e5848cd980c4e605e44f7fef1bd77ae51677ba3c5792f7bf462b8e05b500
7
+ data.tar.gz: 3fd5e4ce5a33b8764617196ea3b260160aff44012d274746a0a56df95b27dc23823e73855c91b58daa8b3d07e6f2540d0ecdb9f475b8bc129a857520b510b4ac
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-aiplatform_v1
2
2
 
3
+ ### v0.69.0 (2025-10-19)
4
+
5
+ * Regenerated from discovery document revision 20251003
6
+
3
7
  ### v0.68.0 (2025-10-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20250926
@@ -6534,6 +6534,15 @@ module Google
6534
6534
  # @return [String]
6535
6535
  attr_accessor :endpoint_user_id
6536
6536
 
6537
+ # Optional. The labels with user-defined metadata to organize your Endpoints.
6538
+ # Label keys and values can be no longer than 64 characters (Unicode codepoints),
6539
+ # can only contain lowercase letters, numeric characters, underscores and
6540
+ # dashes. International characters are allowed. See https://goo.gl/xmQnxf for
6541
+ # more information and examples of labels.
6542
+ # Corresponds to the JSON property `labels`
6543
+ # @return [Hash<String,String>]
6544
+ attr_accessor :labels
6545
+
6537
6546
  # Represents configuration for private service connect.
6538
6547
  # Corresponds to the JSON property `privateServiceConnectConfig`
6539
6548
  # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PrivateServiceConnectConfig]
@@ -6549,6 +6558,7 @@ module Google
6549
6558
  @dedicated_endpoint_enabled = args[:dedicated_endpoint_enabled] if args.key?(:dedicated_endpoint_enabled)
6550
6559
  @endpoint_display_name = args[:endpoint_display_name] if args.key?(:endpoint_display_name)
6551
6560
  @endpoint_user_id = args[:endpoint_user_id] if args.key?(:endpoint_user_id)
6561
+ @labels = args[:labels] if args.key?(:labels)
6552
6562
  @private_service_connect_config = args[:private_service_connect_config] if args.key?(:private_service_connect_config)
6553
6563
  end
6554
6564
  end
@@ -6692,7 +6702,7 @@ module Google
6692
6702
  attr_accessor :deployment_group
6693
6703
 
6694
6704
  # Optional. The deployment tier that the index is deployed to.
6695
- # DEPLOYMENT_TIER_UNSPECIFIED defaults to PERFORMANCE.
6705
+ # DEPLOYMENT_TIER_UNSPECIFIED will use a system-chosen default tier.
6696
6706
  # Corresponds to the JSON property `deploymentTier`
6697
6707
  # @return [String]
6698
6708
  attr_accessor :deployment_tier
@@ -7649,6 +7659,12 @@ module Google
7649
7659
  class GoogleCloudAiplatformV1EnterpriseWebSearch
7650
7660
  include Google::Apis::Core::Hashable
7651
7661
 
7662
+ # Optional. Sites with confidence level chosen & above this value will be
7663
+ # blocked from the search results.
7664
+ # Corresponds to the JSON property `blockingConfidence`
7665
+ # @return [String]
7666
+ attr_accessor :blocking_confidence
7667
+
7652
7668
  # Optional. List of domains to be excluded from the search results. The default
7653
7669
  # limit is 2000 domains.
7654
7670
  # Corresponds to the JSON property `excludeDomains`
@@ -7661,6 +7677,7 @@ module Google
7661
7677
 
7662
7678
  # Update properties of this object
7663
7679
  def update!(**args)
7680
+ @blocking_confidence = args[:blocking_confidence] if args.key?(:blocking_confidence)
7664
7681
  @exclude_domains = args[:exclude_domains] if args.key?(:exclude_domains)
7665
7682
  end
7666
7683
  end
@@ -9157,7 +9174,7 @@ module Google
9157
9174
  # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerationConfig]
9158
9175
  attr_accessor :generation_config
9159
9176
 
9160
- # Required. The fully qualified name of the publisher model or endpoint to use.
9177
+ # Optional. The fully qualified name of the publisher model or endpoint to use.
9161
9178
  # Publisher model format: `projects/`project`/locations/`location`/publishers/*/
9162
9179
  # models/*` Endpoint format: `projects/`project`/locations/`location`/endpoints/`
9163
9180
  # endpoint``
@@ -11684,6 +11701,18 @@ module Google
11684
11701
  # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureOnlineStoreBigtableAutoScaling]
11685
11702
  attr_accessor :auto_scaling
11686
11703
 
11704
+ # Metadata of the Bigtable instance. This is used by direct read access to the
11705
+ # Bigtable in tenant project.
11706
+ # Corresponds to the JSON property `bigtableMetadata`
11707
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureOnlineStoreBigtableBigtableMetadata]
11708
+ attr_accessor :bigtable_metadata
11709
+
11710
+ # Optional. It true, enable direct access to the Bigtable instance.
11711
+ # Corresponds to the JSON property `enableDirectBigtableAccess`
11712
+ # @return [Boolean]
11713
+ attr_accessor :enable_direct_bigtable_access
11714
+ alias_method :enable_direct_bigtable_access?, :enable_direct_bigtable_access
11715
+
11687
11716
  def initialize(**args)
11688
11717
  update!(**args)
11689
11718
  end
@@ -11691,6 +11720,8 @@ module Google
11691
11720
  # Update properties of this object
11692
11721
  def update!(**args)
11693
11722
  @auto_scaling = args[:auto_scaling] if args.key?(:auto_scaling)
11723
+ @bigtable_metadata = args[:bigtable_metadata] if args.key?(:bigtable_metadata)
11724
+ @enable_direct_bigtable_access = args[:enable_direct_bigtable_access] if args.key?(:enable_direct_bigtable_access)
11694
11725
  end
11695
11726
  end
11696
11727
 
@@ -11732,6 +11763,38 @@ module Google
11732
11763
  end
11733
11764
  end
11734
11765
 
11766
+ # Metadata of the Bigtable instance. This is used by direct read access to the
11767
+ # Bigtable in tenant project.
11768
+ class GoogleCloudAiplatformV1FeatureOnlineStoreBigtableBigtableMetadata
11769
+ include Google::Apis::Core::Hashable
11770
+
11771
+ # The Cloud Bigtable instance id.
11772
+ # Corresponds to the JSON property `instanceId`
11773
+ # @return [String]
11774
+ attr_accessor :instance_id
11775
+
11776
+ # The Cloud Bigtable table id.
11777
+ # Corresponds to the JSON property `tableId`
11778
+ # @return [String]
11779
+ attr_accessor :table_id
11780
+
11781
+ # Tenant project ID.
11782
+ # Corresponds to the JSON property `tenantProjectId`
11783
+ # @return [String]
11784
+ attr_accessor :tenant_project_id
11785
+
11786
+ def initialize(**args)
11787
+ update!(**args)
11788
+ end
11789
+
11790
+ # Update properties of this object
11791
+ def update!(**args)
11792
+ @instance_id = args[:instance_id] if args.key?(:instance_id)
11793
+ @table_id = args[:table_id] if args.key?(:table_id)
11794
+ @tenant_project_id = args[:tenant_project_id] if args.key?(:tenant_project_id)
11795
+ end
11796
+ end
11797
+
11735
11798
  # The dedicated serving endpoint for this FeatureOnlineStore. Only need to set
11736
11799
  # when you choose Optimized storage type. Public endpoint is provisioned by
11737
11800
  # default.
@@ -12047,6 +12110,12 @@ module Google
12047
12110
  # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewBigQuerySource]
12048
12111
  attr_accessor :big_query_source
12049
12112
 
12113
+ # Metadata for the Cloud Bigtable that supports directly interacting Bigtable
12114
+ # instances.
12115
+ # Corresponds to the JSON property `bigtableMetadata`
12116
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewBigtableMetadata]
12117
+ attr_accessor :bigtable_metadata
12118
+
12050
12119
  # Output only. Timestamp when this FeatureView was created.
12051
12120
  # Corresponds to the JSON property `createTime`
12052
12121
  # @return [String]
@@ -12142,6 +12211,7 @@ module Google
12142
12211
  # Update properties of this object
12143
12212
  def update!(**args)
12144
12213
  @big_query_source = args[:big_query_source] if args.key?(:big_query_source)
12214
+ @bigtable_metadata = args[:bigtable_metadata] if args.key?(:bigtable_metadata)
12145
12215
  @create_time = args[:create_time] if args.key?(:create_time)
12146
12216
  @etag = args[:etag] if args.key?(:etag)
12147
12217
  @feature_registry_source = args[:feature_registry_source] if args.key?(:feature_registry_source)
@@ -12185,6 +12255,26 @@ module Google
12185
12255
  end
12186
12256
  end
12187
12257
 
12258
+ # Metadata for the Cloud Bigtable that supports directly interacting Bigtable
12259
+ # instances.
12260
+ class GoogleCloudAiplatformV1FeatureViewBigtableMetadata
12261
+ include Google::Apis::Core::Hashable
12262
+
12263
+ # Output only. The Bigtable App Profile to use for reading from Bigtable.
12264
+ # Corresponds to the JSON property `readAppProfile`
12265
+ # @return [String]
12266
+ attr_accessor :read_app_profile
12267
+
12268
+ def initialize(**args)
12269
+ update!(**args)
12270
+ end
12271
+
12272
+ # Update properties of this object
12273
+ def update!(**args)
12274
+ @read_app_profile = args[:read_app_profile] if args.key?(:read_app_profile)
12275
+ end
12276
+ end
12277
+
12188
12278
  # Lookup key for a feature view.
12189
12279
  class GoogleCloudAiplatformV1FeatureViewDataKey
12190
12280
  include Google::Apis::Core::Hashable
@@ -14171,6 +14261,44 @@ module Google
14171
14261
  end
14172
14262
  end
14173
14263
 
14264
+ # Request message for FeatureOnlineStoreService.GenerateFetchAccessToken.
14265
+ class GoogleCloudAiplatformV1GenerateFetchAccessTokenRequest
14266
+ include Google::Apis::Core::Hashable
14267
+
14268
+ def initialize(**args)
14269
+ update!(**args)
14270
+ end
14271
+
14272
+ # Update properties of this object
14273
+ def update!(**args)
14274
+ end
14275
+ end
14276
+
14277
+ # Response message for FeatureOnlineStoreService.GenerateFetchAccessToken.
14278
+ class GoogleCloudAiplatformV1GenerateFetchAccessTokenResponse
14279
+ include Google::Apis::Core::Hashable
14280
+
14281
+ # The OAuth 2.0 access token.
14282
+ # Corresponds to the JSON property `accessToken`
14283
+ # @return [String]
14284
+ attr_accessor :access_token
14285
+
14286
+ # Token expiration time. This is always set
14287
+ # Corresponds to the JSON property `expireTime`
14288
+ # @return [String]
14289
+ attr_accessor :expire_time
14290
+
14291
+ def initialize(**args)
14292
+ update!(**args)
14293
+ end
14294
+
14295
+ # Update properties of this object
14296
+ def update!(**args)
14297
+ @access_token = args[:access_token] if args.key?(:access_token)
14298
+ @expire_time = args[:expire_time] if args.key?(:expire_time)
14299
+ end
14300
+ end
14301
+
14174
14302
  # Request message for EvaluationService.GenerateInstanceRubrics.
14175
14303
  class GoogleCloudAiplatformV1GenerateInstanceRubricsRequest
14176
14304
  include Google::Apis::Core::Hashable
@@ -14377,6 +14505,11 @@ module Google
14377
14505
  # @return [Float]
14378
14506
  attr_accessor :frequency_penalty
14379
14507
 
14508
+ # Config for image generation features.
14509
+ # Corresponds to the JSON property `imageConfig`
14510
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ImageConfig]
14511
+ attr_accessor :image_config
14512
+
14380
14513
  # Optional. Logit probabilities.
14381
14514
  # Corresponds to the JSON property `logprobs`
14382
14515
  # @return [Fixnum]
@@ -14491,6 +14624,7 @@ module Google
14491
14624
  @candidate_count = args[:candidate_count] if args.key?(:candidate_count)
14492
14625
  @enable_affective_dialog = args[:enable_affective_dialog] if args.key?(:enable_affective_dialog)
14493
14626
  @frequency_penalty = args[:frequency_penalty] if args.key?(:frequency_penalty)
14627
+ @image_config = args[:image_config] if args.key?(:image_config)
14494
14628
  @logprobs = args[:logprobs] if args.key?(:logprobs)
14495
14629
  @max_output_tokens = args[:max_output_tokens] if args.key?(:max_output_tokens)
14496
14630
  @media_resolution = args[:media_resolution] if args.key?(:media_resolution)
@@ -15327,6 +15461,27 @@ module Google
15327
15461
  end
15328
15462
  end
15329
15463
 
15464
+ # Config for image generation features.
15465
+ class GoogleCloudAiplatformV1ImageConfig
15466
+ include Google::Apis::Core::Hashable
15467
+
15468
+ # Optional. The desired aspect ratio for the generated images. The following
15469
+ # aspect ratios are supported: "1:1" "2:3", "3:2" "3:4", "4:3" "4:5", "5:4" "9:
15470
+ # 16", "16:9" "21:9"
15471
+ # Corresponds to the JSON property `aspectRatio`
15472
+ # @return [String]
15473
+ attr_accessor :aspect_ratio
15474
+
15475
+ def initialize(**args)
15476
+ update!(**args)
15477
+ end
15478
+
15479
+ # Update properties of this object
15480
+ def update!(**args)
15481
+ @aspect_ratio = args[:aspect_ratio] if args.key?(:aspect_ratio)
15482
+ end
15483
+ end
15484
+
15330
15485
  # Describes the location from where we import data into a Dataset, together with
15331
15486
  # the labels that will be applied to the DataItems and the Annotations.
15332
15487
  class GoogleCloudAiplatformV1ImportDataConfig
@@ -21131,6 +21286,27 @@ module Google
21131
21286
  end
21132
21287
  end
21133
21288
 
21289
+ # Configuration for a multi-speaker text-to-speech setup. Enables the use of up
21290
+ # to two distinct voices in a single synthesis request.
21291
+ class GoogleCloudAiplatformV1MultiSpeakerVoiceConfig
21292
+ include Google::Apis::Core::Hashable
21293
+
21294
+ # Required. A list of configurations for the voices of the speakers. Exactly two
21295
+ # speaker voice configurations must be provided.
21296
+ # Corresponds to the JSON property `speakerVoiceConfigs`
21297
+ # @return [Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SpeakerVoiceConfig>]
21298
+ attr_accessor :speaker_voice_configs
21299
+
21300
+ def initialize(**args)
21301
+ update!(**args)
21302
+ end
21303
+
21304
+ # Update properties of this object
21305
+ def update!(**args)
21306
+ @speaker_voice_configs = args[:speaker_voice_configs] if args.key?(:speaker_voice_configs)
21307
+ end
21308
+ end
21309
+
21134
21310
  # Runtime operation information for IndexEndpointService.MutateDeployedIndex.
21135
21311
  class GoogleCloudAiplatformV1MutateDeployedIndexOperationMetadata
21136
21312
  include Google::Apis::Core::Hashable
@@ -24426,6 +24602,42 @@ module Google
24426
24602
  end
24427
24603
  end
24428
24604
 
24605
+ # A pre-tuned model for continuous tuning.
24606
+ class GoogleCloudAiplatformV1PreTunedModel
24607
+ include Google::Apis::Core::Hashable
24608
+
24609
+ # Output only. The name of the base model this PreTunedModel was tuned from.
24610
+ # Corresponds to the JSON property `baseModel`
24611
+ # @return [String]
24612
+ attr_accessor :base_model
24613
+
24614
+ # Optional. The source checkpoint id. If not specified, the default checkpoint
24615
+ # will be used.
24616
+ # Corresponds to the JSON property `checkpointId`
24617
+ # @return [String]
24618
+ attr_accessor :checkpoint_id
24619
+
24620
+ # The resource name of the Model. E.g., a model resource name with a specified
24621
+ # version id or alias: `projects/`project`/locations/`location`/models/`model`@`
24622
+ # version_id`` `projects/`project`/locations/`location`/models/`model`@`alias``
24623
+ # Or, omit the version id to use the default version: `projects/`project`/
24624
+ # locations/`location`/models/`model``
24625
+ # Corresponds to the JSON property `tunedModelName`
24626
+ # @return [String]
24627
+ attr_accessor :tuned_model_name
24628
+
24629
+ def initialize(**args)
24630
+ update!(**args)
24631
+ end
24632
+
24633
+ # Update properties of this object
24634
+ def update!(**args)
24635
+ @base_model = args[:base_model] if args.key?(:base_model)
24636
+ @checkpoint_id = args[:checkpoint_id] if args.key?(:checkpoint_id)
24637
+ @tuned_model_name = args[:tuned_model_name] if args.key?(:tuned_model_name)
24638
+ end
24639
+ end
24640
+
24429
24641
  # The configuration for the prebuilt speaker to use.
24430
24642
  class GoogleCloudAiplatformV1PrebuiltVoiceConfig
24431
24643
  include Google::Apis::Core::Hashable
@@ -37204,6 +37416,32 @@ module Google
37204
37416
  end
37205
37417
  end
37206
37418
 
37419
+ # Configuration for a single speaker in a multi speaker setup.
37420
+ class GoogleCloudAiplatformV1SpeakerVoiceConfig
37421
+ include Google::Apis::Core::Hashable
37422
+
37423
+ # Required. The name of the speaker. This should be the same as the speaker name
37424
+ # used in the prompt.
37425
+ # Corresponds to the JSON property `speaker`
37426
+ # @return [String]
37427
+ attr_accessor :speaker
37428
+
37429
+ # The configuration for the voice to use.
37430
+ # Corresponds to the JSON property `voiceConfig`
37431
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VoiceConfig]
37432
+ attr_accessor :voice_config
37433
+
37434
+ def initialize(**args)
37435
+ update!(**args)
37436
+ end
37437
+
37438
+ # Update properties of this object
37439
+ def update!(**args)
37440
+ @speaker = args[:speaker] if args.key?(:speaker)
37441
+ @voice_config = args[:voice_config] if args.key?(:voice_config)
37442
+ end
37443
+ end
37444
+
37207
37445
  # SpecialistPool represents customers' own workforce to work on their data
37208
37446
  # labeling jobs. It includes a group of specialist managers and workers.
37209
37447
  # Managers are responsible for managing the workers in this pool as well as
@@ -37344,6 +37582,12 @@ module Google
37344
37582
  # @return [String]
37345
37583
  attr_accessor :language_code
37346
37584
 
37585
+ # Configuration for a multi-speaker text-to-speech setup. Enables the use of up
37586
+ # to two distinct voices in a single synthesis request.
37587
+ # Corresponds to the JSON property `multiSpeakerVoiceConfig`
37588
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MultiSpeakerVoiceConfig]
37589
+ attr_accessor :multi_speaker_voice_config
37590
+
37347
37591
  # The configuration for the voice to use.
37348
37592
  # Corresponds to the JSON property `voiceConfig`
37349
37593
  # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VoiceConfig]
@@ -37356,6 +37600,7 @@ module Google
37356
37600
  # Update properties of this object
37357
37601
  def update!(**args)
37358
37602
  @language_code = args[:language_code] if args.key?(:language_code)
37603
+ @multi_speaker_voice_config = args[:multi_speaker_voice_config] if args.key?(:multi_speaker_voice_config)
37359
37604
  @voice_config = args[:voice_config] if args.key?(:voice_config)
37360
37605
  end
37361
37606
  end
@@ -40242,6 +40487,12 @@ module Google
40242
40487
  class GoogleCloudAiplatformV1ToolGoogleSearch
40243
40488
  include Google::Apis::Core::Hashable
40244
40489
 
40490
+ # Optional. Sites with confidence level chosen & above this value will be
40491
+ # blocked from the search results.
40492
+ # Corresponds to the JSON property `blockingConfidence`
40493
+ # @return [String]
40494
+ attr_accessor :blocking_confidence
40495
+
40245
40496
  # Optional. List of domains to be excluded from the search results. The default
40246
40497
  # limit is 2000 domains. Example: ["amazon.com", "facebook.com"].
40247
40498
  # Corresponds to the JSON property `excludeDomains`
@@ -40254,6 +40505,7 @@ module Google
40254
40505
 
40255
40506
  # Update properties of this object
40256
40507
  def update!(**args)
40508
+ @blocking_confidence = args[:blocking_confidence] if args.key?(:blocking_confidence)
40257
40509
  @exclude_domains = args[:exclude_domains] if args.key?(:exclude_domains)
40258
40510
  end
40259
40511
  end
@@ -41562,9 +41814,12 @@ module Google
41562
41814
 
41563
41815
  # Output only. The resource name of the TunedModel. Format: `projects/`project`/
41564
41816
  # locations/`location`/models/`model`@`version_id`` When tuning from a base
41565
- # model, the version_id will be 1. For continuous tuning, the version id will be
41566
- # incremented by 1 from the last version id in the parent model. E.g., `projects/
41567
- # `project`/locations/`location`/models/`model`@`last_version_id + 1``
41817
+ # model, the version ID will be 1. For continuous tuning, if the provided
41818
+ # tuned_model_display_name is set and different from parent model's display name,
41819
+ # the tuned model will have a new parent model with version 1. Otherwise the
41820
+ # version id will be incremented by 1 from the last version ID in the parent
41821
+ # model. E.g., `projects/`project`/locations/`location`/models/`model`@`
41822
+ # last_version_id + 1``
41568
41823
  # Corresponds to the JSON property `model`
41569
41824
  # @return [String]
41570
41825
  attr_accessor :model
@@ -41735,6 +41990,11 @@ module Google
41735
41990
  # @return [String]
41736
41991
  attr_accessor :name
41737
41992
 
41993
+ # A pre-tuned model for continuous tuning.
41994
+ # Corresponds to the JSON property `preTunedModel`
41995
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PreTunedModel]
41996
+ attr_accessor :pre_tuned_model
41997
+
41738
41998
  # The service account that the tuningJob workload runs as. If not specified, the
41739
41999
  # Vertex AI Secure Fine-Tuned Service Agent in the project will be used. See
41740
42000
  # https://cloud.google.com/iam/docs/service-agents#vertex-ai-secure-fine-tuning-
@@ -41767,7 +42027,10 @@ module Google
41767
42027
  attr_accessor :tuned_model
41768
42028
 
41769
42029
  # Optional. The display name of the TunedModel. The name can be up to 128
41770
- # characters long and can consist of any UTF-8 characters.
42030
+ # characters long and can consist of any UTF-8 characters. For continuous tuning,
42031
+ # tuned_model_display_name will by default use the same display name as the pre-
42032
+ # tuned model. If a new display name is provided, the tuning job will create a
42033
+ # new model instead of a new version.
41771
42034
  # Corresponds to the JSON property `tunedModelDisplayName`
41772
42035
  # @return [String]
41773
42036
  attr_accessor :tuned_model_display_name
@@ -41797,6 +42060,7 @@ module Google
41797
42060
  @experiment = args[:experiment] if args.key?(:experiment)
41798
42061
  @labels = args[:labels] if args.key?(:labels)
41799
42062
  @name = args[:name] if args.key?(:name)
42063
+ @pre_tuned_model = args[:pre_tuned_model] if args.key?(:pre_tuned_model)
41800
42064
  @service_account = args[:service_account] if args.key?(:service_account)
41801
42065
  @start_time = args[:start_time] if args.key?(:start_time)
41802
42066
  @state = args[:state] if args.key?(:state)
@@ -43428,6 +43692,13 @@ module Google
43428
43692
  # @return [Array<Google::Apis::AiplatformV1::GoogleLongrunningOperation>]
43429
43693
  attr_accessor :operations
43430
43694
 
43695
+ # Unordered list. Unreachable resources. Populated when the request sets `
43696
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
43697
+ # when attempting to list all resources across all supported locations.
43698
+ # Corresponds to the JSON property `unreachable`
43699
+ # @return [Array<String>]
43700
+ attr_accessor :unreachable
43701
+
43431
43702
  def initialize(**args)
43432
43703
  update!(**args)
43433
43704
  end
@@ -43436,6 +43707,7 @@ module Google
43436
43707
  def update!(**args)
43437
43708
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
43438
43709
  @operations = args[:operations] if args.key?(:operations)
43710
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
43439
43711
  end
43440
43712
  end
43441
43713
 
@@ -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.68.0"
19
+ GEM_VERSION = "0.69.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250926"
25
+ REVISION = "20251003"
26
26
  end
27
27
  end
28
28
  end