google-apis-aiplatform_v1beta1 0.31.0 → 0.32.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: 54cc836e26f461afb6956701794bab91f1bd1a15ed9198c907a2ca688e283343
|
|
4
|
+
data.tar.gz: ac0538942da76a8237a8ec94a9b0e30ec74a0fb5e3f8ab76ce1a6453a999570b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 70f71e733e593c9511abe6c29c2520468200708d3d37e7e1ba8c755e15c727bdc2e1f4d61a0aa53102bfefd111a6e855a32c14fff0b937f0594acada808ab5ef
|
|
7
|
+
data.tar.gz: f1b269b1cb96bdf35d09f03429e1289bdb7ab0cd7e6df6a06b88e89ce54c36b9ceed95bf0e6e000bb9207c852b686007bf46c36c09e9055918ef8c4a7f928483
|
data/CHANGELOG.md
CHANGED
|
@@ -34789,13 +34789,6 @@ module Google
|
|
|
34789
34789
|
# @return [String]
|
|
34790
34790
|
attr_accessor :name
|
|
34791
34791
|
|
|
34792
|
-
# Output only. The resource name of the PipelineJob associated with the
|
|
34793
|
-
# TuningJob. Format: `projects/`project`/locations/`location`/pipelineJobs/`
|
|
34794
|
-
# pipeline_job``.
|
|
34795
|
-
# Corresponds to the JSON property `pipelineJob`
|
|
34796
|
-
# @return [String]
|
|
34797
|
-
attr_accessor :pipeline_job
|
|
34798
|
-
|
|
34799
34792
|
# Output only. Time when the TuningJob for the first time entered the `
|
|
34800
34793
|
# JOB_STATE_RUNNING` state.
|
|
34801
34794
|
# Corresponds to the JSON property `startTime`
|
|
@@ -34849,7 +34842,6 @@ module Google
|
|
|
34849
34842
|
@experiment = args[:experiment] if args.key?(:experiment)
|
|
34850
34843
|
@labels = args[:labels] if args.key?(:labels)
|
|
34851
34844
|
@name = args[:name] if args.key?(:name)
|
|
34852
|
-
@pipeline_job = args[:pipeline_job] if args.key?(:pipeline_job)
|
|
34853
34845
|
@start_time = args[:start_time] if args.key?(:start_time)
|
|
34854
34846
|
@state = args[:state] if args.key?(:state)
|
|
34855
34847
|
@supervised_tuning_spec = args[:supervised_tuning_spec] if args.key?(:supervised_tuning_spec)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AiplatformV1beta1
|
|
18
18
|
# Version of the google-apis-aiplatform_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.32.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240617"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -16060,7 +16060,6 @@ module Google
|
|
|
16060
16060
|
property :experiment, as: 'experiment'
|
|
16061
16061
|
hash :labels, as: 'labels'
|
|
16062
16062
|
property :name, as: 'name'
|
|
16063
|
-
property :pipeline_job, as: 'pipelineJob'
|
|
16064
16063
|
property :start_time, as: 'startTime'
|
|
16065
16064
|
property :state, as: 'state'
|
|
16066
16065
|
property :supervised_tuning_spec, as: 'supervisedTuningSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SupervisedTuningSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SupervisedTuningSpec::Representation
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-aiplatform_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.32.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-06-
|
|
11
|
+
date: 2024-06-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1beta1/v0.32.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1beta1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|