google-apis-aiplatform_v1 0.93.0 → 0.94.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: ad22917e229af3290aeb7d38ac3bf2ce2733e4aad7fb19f65695628c0c3a0a82
4
- data.tar.gz: 8d850d2ac1f4e8101397d54e43ef5a4c5e3d11335b556066c2f081420dc1b72b
3
+ metadata.gz: a0975ed273acd496fbd9eaae0e9e7f8f1040b8182450b84abf17edccbf27666f
4
+ data.tar.gz: 300a66595f18ee2591db1b0e0327623013b601e849a2d57f6a8c274d2a47448f
5
5
  SHA512:
6
- metadata.gz: 1b186c6d4dc28772a9474b743220eb6ed10b6267c8cd6d2d6b6797f3730517a5f87b3d3857c23cbe5fd2c77668d80cb440f73f30585784adc8bd25ffe8f317c3
7
- data.tar.gz: d283b4c597e43bdaea7e12fbfc633617381c27d0df3e17f5b13ad7027231351482a6ddcb9b10974f312ca273ee4b8d15d6203ebc946ec334af932858873498a6
6
+ metadata.gz: c5227cb35383f684e57474c683221fe6303a84a95667b3f500eb19d46cea7ec823672f729a24232d56570975e03bf3d33805358641d711a271e3727925acaeda
7
+ data.tar.gz: a14c52e15378d29b1cb5c3c72407d5aedf9a811b8af32f84b48f98cb8cc84d13b675482cf5a7b91d21c105f676edc94e51c875484cf7a8614b82c5de63e26d81
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-aiplatform_v1
2
2
 
3
+ ### v0.94.0 (2026-08-23)
4
+
5
+ * Regenerated from discovery document revision 20260815
6
+
3
7
  ### v0.93.0 (2026-08-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20260808
@@ -1423,8 +1423,12 @@ module Google
1423
1423
  class GoogleCloudAiplatformV1Agent
1424
1424
  include Google::Apis::Core::Hashable
1425
1425
 
1426
- # Required. The base agent for the agent. Supported values: * `antigravity-
1427
- # preview-05-2026`
1426
+ # Required. Immutable. The base agent for the agent. Supported values: * `
1427
+ # antigravity-preview-05-2026` Immutable: `UpdateAgent` rejects a change,
1428
+ # including clearing it. The kind of agent this is gets derived from this field
1429
+ # when the agent is created and is recorded then; nothing recomputes it
1430
+ # afterwards, so a later change would leave the agent described as one kind and
1431
+ # behaving as another. Create a new agent instead.
1428
1432
  # Corresponds to the JSON property `base_agent`
1429
1433
  # @return [String]
1430
1434
  attr_accessor :base_agent
@@ -2421,6 +2425,16 @@ module Google
2421
2425
  # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1AudioTranscriptionConfigLanguageHints]
2422
2426
  attr_accessor :language_hints
2423
2427
 
2428
+ # Optional. Configures transcription mode. Supported values: `VERBATIM`, `SMART`.
2429
+ # If unspecified, defaults to `VERBATIM` transcription. In `SMART` mode, the
2430
+ # model performs disfluency removal (eliminating filler words, repetitions, and
2431
+ # false starts), light grammatical cleanup, automatic formatting (paragraphs,
2432
+ # bullet points, numbered lists), and minor user edits (inline self-corrections).
2433
+ # Timestamps and diarization are incompatible with mode `SMART`.
2434
+ # Corresponds to the JSON property `mode`
2435
+ # @return [String]
2436
+ attr_accessor :mode
2437
+
2424
2438
  # Optional. Configures word-level timestamp generation.
2425
2439
  # Corresponds to the JSON property `wordTimestamp`
2426
2440
  # @return [Boolean]
@@ -2439,6 +2453,7 @@ module Google
2439
2453
  @language_auto = args[:language_auto] if args.key?(:language_auto)
2440
2454
  @language_codes = args[:language_codes] if args.key?(:language_codes)
2441
2455
  @language_hints = args[:language_hints] if args.key?(:language_hints)
2456
+ @mode = args[:mode] if args.key?(:mode)
2442
2457
  @word_timestamp = args[:word_timestamp] if args.key?(:word_timestamp)
2443
2458
  end
2444
2459
  end
@@ -17316,8 +17331,13 @@ module Google
17316
17331
  # @return [String]
17317
17332
  attr_accessor :dns_record
17318
17333
 
