google-apis-aiplatform_v1 0.44.0 → 0.45.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: d95a67a12f5b264d72c2d2ef7d9c8c7dc38c86487ee550a4d518707182e77992
4
- data.tar.gz: fc1d0c1adc0895ae46fae23f3088e6957962393d68075c90d461fe64d53f7593
3
+ metadata.gz: 1a318a3d2041953f1b12a3f6e1186048d475e699b8d9adaba12264d1f81b2f5e
4
+ data.tar.gz: 86f07cba2a290b96fe70f0333d28c878ad64d6efb03a172136c301676b5203fa
5
5
  SHA512:
6
- metadata.gz: e3d586ae4fdcb564703616cf86d5fca4926abdd3a40015eafe4ecacac277bd8be7b8884294cf1b0084497ce227507adcff5734757a5fc3b28be0cfc9fd329c4f
7
- data.tar.gz: 99bb246b8f39e5265436ef1462a8fa22f44aac6b28c259b7896c84e6cc009b44c768bcdabc1761e0fd675940f400b210bb21ef5761ff0ae56f6bdb91b663b716
6
+ metadata.gz: 7161309e1519cfb1ad6976c257ff0954bf02a7a4410d3bb95274285e9892103911802cb7943117fda61a10abf412ae02870d7bfe552ede41754cb1e8575cd98a
7
+ data.tar.gz: df189d485d4cb36edb353755c98021620061c630e65d44c3b6c536b64819f6466f05c684968467e2182b1c12efa1248c8e52063a64d81a783feedb942fec7fd4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-aiplatform_v1
2
2
 
3
+ ### v0.45.0 (2025-03-09)
4
+
5
+ * Regenerated from discovery document revision 20250226
6
+
3
7
  ### v0.44.0 (2025-02-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20250212
@@ -41,6 +41,11 @@ module Google
41
41
  # @return [Array<String>]
42
42
  attr_accessor :rai_media_filtered_reasons
43
43
 
44
+ # List of videos, used to align naming with the external response.
45
+ # Corresponds to the JSON property `videos`
46
+ # @return [Array<Google::Apis::AiplatformV1::CloudAiLargeModelsVisionGenerateVideoResponseVideo>]
47
+ attr_accessor :videos
48
+
44
49
  def initialize(**args)
45
50
  update!(**args)
46
51
  end
@@ -50,6 +55,38 @@ module Google
50
55
  @generated_samples = args[:generated_samples] if args.key?(:generated_samples)
51
56
  @rai_media_filtered_count = args[:rai_media_filtered_count] if args.key?(:rai_media_filtered_count)
52
57
  @rai_media_filtered_reasons = args[:rai_media_filtered_reasons] if args.key?(:rai_media_filtered_reasons)
58
+ @videos = args[:videos] if args.key?(:videos)
59
+ end
60
+ end
61
+
62
+ #
63
+ class CloudAiLargeModelsVisionGenerateVideoResponseVideo
64
+ include Google::Apis::Core::Hashable
65
+
66
+ # Base64 encoded bytes string representing the video.
67
+ # Corresponds to the JSON property `bytesBase64Encoded`
68
+ # @return [String]
69
+ attr_accessor :bytes_base64_encoded
70
+
71
+ # Cloud Storage URI where the generated video is written.
72
+ # Corresponds to the JSON property `gcsUri`
73
+ # @return [String]
74
+ attr_accessor :gcs_uri
75
+
76
+ # The MIME type of the content of the video. - video/mp4
77
+ # Corresponds to the JSON property `mimeType`
78
+ # @return [String]
79
+ attr_accessor :mime_type
80
+
81
+ def initialize(**args)
82
+ update!(**args)
83
+ end
84
+
85
+ # Update properties of this object
86
+ def update!(**args)
87
+ @bytes_base64_encoded = args[:bytes_base64_encoded] if args.key?(:bytes_base64_encoded)
88
+ @gcs_uri = args[:gcs_uri] if args.key?(:gcs_uri)
89
+ @mime_type = args[:mime_type] if args.key?(:mime_type)
53
90
  end
54
91
  end
55
92
 
@@ -450,6 +487,11 @@ module Google
450
487
  # @return [String]
451
488
  attr_accessor :encoding
452
489
 
490
+ # Text/Expanded text input for Help Me Write.
491
+ # Corresponds to the JSON property `text`
492
+ # @return [String]
493
+ attr_accessor :text
494
+
453
495
  # Path to another storage (typically Google Cloud Storage).
