google-apis-aiplatform_v1 0.78.0 → 0.79.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/aiplatform_v1/classes.rb +4 -1
- data/lib/google/apis/aiplatform_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bc17b4f99315e4f8a069c8ea9d092cc60bcd28ba127514dae8156d750f9fc337
|
|
4
|
+
data.tar.gz: d443f0f2e43228c47cb0783fa05b42db244dfde4454035a7937d645acebb2dc7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f537580d6ceb4b1fdc65b1b8510364db22518159196bad630ea621d0515b07236a74af8bd746f6d2ab92b9b22938bb2fa210c29e224fede3ba19763cafb3e99
|
|
7
|
+
data.tar.gz: 186e557800c081dcb7922841a29686c371e0e373673d91dca5d5b69ae3a31b95c1d1ca36c78e3193db5e1ed9aa8410facac3c2f97d0a0f7a3de99fbc5c0c45e3
|
data/CHANGELOG.md
CHANGED
|
@@ -26152,7 +26152,10 @@ module Google
|
|
|
26152
26152
|
# @return [String]
|
|
26153
26153
|
attr_accessor :network
|
|
26154
26154
|
|
|
26155
|
-
#
|
|
26155
|
+
# A compiled definition of a pipeline, represented as a `JSON` object. Defines
|
|
26156
|
+
# the structure of the pipeline, including its components, tasks, and parameters.
|
|
26157
|
+
# This specification is generated by compiling a pipeline function defined in `
|
|
26158
|
+
# Python` using the `Kubeflow Pipelines SDK`.
|
|
26156
26159
|
# Corresponds to the JSON property `pipelineSpec`
|
|
26157
26160
|
# @return [Hash<String,Object>]
|
|
26158
26161
|
attr_accessor :pipeline_spec
|
|
@@ -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.79.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 = "
|
|
25
|
+
REVISION = "20260116"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.
|
|
4
|
+
version: 0.79.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1/v0.79.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:
|