17319
- # Optional. FQDN of the private DNS zone to create DNS record set for PSC
17320
- # endpoint.
17334
+ # Optional. Name of the private Cloud DNS managed zone in which to create the
17335
+ # gateway's A-record. This is the managed zone's own name, not its DNS name: for
17336
+ # a zone serving `example.internal.`, this field takes the zone name, such as `
17337
+ # my-private-zone`. The zone's DNS name is combined with a generated per-gateway
17338
+ # label to form the record's fully qualified name, which must stay within the
17339
+ # 255-octet DNS limit. If the full name is too long, gateway provisioning fails
17340
+ # when it attempts to create the DNS record.
17321
17341
  # Corresponds to the JSON property `dnsZoneName`
17322
17342
  # @return [String]
17323
17343
  attr_accessor :dns_zone_name
@@ -29227,6 +29247,12 @@ module Google
29227
29247
  # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityOpenTelemetry]
29228
29248
  attr_accessor :open_telemetry
29229
29249
 
29250
+ # If chosen, the online evaluator will evaluate sessions matching specified `
29251
+ # filter`. A session is a group of traces with a common `gen_ai.conversation.id`.
29252
+ # Corresponds to the JSON property `sessionScope`
29253
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilitySessionScope]
29254
+ attr_accessor :session_scope
29255
+
29230
29256
  # If chosen, the online evaluator will evaluate single traces matching specified
29231
29257
  # `filter`.
29232
29258
  # Corresponds to the JSON property `traceScope`
@@ -29248,6 +29274,7 @@ module Google
29248
29274
  def update!(**args)
29249
29275
  @log_view = args[:log_view] if args.key?(:log_view)
29250
29276
  @open_telemetry = args[:open_telemetry] if args.key?(:open_telemetry)
29277
+ @session_scope = args[:session_scope] if args.key?(:session_scope)
29251
29278
  @trace_scope = args[:trace_scope] if args.key?(:trace_scope)
29252
29279
  @trace_view = args[:trace_view] if args.key?(:trace_view)
29253
29280
  end
@@ -29298,6 +29325,110 @@ module Google
29298
29325
  end
29299
29326
  end
29300
29327
 
29328
+ # If chosen, the online evaluator will evaluate sessions matching specified `
29329
+ # filter`. A session is a group of traces with a common `gen_ai.conversation.id`.
29330
+ class GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilitySessionScope
29331
+ include Google::Apis::Core::Hashable
29332
+
29333
+ # Optional. A list of predicates to filter sessions. Multiple predicates are
29334
+ # combined using AND. The maximum number of predicates is 10.
29335
+ # Corresponds to the JSON property `filter`
29336
+ # @return [Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilitySessionScopePredicate>]
29337
+ attr_accessor :filter
29338
+
29339
+ # Configuration for inactivity based session completion.
29340
+ # Corresponds to the JSON property `inactivityTrigger`
29341
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilitySessionScopeInactivityTrigger]
29342
+ attr_accessor :inactivity_trigger
29343
+
29344
+ def initialize(**args)
29345
+ update!(**args)
29346
+ end
29347
+
29348
+ # Update properties of this object
29349
+ def update!(**args)
29350
+ @filter = args[:filter] if args.key?(:filter)
29351
+ @inactivity_trigger = args[:inactivity_trigger] if args.key?(:inactivity_trigger)
29352
+ end
29353
+ end
29354
+
29355
+ # Configuration for inactivity based session completion.
29356
+ class GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilitySessionScopeInactivityTrigger
29357
+ include Google::Apis::Core::Hashable
29358
+
29359
+ # Required. The amount of time that must pass with no new traces before a
29360
+ # session is considered ready for evaluation. This is a required field if
29361
+ # InactivityTrigger is used. The value must be a positive duration no greater
29362
+ # than 7 days (604800 seconds).
29363
+ # Corresponds to the JSON property `threshold`
29364
+ # @return [String]
29365
+ attr_accessor :threshold
29366
+
29367
+ def initialize(**args)
29368
+ update!(**args)
29369
+ end
29370
+
29371
+ # Update properties of this object
29372
+ def update!(**args)
29373
+ @threshold = args[:threshold] if args.key?(:threshold)
29374
+ end
29375
+ end
29376
+
29377
+ # Defines a single filter predicate.
29378
+ class GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilitySessionScopePredicate
29379
+ include Google::Apis::Core::Hashable
29380
+
29381
+ # Defines a predicate for filtering based on a numeric value.
29382
+ # Corresponds to the JSON property `duration`
29383
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate]
29384
+ attr_accessor :duration
29385
+
29386
+ # Defines a predicate for filtering based on a numeric value.
29387
+ # Corresponds to the JSON property `modelCallErrors`
29388
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate]
29389
+ attr_accessor :model_call_errors
29390
+
29391
+ # Defines a predicate for filtering based on a numeric value.
29392
+ # Corresponds to the JSON property `modelCalls`
29393
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate]
29394
+ attr_accessor :model_calls
29395
+
29396
+ # Defines a predicate for filtering based on a numeric value.
29397
+ # Corresponds to the JSON property `toolCallErrors`
29398
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate]
29399
+ attr_accessor :tool_call_errors
29400
+
29401
+ # Defines a predicate for filtering based on a numeric value.
29402
+ # Corresponds to the JSON property `toolCalls`
29403
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate]
29404
+ attr_accessor :tool_calls
29405
+
29406
+ # Defines a predicate for filtering based on a numeric value.
29407
+ # Corresponds to the JSON property `totalTokenUsage`
29408
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate]
29409
+ attr_accessor :total_token_usage
29410
+
29411
+ # Defines a predicate for filtering based on a numeric value.
29412
+ # Corresponds to the JSON property `userTurns`
29413
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate]
29414
+ attr_accessor :user_turns
29415
+
29416
+ def initialize(**args)
29417
+ update!(**args)
29418
+ end
29419
+
29420
+ # Update properties of this object
29421
+ def update!(**args)
29422
+ @duration = args[:duration] if args.key?(:duration)
29423
+ @model_call_errors = args[:model_call_errors] if args.key?(:model_call_errors)
29424
+ @model_calls = args[:model_calls] if args.key?(:model_calls)
29425
+ @tool_call_errors = args[:tool_call_errors] if args.key?(:tool_call_errors)
29426
+ @tool_calls = args[:tool_calls] if args.key?(:tool_calls)
29427
+ @total_token_usage = args[:total_token_usage] if args.key?(:total_token_usage)
29428
+ @user_turns = args[:user_turns] if args.key?(:user_turns)
29429
+ end
29430
+ end
29431
+
29301
29432
  # If chosen, the online evaluator will evaluate single traces matching specified