454
496
  # Corresponds to the JSON property `uri`
455
497
  # @return [String]
@@ -469,6 +511,7 @@ module Google
469
511
  def update!(**args)
470
512
  @encoded_video = args[:encoded_video] if args.key?(:encoded_video)
471
513
  @encoding = args[:encoding] if args.key?(:encoding)
514
+ @text = args[:text] if args.key?(:text)
472
515
  @uri = args[:uri] if args.key?(:uri)
473
516
  @video = args[:video] if args.key?(:video)
474
517
  end
@@ -6661,6 +6704,20 @@ module Google
6661
6704
  end
6662
6705
  end
6663
6706
 
6707
+ # Tool to search public web data, powered by Vertex AI Search and Sec4
6708
+ # compliance.
6709
+ class GoogleCloudAiplatformV1EnterpriseWebSearch
6710
+ include Google::Apis::Core::Hashable
6711
+
6712
+ def initialize(**args)
6713
+ update!(**args)
6714
+ end
6715
+
6716
+ # Update properties of this object
6717
+ def update!(**args)
6718
+ end
6719
+ end
6720
+
6664
6721
  # Selector for entityId. Getting ids from the given source.
6665
6722
  class GoogleCloudAiplatformV1EntityIdSelector
6666
6723
  include Google::Apis::Core::Hashable
@@ -11813,7 +11870,19 @@ module Google
11813
11870
  # @return [Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModalityTokenCount>]
11814
11871
  attr_accessor :prompt_tokens_details
11815
11872
 
11816
- # Total token count for prompt and response candidates.
11873
+ # Output only. Number of tokens present in tool-use prompt(s).
11874
+ # Corresponds to the JSON property `toolUsePromptTokenCount`
11875
+ # @return [Fixnum]
11876
+ attr_accessor :tool_use_prompt_token_count
11877
+
11878
+ # Output only. List of modalities that were processed for tool-use request
11879
+ # inputs.
11880
+ # Corresponds to the JSON property `toolUsePromptTokensDetails`
11881
+ # @return [Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModalityTokenCount>]
11882
+ attr_accessor :tool_use_prompt_tokens_details
11883
+
11884
+ # Total token count for prompt, response candidates, and tool-use prompts (if
11885
+ # present).
11817
11886
  # Corresponds to the JSON property `totalTokenCount`
11818
11887
  # @return [Fixnum]
11819
11888
  attr_accessor :total_token_count
@@ -11830,10 +11899,80 @@ module Google
11830
11899
  @candidates_tokens_details = args[:candidates_tokens_details] if args.key?(:candidates_tokens_details)
11831
11900
  @prompt_token_count = args[:prompt_token_count] if args.key?(:prompt_token_count)
11832
11901
  @prompt_tokens_details = args[:prompt_tokens_details] if args.key?(:prompt_tokens_details)
11902
+ @tool_use_prompt_token_count = args[:tool_use_prompt_token_count] if args.key?(:tool_use_prompt_token_count)
11903
+ @tool_use_prompt_tokens_details = args[:tool_use_prompt_tokens_details] if args.key?(:tool_use_prompt_tokens_details)
11833
11904
  @total_token_count = args[:total_token_count] if args.key?(:total_token_count)
11834
11905
  end
11835
11906
  end
11836
11907
 
