google-apis-aiplatform_v1 0.46.0 → 0.47.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5dc22e7acde50a6331c76a72c557feaf3bdbc7ebcb8b2926778604d27917456f
|
4
|
+
data.tar.gz: 0c8311c34a7af7b509ce041e3e82e477e9b8f7d7085020e99b8fde6234af1b7c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86238a1150ae1d2748dc731d0809847bbb3c2020ad32e8130288bb58a5cc37e45559913a9a4842bcfdcb94505a77b38cee4116482a5ca7c664718e5b52c508bb
|
7
|
+
data.tar.gz: 2f5396d3605b174e513af25b9a7c5fd2f1cf7b999f267c003e14e511bd078b09aedc192958c798c84a81d97710d49281262097f20e523e7818e43a85a2141250
|
data/CHANGELOG.md
CHANGED
@@ -13068,6 +13068,16 @@ module Google
|
|
13068
13068
|
# @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GoogleDriveSource]
|
13069
13069
|
attr_accessor :google_drive_source
|
13070
13070
|
|
13071
|
+
# The BigQuery location for the output content.
|
13072
|
+
# Corresponds to the JSON property `importResultBigquerySink`
|
13073
|
+
# @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BigQueryDestination]
|
13074
|
+
attr_accessor :import_result_bigquery_sink
|
13075
|
+
|
13076
|
+
# The Google Cloud Storage location where the output is to be written to.
|
13077
|
+
# Corresponds to the JSON property `importResultGcsSink`
|
13078
|
+
# @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GcsDestination]
|
13079
|
+
attr_accessor :import_result_gcs_sink
|
13080
|
+
|
13071
13081
|
# The Jira source for the ImportRagFilesRequest.
|
13072
13082
|
# Corresponds to the JSON property `jiraSource`
|
13073
13083
|
# @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1JiraSource]
|
@@ -13120,6 +13130,8 @@ module Google
|
|
13120
13130
|
def update!(**args)
|
13121
13131
|
@gcs_source = args[:gcs_source] if args.key?(:gcs_source)
|
13122
13132
|
@google_drive_source = args[:google_drive_source] if args.key?(:google_drive_source)
|
13133
|
+
@import_result_bigquery_sink = args[:import_result_bigquery_sink] if args.key?(:import_result_bigquery_sink)
|
13134
|
+
@import_result_gcs_sink = args[:import_result_gcs_sink] if args.key?(:import_result_gcs_sink)
|
13123
13135
|
@jira_source = args[:jira_source] if args.key?(:jira_source)
|
13124
13136
|
@max_embedding_requests_per_min = args[:max_embedding_requests_per_min] if args.key?(:max_embedding_requests_per_min)
|
13125
13137
|
@partial_failure_bigquery_sink = args[:partial_failure_bigquery_sink] if args.key?(:partial_failure_bigquery_sink)
|
@@ -21275,8 +21287,7 @@ module Google
|
|
21275
21287
|
# @return [String]
|
21276
21288
|
attr_accessor :post_startup_script_behavior
|
21277
21289
|
|
21278
|
-
# Optional. Post startup script url to download. Example:
|
21279
|
-
# sh
|
21290
|
+
# Optional. Post startup script url to download. Example: `gs://bucket/script.sh`
|
21280
21291
|
# Corresponds to the JSON property `postStartupScriptUrl`
|
21281
21292
|
# @return [String]
|
21282
21293
|
attr_accessor :post_startup_script_url
|
@@ -24325,6 +24336,12 @@ module Google
|
|
24325
24336
|
class GoogleCloudAiplatformV1ReasoningEngineSpec
|
24326
24337
|
include Google::Apis::Core::Hashable
|
24327
24338
|
|
24339
|
+
# Optional. The OSS agent framework used to develop the agent. Currently
|
24340
|
+
# supported values: "langchain", "langgraph", "ag2", "custom".
|
24341
|
+
# Corresponds to the JSON property `agentFramework`
|
24342
|
+
# @return [String]
|
24343
|
+
attr_accessor :agent_framework
|
24344
|
+
|
24328
24345
|
# Optional. Declarations for object class methods in OpenAPI specification
|
24329
24346
|
# format.
|
24330
24347
|
# Corresponds to the JSON property `classMethods`
|
@@ -24347,6 +24364,7 @@ module Google
|
|
24347
24364
|
|
24348
24365
|
# Update properties of this object
|
24349
24366
|
def update!(**args)
|
24367
|
+
@agent_framework = args[:agent_framework] if args.key?(:agent_framework)
|
24350
24368
|
@class_methods = args[:class_methods] if args.key?(:class_methods)
|
24351
24369
|
@deployment_spec = args[:deployment_spec] if args.key?(:deployment_spec)
|
24352
24370
|
@package_spec = args[:package_spec] if args.key?(:package_spec)
|
@@ -38384,6 +38402,13 @@ module Google
|
|
38384
38402
|
# @return [String]
|
38385
38403
|
attr_accessor :datastore
|
38386
38404
|
|
38405
|
+
# Optional. Fully-qualified Vertex AI Search engine resource ID. Format: `
|
38406
|
+
# projects/`project`/locations/`location`/collections/`collection`/engines/`
|
38407
|
+
# engine``
|
38408
|
+
# Corresponds to the JSON property `engine`
|
38409
|
+
# @return [String]
|
38410
|
+
attr_accessor :engine
|
38411
|
+
|
38387
38412
|
def initialize(**args)
|
38388
38413
|
update!(**args)
|
38389
38414
|
end
|
@@ -38391,6 +38416,7 @@ module Google
|
|
38391
38416
|
# Update properties of this object
|
38392
38417
|
def update!(**args)
|
38393
38418
|
@datastore = args[:datastore] if args.key?(:datastore)
|
38419
|
+
@engine = args[:engine] if args.key?(:engine)
|
38394
38420
|
end
|
38395
38421
|
end
|
38396
38422
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AiplatformV1
|
18
18
|
# Version of the google-apis-aiplatform_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.47.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 = "
|
25
|
+
REVISION = "20250307"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -10365,6 +10365,10 @@ module Google
|
|
10365
10365
|
|
10366
10366
|
property :google_drive_source, as: 'googleDriveSource', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GoogleDriveSource, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GoogleDriveSource::Representation
|
10367
10367
|
|
10368
|
+
property :import_result_bigquery_sink, as: 'importResultBigquerySink', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BigQueryDestination, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BigQueryDestination::Representation
|
10369
|
+
|
10370
|
+
property :import_result_gcs_sink, as: 'importResultGcsSink', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GcsDestination, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GcsDestination::Representation
|
10371
|
+
|
10368
10372
|
property :jira_source, as: 'jiraSource', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1JiraSource, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1JiraSource::Representation
|
10369
10373
|
|
10370
10374
|
property :max_embedding_requests_per_min, as: 'maxEmbeddingRequestsPerMin'
|
@@ -13577,6 +13581,7 @@ module Google
|
|
13577
13581
|
class GoogleCloudAiplatformV1ReasoningEngineSpec
|
13578
13582
|
# @private
|
13579
13583
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13584
|
+
property :agent_framework, as: 'agentFramework'
|
13580
13585
|
collection :class_methods, as: 'classMethods'
|
13581
13586
|
property :deployment_spec, as: 'deploymentSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec::Representation
|
13582
13587
|
|
@@ -17604,6 +17609,7 @@ module Google
|
|
17604
17609
|
# @private
|
17605
17610
|
class Representation < Google::Apis::Core::JsonRepresentation
|
17606
17611
|
property :datastore, as: 'datastore'
|
17612
|
+
property :engine, as: 'engine'
|
17607
17613
|
end
|
17608
17614
|
end
|
17609
17615
|
|
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.
|
4
|
+
version: 0.47.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-23 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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1/v0.47.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:
|