29302
29433
  # `filter`.
29303
29434
  class GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityTraceScope
@@ -33357,6 +33488,16 @@ module Google
33357
33488
  class GoogleCloudAiplatformV1RagChunk
33358
33489
  include Google::Apis::Core::Hashable
33359
33490
 
33491
+ # The ID of the chunk.
33492
+ # Corresponds to the JSON property `chunkId`
33493
+ # @return [String]
33494
+ attr_accessor :chunk_id
33495
+
33496
+ # The ID of the file that the chunk belongs to.
33497
+ # Corresponds to the JSON property `fileId`
33498
+ # @return [String]
33499
+ attr_accessor :file_id
33500
+
33360
33501
  # Represents where the chunk starts and ends in the document.
33361
33502
  # Corresponds to the JSON property `pageSpan`
33362
33503
  # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RagChunkPageSpan]
@@ -33373,6 +33514,8 @@ module Google
33373
33514
 
33374
33515
  # Update properties of this object
33375
33516
  def update!(**args)
33517
+ @chunk_id = args[:chunk_id] if args.key?(:chunk_id)
33518
+ @file_id = args[:file_id] if args.key?(:file_id)
33376
33519
  @page_span = args[:page_span] if args.key?(:page_span)
33377
33520
  @text = args[:text] if args.key?(:text)
33378
33521
  end
@@ -34409,6 +34552,35 @@ module Google
34409
34552
  end
34410
34553
  end
34411
34554
 
34555
+ # Ray cluster level autoscaling configuration.
34556
+ class GoogleCloudAiplatformV1RayClusterAutoscalingSpec
34557
+ include Google::Apis::Core::Hashable
34558
+
34559
+ # Optional. The number of minutes that need to pass before an idle worker node
34560
+ # is removed by the autoscaler. Default is 5 mins.
34561
+ # Corresponds to the JSON property `idleTimeoutMinutes`
34562
+ # @return [Fixnum]
34563
+ attr_accessor :idle_timeout_minutes
34564
+
34565
+ # Optional. The number of nodes allowed to be pending as a multiple of the
34566
+ # current number of nodes. [OSS Ray reference](https://docs.ray.io/en/latest/
34567
+ # cluster/vms/user-guides/configuring-autoscaling.html#upscaling-and-downscaling-
34568
+ # speed)
34569
+ # Corresponds to the JSON property `upscalingSpeed`
34570
+ # @return [Fixnum]
34571
+ attr_accessor :upscaling_speed
34572
+
34573
+ def initialize(**args)
34574
+ update!(**args)
34575
+ end
34576
+
34577
+ # Update properties of this object
34578
+ def update!(**args)
34579
+ @idle_timeout_minutes = args[:idle_timeout_minutes] if args.key?(:idle_timeout_minutes)
34580
+ @upscaling_speed = args[:upscaling_speed] if args.key?(:upscaling_speed)
34581
+ end
34582
+ end
34583
+
34412
34584
  # Configuration for the Ray OSS Logs.