11908
+ # Generate video response.
11909
+ class GoogleCloudAiplatformV1GenerateVideoResponse
11910
+ include Google::Apis::Core::Hashable
11911
+
11912
+ # The cloud storage uris of the generated videos.
11913
+ # Corresponds to the JSON property `generatedSamples`
11914
+ # @return [Array<String>]
11915
+ attr_accessor :generated_samples
11916
+
11917
+ # Returns if any videos were filtered due to RAI policies.
11918
+ # Corresponds to the JSON property `raiMediaFilteredCount`
11919
+ # @return [Fixnum]
11920
+ attr_accessor :rai_media_filtered_count
11921
+
11922
+ # Returns rai failure reasons if any.
11923
+ # Corresponds to the JSON property `raiMediaFilteredReasons`
11924
+ # @return [Array<String>]
11925
+ attr_accessor :rai_media_filtered_reasons
11926
+
11927
+ # List of video bytes or Cloud Storage URIs of the generated videos.
11928
+ # Corresponds to the JSON property `videos`
11929
+ # @return [Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerateVideoResponseVideo>]
11930
+ attr_accessor :videos
11931
+
11932
+ def initialize(**args)
11933
+ update!(**args)
11934
+ end
11935
+
11936
+ # Update properties of this object
11937
+ def update!(**args)
11938
+ @generated_samples = args[:generated_samples] if args.key?(:generated_samples)
11939
+ @rai_media_filtered_count = args[:rai_media_filtered_count] if args.key?(:rai_media_filtered_count)
11940
+ @rai_media_filtered_reasons = args[:rai_media_filtered_reasons] if args.key?(:rai_media_filtered_reasons)
11941
+ @videos = args[:videos] if args.key?(:videos)
11942
+ end
11943
+ end
11944
+
11945
+ # A generated video.
11946
+ class GoogleCloudAiplatformV1GenerateVideoResponseVideo
11947
+ include Google::Apis::Core::Hashable
11948
+
11949
+ # Base64 encoded bytes string representing the video.
11950
+ # Corresponds to the JSON property `bytesBase64Encoded`
11951
+ # @return [String]
11952
+ attr_accessor :bytes_base64_encoded
11953
+
11954
+ # Cloud Storage URI where the generated video is written.
11955
+ # Corresponds to the JSON property `gcsUri`
11956
+ # @return [String]
11957
+ attr_accessor :gcs_uri
11958
+
11959
+ # The MIME type of the content of the video. - video/mp4
11960
+ # Corresponds to the JSON property `mimeType`
11961
+ # @return [String]
11962
+ attr_accessor :mime_type
11963
+
11964
+ def initialize(**args)
11965
+ update!(**args)
11966
+ end
11967
+
11968
+ # Update properties of this object
11969
+ def update!(**args)
11970
+ @bytes_base64_encoded = args[:bytes_base64_encoded] if args.key?(:bytes_base64_encoded)
11971
+ @gcs_uri = args[:gcs_uri] if args.key?(:gcs_uri)
11972
+ @mime_type = args[:mime_type] if args.key?(:mime_type)
11973
+ end
11974
+ end
11975
+
11837
11976
  # Generation config.
11838
11977
  class GoogleCloudAiplatformV1GenerationConfig
11839
11978
  include Google::Apis::Core::Hashable
@@ -15340,12 +15479,6 @@ module Google
15340
15479
  # @return [String]
15341
15480
  attr_accessor :machine_type
15342
15481
 
15343
- # Optional. Immutable. The number of nodes per replica for multihost GPU
15344
- # deployments.
15345
- # Corresponds to the JSON property `multihostGpuNodeCount`
15346
- # @return [Fixnum]
15347
- attr_accessor :multihost_gpu_node_count
15348
-
15349
15482
  # A ReservationAffinity can be used to configure a Vertex AI resource (e.g., a
15350
15483
  # DeployedModel) to draw its Compute Engine resources from a Shared Reservation,
15351
15484
  # or exclusively from on-demand capacity.
@@ -15368,7 +15501,6 @@ module Google
15368
15501
  @accelerator_count = args[:accelerator_count] if args.key?(:accelerator_count)
15369
15502
  @accelerator_type = args[:accelerator_type] if args.key?(:accelerator_type)
15370
15503
  @machine_type = args[:machine_type] if args.key?(:machine_type)
15371
- @multihost_gpu_node_count = args[:multihost_gpu_node_count] if args.key?(:multihost_gpu_node_count)
15372
15504
  @reservation_affinity = args[:reservation_affinity] if args.key?(:reservation_affinity)
15373
15505
  @tpu_topology = args[:tpu_topology] if args.key?(:tpu_topology)
15374
15506
  end
@@ -24134,6 +24266,11 @@ module Google
24134
24266
  # @return [Array<Hash<String,Object>>]
24135
24267
  attr_accessor :class_methods
24136
24268
 
24269
+ # The specification of a Reasoning Engine deployment.
24270
+ # Corresponds to the JSON property `deploymentSpec`
24271
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec]
24272
+ attr_accessor :deployment_spec
24273
+
24137
24274
  # User provided package spec like pickled object and package requirements.
24138
24275
  # Corresponds to the JSON property `packageSpec`
24139
24276
  # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec]
@@ -24146,10 +24283,40 @@ module Google
24146
24283
  # Update properties of this object
24147
24284
  def update!(**args)
24148
24285
  @class_methods = args[:class_methods] if args.key?(:class_methods)
24286
+ @deployment_spec = args[:deployment_spec] if args.key?(:deployment_spec)
24149
24287
  @package_spec = args[:package_spec] if args.key?(:package_spec)
24150
24288
  end
24151
24289
  end
24152
24290
 
24291
+ # The specification of a Reasoning Engine deployment.
24292
+ class GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec
24293
+ include Google::Apis::Core::Hashable
24294
+
24295
+ # Optional. Environment variables to be set with the Reasoning Engine deployment.
24296
+ # The environment variables can be updated through the UpdateReasoningEngine
24297
+ # API.
24298
+ # Corresponds to the JSON property `env`
24299
+ # @return [Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EnvVar>]
24300
+ attr_accessor :env
24301
+
24302
+ # Optional. Environment variables where the value is a secret in Cloud Secret
24303
+ # Manager. To use this feature, add 'Secret Manager Secret Accessor' role (roles/
24304
+ # secretmanager.secretAccessor) to AI Platform Reasoning Engine Service Agent.
24305
+ # Corresponds to the JSON property `secretEnv`
24306
+ # @return [Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SecretEnvVar>]
24307
+ attr_accessor :secret_env
24308
+
24309
+ def initialize(**args)
24310
+ update!(**args)
24311
+ end
24312
+
24313
+ # Update properties of this object
24314
+ def update!(**args)
24315
+ @env = args[:env] if args.key?(:env)
24316
+ @secret_env = args[:secret_env] if args.key?(:secret_env)
24317
+ end
24318
+ end
24319
+
24153
24320
  # User provided package spec like pickled object and package requirements.
24154
24321
  class GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec
24155
24322
  include Google::Apis::Core::Hashable
@@ -24349,7 +24516,7 @@ module Google
24349
24516
  attr_accessor :reservation_affinity_type
24350
24517
 
24351
24518
  # Optional. Corresponds to the label values of a reservation resource. This must
24352
- # be the full resource name of the reservation.
24519
+ # be the full resource name of the reservation or reservation block.
24353
24520
  # Corresponds to the JSON property `values`
24354
24521
  # @return [Array<String>]
24355
24522
  attr_accessor :values
@@ -24587,8 +24754,9 @@ module Google
24587
24754
  attr_accessor :disable_attribution
24588
24755
  alias_method :disable_attribution?, :disable_attribution
24589
24756
 
24590
- # Retrieve from Vertex AI Search datastore for grounding. See https://cloud.
24591
- # google.com/products/agent-builder
24757
+ # Retrieve from Vertex AI Search datastore or engine for grounding. datastore
24758
+ # and engine are mutually exclusive. See https://cloud.google.com/products/agent-
24759
+ # builder
24592
24760
  # Corresponds to the JSON property `vertexAiSearch`
24593
24761
  # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VertexAiSearch]
24594
24762
  attr_accessor :vertex_ai_search
@@ -32587,6 +32755,62 @@ module Google
32587
32755
  end
32588
32756
  end
32589
32757
 
32758
+ # Represents an environment variable where the value is a secret in Cloud Secret
32759
+ # Manager.
32760
+ class GoogleCloudAiplatformV1SecretEnvVar
32761
+ include Google::Apis::Core::Hashable
32762
+
32763
+ # Required. Name of the secret environment variable.
32764
+ # Corresponds to the JSON property `name`
32765
+ # @return [String]
32766
+ attr_accessor :name
32767
+
32768
+ # Reference to a secret stored in the Cloud Secret Manager that will provide the
32769
+ # value for this environment variable.
32770
+ # Corresponds to the JSON property `secretRef`
32771
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SecretRef]
32772
+ attr_accessor :secret_ref
32773
+
32774
+ def initialize(**args)
32775
+ update!(**args)
32776
+ end
32777
+
32778
+ # Update properties of this object
32779
+ def update!(**args)
32780
+ @name = args[:name] if args.key?(:name)
32781
+ @secret_ref = args[:secret_ref] if args.key?(:secret_ref)
32782
+ end
32783
+ end
32784
+
32785
+ # Reference to a secret stored in the Cloud Secret Manager that will provide the
32786
+ # value for this environment variable.
32787
+ class GoogleCloudAiplatformV1SecretRef
32788
+ include Google::Apis::Core::Hashable
32789
+
32790
+ # Required. The name of the secret in Cloud Secret Manager. Format: `secret_name`
32791
+ # if the secret is in the same project. projects/`project`/secrets/`secret_name`
32792
+ # if the secret is in a different project.
32793
+ # Corresponds to the JSON property `secret`
32794
+ # @return [String]
32795
+ attr_accessor :secret
32796
+
32797
+ # The Cloud Secret Manager secret version. Can be 'latest' for the latest
32798
+ # version, an integer for a specific version, or a version alias.
32799
+ # Corresponds to the JSON property `version`
32800
+ # @return [String]
32801
+ attr_accessor :version
32802
+
32803
+ def initialize(**args)
32804
+ update!(**args)
32805
+ end
32806
+
32807
+ # Update properties of this object
32808
+ def update!(**args)
32809
+ @secret = args[:secret] if args.key?(:secret)
32810
+ @version = args[:version] if args.key?(:version)
32811
+ end
32812
+ end
32813
+
32590
32814
  # Segment of the content.
32591
32815
  class GoogleCloudAiplatformV1Segment
32592
32816
  include Google::Apis::Core::Hashable
@@ -35589,6 +35813,12 @@ module Google
35589
35813
  # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolCodeExecution]
35590
35814
  attr_accessor :code_execution
35591
35815
 
35816
+ # Tool to search public web data, powered by Vertex AI Search and Sec4
35817
+ # compliance.
35818
+ # Corresponds to the JSON property `enterpriseWebSearch`
35819
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EnterpriseWebSearch]
35820
+ attr_accessor :enterprise_web_search
35821
+
35592
35822
  # Optional. Function tool type. One or more function declarations to be passed
35593
35823
  # to the model along with the current user query. Model may decide to call a
35594
35824
  # subset of these functions by populating FunctionCall in the response. User
@@ -35622,6 +35852,7 @@ module Google
35622
35852
  # Update properties of this object
35623
35853
  def update!(**args)
35624
35854
  @code_execution = args[:code_execution] if args.key?(:code_execution)
35855
+ @enterprise_web_search = args[:enterprise_web_search] if args.key?(:enterprise_web_search)
35625
35856
  @function_declarations = args[:function_declarations] if args.key?(:function_declarations)
35626
35857
  @google_search = args[:google_search] if args.key?(:google_search)
35627
35858
  @google_search_retrieval = args[:google_search_retrieval] if args.key?(:google_search_retrieval)
@@ -38075,12 +38306,13 @@ module Google
38075
38306
  end
38076
38307
  end
38077
38308
 
38078
- # Retrieve from Vertex AI Search datastore for grounding. See https://cloud.
38079
- # google.com/products/agent-builder
38309
+ # Retrieve from Vertex AI Search datastore or engine for grounding. datastore
38310
+ # and engine are mutually exclusive. See https://cloud.google.com/products/agent-
38311
+ # builder
38080
38312
  class GoogleCloudAiplatformV1VertexAiSearch
38081
38313
  include Google::Apis::Core::Hashable
38082
38314
 
38083
- # Required. Fully-qualified Vertex AI Search data store resource ID. Format: `
38315
+ # Optional. Fully-qualified Vertex AI Search data store resource ID. Format: `
38084
38316
  # projects/`project`/locations/`location`/collections/`collection`/dataStores/`
38085
38317
  # dataStore``
38086
38318
  # Corresponds to the JSON property `datastore`
@@ -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.44.0"
19
+ GEM_VERSION = "0.45.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250212"
25
+ REVISION = "20250226"
26
26
  end
27
27
  end
28
28
  end
@@ -28,6 +28,12 @@ module Google
28
28
  include Google::Apis::Core::JsonObjectSupport
29
29
  end
30
30
 
31
+ class CloudAiLargeModelsVisionGenerateVideoResponseVideo
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
31
37
  class CloudAiLargeModelsVisionImage
32
38
  class Representation < Google::Apis::Core::JsonRepresentation; end
33
39
 
@@ -1162,6 +1168,12 @@ module Google
1162
1168
  include Google::Apis::Core::JsonObjectSupport
1163
1169
  end
1164
1170
 
1171
+ class GoogleCloudAiplatformV1EnterpriseWebSearch
1172
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1173
+
1174
+ include Google::Apis::Core::JsonObjectSupport
1175
+ end
1176
+
1165
1177
  class GoogleCloudAiplatformV1EntityIdSelector
1166
1178
  class Representation < Google::Apis::Core::JsonRepresentation; end
1167
1179
 
@@ -1942,6 +1954,18 @@ module Google
1942
1954
  include Google::Apis::Core::JsonObjectSupport
1943
1955
  end
1944
1956
 
1957
+ class GoogleCloudAiplatformV1GenerateVideoResponse
1958
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1959
+
1960
+ include Google::Apis::Core::JsonObjectSupport
1961
+ end
1962
+
1963
+ class GoogleCloudAiplatformV1GenerateVideoResponseVideo
1964
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1965
+
1966
+ include Google::Apis::Core::JsonObjectSupport
1967
+ end
1968
+
1945
1969
  class GoogleCloudAiplatformV1GenerationConfig
1946
1970
  class Representation < Google::Apis::Core::JsonRepresentation; end
1947
1971
 
@@ -3958,6 +3982,12 @@ module Google
3958
3982
  include Google::Apis::Core::JsonObjectSupport
3959
3983
  end
3960
3984
 
3985
+ class GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec
3986
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3987
+
3988
+ include Google::Apis::Core::JsonObjectSupport
3989
+ end
3990
+
3961
3991
  class GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec
3962
3992
  class Representation < Google::Apis::Core::JsonRepresentation; end
3963
3993
 
@@ -5356,6 +5386,18 @@ module Google
5356
5386
  include Google::Apis::Core::JsonObjectSupport
5357
5387
  end
5358
5388
 
5389
+ class GoogleCloudAiplatformV1SecretEnvVar
5390
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5391
+
5392
+ include Google::Apis::Core::JsonObjectSupport
5393
+ end
5394
+
5395
+ class GoogleCloudAiplatformV1SecretRef
5396
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5397
+
5398
+ include Google::Apis::Core::JsonObjectSupport
5399
+ end
5400
+
5359
5401
  class GoogleCloudAiplatformV1Segment
5360
5402
  class Representation < Google::Apis::Core::JsonRepresentation; end
5361
5403
 
@@ -6629,6 +6671,17 @@ module Google
6629
6671
 
6630
6672
  property :rai_media_filtered_count, as: 'raiMediaFilteredCount'
6631
6673
  collection :rai_media_filtered_reasons, as: 'raiMediaFilteredReasons'
6674
+ collection :videos, as: 'videos', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionGenerateVideoResponseVideo, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionGenerateVideoResponseVideo::Representation
6675
+
6676
+ end
6677
+ end
6678
+
6679
+ class CloudAiLargeModelsVisionGenerateVideoResponseVideo
6680
+ # @private
6681
+ class Representation < Google::Apis::Core::JsonRepresentation
6682
+ property :bytes_base64_encoded, as: 'bytesBase64Encoded'
6683
+ property :gcs_uri, as: 'gcsUri'
6684
+ property :mime_type, as: 'mimeType'
6632
6685
  end
6633
6686
  end
6634
6687
 
@@ -6747,6 +6800,7 @@ module Google
6747
6800
  class Representation < Google::Apis::Core::JsonRepresentation
6748
6801
  property :encoded_video, as: 'encodedVideo'
6749
6802
  property :encoding, as: 'encoding'
6803
+ property :text, as: 'text'
6750
6804
  property :uri, as: 'uri'
6751
6805
  property :video, :base64 => true, as: 'video'
6752
6806
  end
@@ -8512,6 +8566,12 @@ module Google
8512
8566
  end
8513
8567
  end
8514
8568
 
8569
+ class GoogleCloudAiplatformV1EnterpriseWebSearch
8570
+ # @private
8571
+ class Representation < Google::Apis::Core::JsonRepresentation
8572
+ end
8573
+ end
8574
+
8515
8575
  class GoogleCloudAiplatformV1EntityIdSelector
8516
8576
  # @private
8517
8577
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -9951,10 +10011,33 @@ module Google
9951
10011
  property :prompt_token_count, as: 'promptTokenCount'
9952
10012
  collection :prompt_tokens_details, as: 'promptTokensDetails', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModalityTokenCount, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModalityTokenCount::Representation
9953
10013
 
10014
+ property :tool_use_prompt_token_count, as: 'toolUsePromptTokenCount'
10015
+ collection :tool_use_prompt_tokens_details, as: 'toolUsePromptTokensDetails', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModalityTokenCount, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModalityTokenCount::Representation
10016
+
9954
10017
  property :total_token_count, as: 'totalTokenCount'
9955
10018
  end
9956
10019
  end
9957
10020
 
10021
+ class GoogleCloudAiplatformV1GenerateVideoResponse
10022
+ # @private
10023
+ class Representation < Google::Apis::Core::JsonRepresentation
10024
+ collection :generated_samples, as: 'generatedSamples'
10025
+ property :rai_media_filtered_count, as: 'raiMediaFilteredCount'
10026
+ collection :rai_media_filtered_reasons, as: 'raiMediaFilteredReasons'
10027
+ collection :videos, as: 'videos', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerateVideoResponseVideo, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerateVideoResponseVideo::Representation
10028
+
10029
+ end
10030
+ end
10031
+
10032
+ class GoogleCloudAiplatformV1GenerateVideoResponseVideo
10033
+ # @private
10034
+ class Representation < Google::Apis::Core::JsonRepresentation
10035
+ property :bytes_base64_encoded, as: 'bytesBase64Encoded'
10036
+ property :gcs_uri, as: 'gcsUri'
10037
+ property :mime_type, as: 'mimeType'
10038
+ end
10039
+ end
10040
+
9958
10041
  class GoogleCloudAiplatformV1GenerationConfig
9959
10042
  # @private
9960
10043
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -11016,7 +11099,6 @@ module Google
11016
11099
  property :accelerator_count, as: 'acceleratorCount'
11017
11100
  property :accelerator_type, as: 'acceleratorType'
11018
11101
  property :machine_type, as: 'machineType'
11019
- property :multihost_gpu_node_count, as: 'multihostGpuNodeCount'
11020
11102
  property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReservationAffinity, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReservationAffinity::Representation
11021
11103
 
11022
11104
  property :tpu_topology, as: 'tpuTopology'
@@ -13465,11 +13547,23 @@ module Google
13465
13547
  # @private
13466
13548
  class Representation < Google::Apis::Core::JsonRepresentation
13467
13549
  collection :class_methods, as: 'classMethods'
13550
+ property :deployment_spec, as: 'deploymentSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec::Representation
13551
+
13468
13552
  property :package_spec, as: 'packageSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec::Representation
13469
13553
 
13470
13554
  end
13471
13555
  end
13472
13556
 
13557
+ class GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec
13558
+ # @private
13559
+ class Representation < Google::Apis::Core::JsonRepresentation
13560
+ collection :env, as: 'env', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EnvVar, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EnvVar::Representation
13561
+
13562
+ collection :secret_env, as: 'secretEnv', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SecretEnvVar, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SecretEnvVar::Representation
13563
+
13564
+ end
13565
+ end
13566
+
13473
13567
  class GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec
13474
13568
  # @private
13475
13569
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -15774,6 +15868,23 @@ module Google
15774
15868
  end
15775
15869
  end
15776
15870
 
15871
+ class GoogleCloudAiplatformV1SecretEnvVar
15872
+ # @private
15873
+ class Representation < Google::Apis::Core::JsonRepresentation
15874
+ property :name, as: 'name'
15875
+ property :secret_ref, as: 'secretRef', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SecretRef, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SecretRef::Representation
15876
+
15877
+ end
15878
+ end
15879
+
15880
+ class GoogleCloudAiplatformV1SecretRef
15881
+ # @private
15882
+ class Representation < Google::Apis::Core::JsonRepresentation
15883
+ property :secret, as: 'secret'
15884
+ property :version, as: 'version'
15885
+ end
15886
+ end
15887
+
15777
15888
  class GoogleCloudAiplatformV1Segment
15778
15889
  # @private
15779
15890
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -16601,6 +16712,8 @@ module Google
16601
16712
  class Representation < Google::Apis::Core::JsonRepresentation
16602
16713
  property :code_execution, as: 'codeExecution', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolCodeExecution, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolCodeExecution::Representation
16603
16714
 
16715
+ property :enterprise_web_search, as: 'enterpriseWebSearch', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EnterpriseWebSearch, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EnterpriseWebSearch::Representation
16716
+
16604
16717
  collection :function_declarations, as: 'functionDeclarations', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FunctionDeclaration, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FunctionDeclaration::Representation
16605
16718
 
16606
16719
  property :google_search, as: 'googleSearch', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolGoogleSearch, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolGoogleSearch::Representation
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-aiplatform_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.44.0
4
+ version: 0.45.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-02 00:00:00.000000000 Z
10
+ date: 2025-03-09 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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.44.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1/v0.45.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: