google-apis-aiplatform_v1 0.84.0 → 0.86.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: 318d3769a3519ee4710608f79a09be0df234bcf93cff4af8c99f6129aa08f314
4
- data.tar.gz: '0738455726d1f9f75f4ca5c3319b03f950de025709cd99ce28d9c1ec13b35ddb'
3
+ metadata.gz: 994e3eb4c30e72215a2481204bf9d1a6a55d917ea2fd60fc7118451ed235c0ab
4
+ data.tar.gz: 819eb6e232449f85f1b0b99badb70408c281eaddda3a876be0326c9f7c022370
5
5
  SHA512:
6
- metadata.gz: 6f0f5725470b8d885e5281d4107e6ca92a77fe3ac448b570f0fffcaa532d54a9e5f9f926ed951569d4eea923c5b9b3a100821d7ee2aa3fcd7bf2985095ef4bbb
7
- data.tar.gz: 6f1464597753d07b52a2765d1ee0422da254f17fe073721b3ea2a9eef88dc4159e0d1d93cca30cfb303ea8514cdade213d765c8afc54a0bcd1da3fa234a25cdb
6
+ metadata.gz: f4e0c804b300d7c24ff8514303de0d2a6d3a2108339c15e8aa53d2b39a4004cb4bfb951eac64a8a1459a202f420e5cf8479ef4d308299ed968aa1a26f6445ee0
7
+ data.tar.gz: 9f681b42f72922bbe0791bc179e41c38d2ebc65dff2b1ee7b8c289fdbca133eec75dd33828b780d61be26a3602c16f1cdb7ac51df951857d1ff37d9b2f88df0a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-aiplatform_v1
2
2
 
3
+ ### v0.86.0 (2026-05-03)
4
+
5
+ * Regenerated from discovery document revision 20260427
6
+
7
+ ### v0.85.0 (2026-04-19)
8
+
9
+ * Regenerated from discovery document revision 20260414
10
+
3
11
  ### v0.84.0 (2026-03-15)
4
12
 
5
13
  * Regenerated from discovery document revision 20260309
data/OVERVIEW.md CHANGED
@@ -1,6 +1,6 @@
1
- # Simple REST client for version V1 of the Vertex AI API
1
+ # Simple REST client for version V1 of the Agent Platform API
2
2
 
3
- This is a simple client library for version V1 of the Vertex AI API. It provides:
3
+ This is a simple client library for version V1 of the Agent Platform API. It provides:
4
4
 
5
5
  * A client object that connects to the HTTP/JSON REST endpoint for the service.
6
6
  * Ruby objects for data structures related to the service.
@@ -65,7 +65,7 @@ More detailed descriptions of the Google simple REST clients are available in tw
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Aiplatform service in particular.)
67
67
 
68
- For reference information on specific calls in the Vertex AI API, see the {Google::Apis::AiplatformV1::AiplatformService class reference docs}.
68
+ For reference information on specific calls in the Agent Platform API, see the {Google::Apis::AiplatformV1::AiplatformService class reference docs}.
69
69
 
70
70
  ## Which client should I use?
71
71