34413
34585
  class GoogleCloudAiplatformV1RayLogsSpec
34414
34586
  include Google::Apis::Core::Hashable
@@ -34439,6 +34611,14 @@ module Google
34439
34611
  attr_accessor :disabled
34440
34612
  alias_method :disabled?, :disabled
34441
34613
 
34614
+ # Optional. Flag to enable the Ray usage stats collection by Anyscale. https://
34615
+ # docs.ray.io/en/latest/cluster/usage-stats.html#usage-stats-collection Disable
34616
+ # by default.
34617
+ # Corresponds to the JSON property `enableUsageStatsCollection`
34618
+ # @return [Boolean]
34619
+ attr_accessor :enable_usage_stats_collection
34620
+ alias_method :enable_usage_stats_collection?, :enable_usage_stats_collection
34621
+
34442
34622
  def initialize(**args)
34443
34623
  update!(**args)
34444
34624
  end
@@ -34446,6 +34626,7 @@ module Google
34446
34626
  # Update properties of this object
34447
34627
  def update!(**args)
34448
34628
  @disabled = args[:disabled] if args.key?(:disabled)
34629
+ @enable_usage_stats_collection = args[:enable_usage_stats_collection] if args.key?(:enable_usage_stats_collection)
34449
34630
  end
34450
34631
  end
34451
34632
 
@@ -34472,6 +34653,11 @@ module Google
34472
34653
  # @return [String]
34473
34654
  attr_accessor :image_uri
34474
34655
 
34656
+ # Ray cluster level autoscaling configuration.
34657
+ # Corresponds to the JSON property `rayClusterAutoscalingSpec`
34658
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RayClusterAutoscalingSpec]
34659
+ attr_accessor :ray_cluster_autoscaling_spec
34660
+
34475
34661
  # Configuration for the Ray OSS Logs.
34476
34662
  # Corresponds to the JSON property `rayLogsSpec`
34477
34663
  # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RayLogsSpec]
@@ -34499,6 +34685,7 @@ module Google
34499
34685
  def update!(**args)
34500
34686
  @head_node_resource_pool_id = args[:head_node_resource_pool_id] if args.key?(:head_node_resource_pool_id)
34501
34687
  @image_uri = args[:image_uri] if args.key?(:image_uri)
34688
+ @ray_cluster_autoscaling_spec = args[:ray_cluster_autoscaling_spec] if args.key?(:ray_cluster_autoscaling_spec)
34502
34689
  @ray_logs_spec = args[:ray_logs_spec] if args.key?(:ray_logs_spec)
34503
34690
  @ray_metric_spec = args[:ray_metric_spec] if args.key?(:ray_metric_spec)
34504
34691
  @resource_pool_images = args[:resource_pool_images] if args.key?(:resource_pool_images)
@@ -37472,6 +37659,11 @@ module Google
37472
37659
  # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SandboxEnvironmentSpecCodeExecutionEnvironment]
37473
37660
  attr_accessor :code_execution_environment
37474
37661
 
37662
+ # The shell environment.
37663
+ # Corresponds to the JSON property `shellEnvironment`
37664
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SandboxEnvironmentSpecShellEnvironment]
37665
+ attr_accessor :shell_environment
37666
+
37475
37667
  def initialize(**args)
37476
37668
  update!(**args)
37477
37669
  end
@@ -37479,6 +37671,7 @@ module Google
37479
37671
  # Update properties of this object
37480
37672
  def update!(**args)
37481
37673
  @code_execution_environment = args[:code_execution_environment] if args.key?(:code_execution_environment)
37674
+ @shell_environment = args[:shell_environment] if args.key?(:shell_environment)
37482
37675
  end
37483
37676
  end
37484
37677
 
@@ -37507,6 +37700,19 @@ module Google
37507
37700
  end
37508
37701
  end
37509
37702
 
37703
+ # The shell environment.
37704
+ class GoogleCloudAiplatformV1SandboxEnvironmentSpecShellEnvironment
37705
+ include Google::Apis::Core::Hashable
37706
+
37707
+ def initialize(**args)
37708
+ update!(**args)
37709
+ end
37710
+
37711
+ # Update properties of this object
37712
+ def update!(**args)
37713
+ end
37714
+ end
37715
+
37510
37716
  # The specification of a SandboxEnvironmentTemplate. A
37511
37717
  # SandboxEnvironmentTemplate defines a template for creating SandboxEnvironments.
37512
37718
  class GoogleCloudAiplatformV1SandboxEnvironmentTemplate
@@ -41072,6 +41278,13 @@ module Google
41072
41278
  # @return [String]
41073
41279
  attr_accessor :code_repository_state
41074
41280
 
41281
+ # Optional. The Cloud Run regions in which the application is currently deployed.
41282
+ # Used to rediscover and redeploy the app in the regions it already runs in,
41283
+ # which may differ from the prompt's location.
41284
+ # Corresponds to the JSON property `deployedRegions`
41285
+ # @return [Array<String>]
41286
+ attr_accessor :deployed_regions
41287
+
41075
41288
  # Optional. Framework used to build the application.
41076
41289
  # Corresponds to the JSON property `framework`
41077
41290
  # @return [String]
@@ -41089,6 +41302,7 @@ module Google
41089
41302
  # Update properties of this object
41090
41303
  def update!(**args)
41091
41304
  @code_repository_state = args[:code_repository_state] if args.key?(:code_repository_state)
41305
+ @deployed_regions = args[:deployed_regions] if args.key?(:deployed_regions)
41092
41306
  @framework = args[:framework] if args.key?(:framework)
41093
41307
  @linked_resources = args[:linked_resources] if args.key?(:linked_resources)
41094
41308
  end
@@ -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.93.0"
19
+ GEM_VERSION = "0.94.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260808"
25
+ REVISION = "20260815"
26
26
  end
27
27
  end
28
28
  end
@@ -4672,6 +4672,24 @@ module Google
4672
4672
  include Google::Apis::Core::JsonObjectSupport
4673
4673
  end
4674
4674
 
4675
+ class GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilitySessionScope
4676
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4677
+
4678
+ include Google::Apis::Core::JsonObjectSupport
4679
+ end
4680
+
4681
+ class GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilitySessionScopeInactivityTrigger
4682
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4683
+
4684
+ include Google::Apis::Core::JsonObjectSupport
4685
+ end
4686
+
4687
+ class GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilitySessionScopePredicate
4688
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4689
+
4690
+ include Google::Apis::Core::JsonObjectSupport
4691
+ end
4692
+
4675
4693
  class GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityTraceScope
4676
4694
  class Representation < Google::Apis::Core::JsonRepresentation; end
4677
4695
 
@@ -5548,6 +5566,12 @@ module Google
5548
5566
  include Google::Apis::Core::JsonObjectSupport
5549
5567
  end
5550
5568
 
5569
+ class GoogleCloudAiplatformV1RayClusterAutoscalingSpec
5570
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5571
+
5572
+ include Google::Apis::Core::JsonObjectSupport
5573
+ end
5574
+
5551
5575
  class GoogleCloudAiplatformV1RayLogsSpec
5552
5576
  class Representation < Google::Apis::Core::JsonRepresentation; end
5553
5577
 
@@ -6166,6 +6190,12 @@ module Google
6166
6190
  include Google::Apis::Core::JsonObjectSupport
6167
6191
  end
6168
6192
 
6193
+ class GoogleCloudAiplatformV1SandboxEnvironmentSpecShellEnvironment
6194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6195
+
6196
+ include Google::Apis::Core::JsonObjectSupport
6197
+ end
6198
+
6169
6199
  class GoogleCloudAiplatformV1SandboxEnvironmentTemplate
6170
6200
  class Representation < Google::Apis::Core::JsonRepresentation; end
6171
6201
 
@@ -9542,6 +9572,7 @@ module Google
9542
9572
  collection :language_codes, as: 'languageCodes'
9543
9573
  property :language_hints, as: 'languageHints', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1AudioTranscriptionConfigLanguageHints, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1AudioTranscriptionConfigLanguageHints::Representation
9544
9574
 
9575
+ property :mode, as: 'mode'
9545
9576
  property :word_timestamp, as: 'wordTimestamp'
9546
9577
  end
9547
9578
  end
@@ -17099,6 +17130,8 @@ module Google
17099
17130
  property :log_view, as: 'logView'
17100
17131
  property :open_telemetry, as: 'openTelemetry', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityOpenTelemetry, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityOpenTelemetry::Representation
17101
17132
 
17133
+ property :session_scope, as: 'sessionScope', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilitySessionScope, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilitySessionScope::Representation
17134
+
17102
17135
  property :trace_scope, as: 'traceScope', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityTraceScope, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityTraceScope::Representation
17103
17136
 
17104
17137
  property :trace_view, as: 'traceView'
@@ -17120,6 +17153,43 @@ module Google
17120
17153
  end
17121
17154
  end
17122
17155
 
17156
+ class GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilitySessionScope
17157
+ # @private
17158
+ class Representation < Google::Apis::Core::JsonRepresentation
17159
+ collection :filter, as: 'filter', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilitySessionScopePredicate, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilitySessionScopePredicate::Representation
17160
+
17161
+ property :inactivity_trigger, as: 'inactivityTrigger', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilitySessionScopeInactivityTrigger, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilitySessionScopeInactivityTrigger::Representation
17162
+
17163
+ end
17164
+ end
17165
+
17166
+ class GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilitySessionScopeInactivityTrigger
17167
+ # @private
17168
+ class Representation < Google::Apis::Core::JsonRepresentation
17169
+ property :threshold, as: 'threshold'
17170
+ end
17171
+ end
17172
+
17173
+ class GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilitySessionScopePredicate
17174
+ # @private
17175
+ class Representation < Google::Apis::Core::JsonRepresentation
17176
+ property :duration, as: 'duration', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate::Representation
17177
+
17178
+ property :model_call_errors, as: 'modelCallErrors', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate::Representation
17179
+
17180
+ property :model_calls, as: 'modelCalls', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate::Representation
17181
+
17182
+ property :tool_call_errors, as: 'toolCallErrors', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate::Representation
17183
+
17184
+ property :tool_calls, as: 'toolCalls', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate::Representation
17185
+
17186
+ property :total_token_usage, as: 'totalTokenUsage', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate::Representation
17187
+
17188
+ property :user_turns, as: 'userTurns', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityNumericPredicate::Representation
17189
+
17190
+ end
17191
+ end
17192
+
17123
17193
  class GoogleCloudAiplatformV1OnlineEvaluatorCloudObservabilityTraceScope
17124
17194
  # @private
17125
17195
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -18271,6 +18341,8 @@ module Google
18271
18341
  class GoogleCloudAiplatformV1RagChunk
18272
18342
  # @private
18273
18343
  class Representation < Google::Apis::Core::JsonRepresentation
18344
+ property :chunk_id, as: 'chunkId'
18345
+ property :file_id, as: 'fileId'
18274
18346
  property :page_span, as: 'pageSpan', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RagChunkPageSpan, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RagChunkPageSpan::Representation
18275
18347
 
18276
18348
  property :text, as: 'text'
@@ -18604,6 +18676,14 @@ module Google
18604
18676
  end
18605
18677
  end
18606
18678
 
18679
+ class GoogleCloudAiplatformV1RayClusterAutoscalingSpec
18680
+ # @private
18681
+ class Representation < Google::Apis::Core::JsonRepresentation
18682
+ property :idle_timeout_minutes, :numeric_string => true, as: 'idleTimeoutMinutes'
18683
+ property :upscaling_speed, :numeric_string => true, as: 'upscalingSpeed'
18684
+ end
18685
+ end
18686
+
18607
18687
  class GoogleCloudAiplatformV1RayLogsSpec
18608
18688
  # @private
18609
18689
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -18615,6 +18695,7 @@ module Google
18615
18695
  # @private
18616
18696
  class Representation < Google::Apis::Core::JsonRepresentation
18617
18697
  property :disabled, as: 'disabled'
18698
+ property :enable_usage_stats_collection, as: 'enableUsageStatsCollection'
18618
18699
  end
18619
18700
  end
18620
18701
 
@@ -18623,6 +18704,8 @@ module Google
18623
18704
  class Representation < Google::Apis::Core::JsonRepresentation
18624
18705
  property :head_node_resource_pool_id, as: 'headNodeResourcePoolId'
18625
18706
  property :image_uri, as: 'imageUri'
18707
+ property :ray_cluster_autoscaling_spec, as: 'rayClusterAutoscalingSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RayClusterAutoscalingSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RayClusterAutoscalingSpec::Representation
18708
+
18626
18709
  property :ray_logs_spec, as: 'rayLogsSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RayLogsSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RayLogsSpec::Representation
18627
18710
 
18628
18711
  property :ray_metric_spec, as: 'rayMetricSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RayMetricSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RayMetricSpec::Representation
@@ -19548,6 +19631,8 @@ module Google
19548
19631
  class Representation < Google::Apis::Core::JsonRepresentation
19549
19632
  property :code_execution_environment, as: 'codeExecutionEnvironment', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SandboxEnvironmentSpecCodeExecutionEnvironment, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SandboxEnvironmentSpecCodeExecutionEnvironment::Representation
19550
19633
 
19634
+ property :shell_environment, as: 'shellEnvironment', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SandboxEnvironmentSpecShellEnvironment, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SandboxEnvironmentSpecShellEnvironment::Representation
19635
+
19551
19636
  end
19552
19637
  end
19553
19638
 
@@ -19559,6 +19644,12 @@ module Google
19559
19644
  end
19560
19645
  end
19561
19646
 
19647
+ class GoogleCloudAiplatformV1SandboxEnvironmentSpecShellEnvironment
19648
+ # @private
19649
+ class Representation < Google::Apis::Core::JsonRepresentation
19650
+ end
19651
+ end
19652
+
19562
19653
  class GoogleCloudAiplatformV1SandboxEnvironmentTemplate
19563
19654
  # @private
19564
19655
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -20465,6 +20556,7 @@ module Google
20465
20556
  # @private
20466
20557
  class Representation < Google::Apis::Core::JsonRepresentation
20467
20558
  property :code_repository_state, as: 'codeRepositoryState'
20559
+ collection :deployed_regions, as: 'deployedRegions'
20468
20560
  property :framework, as: 'framework'
20469
20561
  collection :linked_resources, as: 'linkedResources', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaPromptSpecAppBuilderDataLinkedResource, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaPromptSpecAppBuilderDataLinkedResource::Representation
20470
20562
 
@@ -13222,6 +13222,68 @@ module Google
13222
13222
  execute_or_queue_command(command, &block)
13223
13223
  end
13224
13224
 
13225
+ # Deletes the response from the endpoint.
13226
+ # @param [String] name
13227
+ # Required. The name of the Response resource to be deleted. Format: `projects/`
13228
+ # project`/locations/`location`/endpoints/`endpoint`/responses/`response``
13229
+ # @param [String] fields
13230
+ # Selector specifying which fields to include in a partial response.
13231
+ # @param [String] quota_user
13232
+ # Available to use for quota purposes for server-side applications. Can be any
13233
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
13234
+ # @param [Google::Apis::RequestOptions] options
13235
+ # Request-specific options
13236
+ #
13237
+ # @yield [result, err] Result & error if block supplied
13238
+ # @yieldparam result [Google::Apis::AiplatformV1::GoogleApiHttpBody] parsed result object
13239
+ # @yieldparam err [StandardError] error object if request failed
13240
+ #
13241
+ # @return [Google::Apis::AiplatformV1::GoogleApiHttpBody]
13242
+ #
13243
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
13244
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
13245
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
13246
+ def delete_project_location_endpoint_response(name, fields: nil, quota_user: nil, options: nil, &block)
13247
+ command = make_simple_command(:delete, 'v1/{+name}', options)
13248
+ command.response_representation = Google::Apis::AiplatformV1::GoogleApiHttpBody::Representation
13249
+ command.response_class = Google::Apis::AiplatformV1::GoogleApiHttpBody
13250
+ command.params['name'] = name unless name.nil?
13251
+ command.query['fields'] = fields unless fields.nil?
13252
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
13253
+ execute_or_queue_command(command, &block)
13254
+ end
13255
+
13256
+ # Gets the response from the endpoint.
13257
+ # @param [String] name
13258
+ # Required. The name of the Response resource. Format: `projects/`project`/
13259
+ # locations/`location`/endpoints/`endpoint`/responses/`response``
13260
+ # @param [String] fields
13261
+ # Selector specifying which fields to include in a partial response.
13262
+ # @param [String] quota_user
13263
+ # Available to use for quota purposes for server-side applications. Can be any
13264
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
13265
+ # @param [Google::Apis::RequestOptions] options
13266
+ # Request-specific options
13267
+ #
13268
+ # @yield [result, err] Result & error if block supplied
13269
+ # @yieldparam result [Google::Apis::AiplatformV1::GoogleApiHttpBody] parsed result object
13270
+ # @yieldparam err [StandardError] error object if request failed
13271
+ #
13272
+ # @return [Google::Apis::AiplatformV1::GoogleApiHttpBody]
13273
+ #
13274
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
13275
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
13276
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
13277
+ def get_project_location_endpoint_response(name, fields: nil, quota_user: nil, options: nil, &block)
13278
+ command = make_simple_command(:get, 'v1/{+name}', options)
13279
+ command.response_representation = Google::Apis::AiplatformV1::GoogleApiHttpBody::Representation
13280
+ command.response_class = Google::Apis::AiplatformV1::GoogleApiHttpBody
13281
+ command.params['name'] = name unless name.nil?
13282
+ command.query['fields'] = fields unless fields.nil?
13283
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
13284
+ execute_or_queue_command(command, &block)
13285
+ end
13286
+
13225
13287
  # Creates an Evaluation Item.
13226
13288
  # @param [String] parent
13227
13289
  # Required. The resource name of the Location to create the Evaluation Item in.
@@ -27810,6 +27872,68 @@ module Google
27810
27872
  execute_or_queue_command(command, &block)
27811
27873
  end
27812
27874
 
27875
+ # Deletes the response from the endpoint.
27876
+ # @param [String] name
27877
+ # Required. The name of the Response resource to be deleted. Format: `projects/`
27878
+ # project`/locations/`location`/endpoints/`endpoint`/responses/`response``
27879
+ # @param [String] fields
27880
+ # Selector specifying which fields to include in a partial response.
27881
+ # @param [String] quota_user
27882
+ # Available to use for quota purposes for server-side applications. Can be any
27883
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
27884
+ # @param [Google::Apis::RequestOptions] options
27885
+ # Request-specific options
27886
+ #
27887
+ # @yield [result, err] Result & error if block supplied
27888
+ # @yieldparam result [Google::Apis::AiplatformV1::GoogleApiHttpBody] parsed result object
27889
+ # @yieldparam err [StandardError] error object if request failed
27890
+ #
27891
+ # @return [Google::Apis::AiplatformV1::GoogleApiHttpBody]
27892
+ #
27893
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
27894
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
27895
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
27896
+ def delete_project_location_publisher_v1_response(name, fields: nil, quota_user: nil, options: nil, &block)
27897
+ command = make_simple_command(:delete, 'v1/{+name}', options)
27898
+ command.response_representation = Google::Apis::AiplatformV1::GoogleApiHttpBody::Representation
27899
+ command.response_class = Google::Apis::AiplatformV1::GoogleApiHttpBody
27900
+ command.params['name'] = name unless name.nil?
27901
+ command.query['fields'] = fields unless fields.nil?
27902
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
27903
+ execute_or_queue_command(command, &block)
27904
+ end
27905
+
27906
+ # Gets the response from the endpoint.
27907
+ # @param [String] name
27908
+ # Required. The name of the Response resource. Format: `projects/`project`/
27909
+ # locations/`location`/endpoints/`endpoint`/responses/`response``
27910
+ # @param [String] fields
27911
+ # Selector specifying which fields to include in a partial response.
27912
+ # @param [String] quota_user
27913
+ # Available to use for quota purposes for server-side applications. Can be any
27914
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
27915
+ # @param [Google::Apis::RequestOptions] options
27916
+ # Request-specific options
27917
+ #
27918
+ # @yield [result, err] Result & error if block supplied
27919
+ # @yieldparam result [Google::Apis::AiplatformV1::GoogleApiHttpBody] parsed result object
27920
+ # @yieldparam err [StandardError] error object if request failed
27921
+ #
27922
+ # @return [Google::Apis::AiplatformV1::GoogleApiHttpBody]
27923
+ #
27924
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
27925
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
27926
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
27927
+ def get_project_location_publisher_v1_response(name, fields: nil, quota_user: nil, options: nil, &block)
27928
+ command = make_simple_command(:get, 'v1/{+name}', options)
27929
+ command.response_representation = Google::Apis::AiplatformV1::GoogleApiHttpBody::Representation
27930
+ command.response_class = Google::Apis::AiplatformV1::GoogleApiHttpBody
27931
+ command.params['name'] = name unless name.nil?
27932
+ command.query['fields'] = fields unless fields.nil?
27933
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
27934
+ execute_or_queue_command(command, &block)
27935
+ end
27936
+
27813
27937
  # Creates a RagCorpus.
27814
27938
  # @param [String] parent
27815
27939
  # Required. The resource name of the Location to create the RagCorpus in. Format:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-aiplatform_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.93.0
4
+ version: 0.94.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1/v0.93.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1/v0.94.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1
62
62
  rdoc_options: []
63
63
  require_paths: