google-apis-aiplatform_v1 0.25.0 → 0.26.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: 496b2ad6fab53159ebe0cca3f0cfcad899e15ef1560722e84c369d45ad695604
4
- data.tar.gz: 6a65eb57f0ac1e715e12f306d93323a224a3a8de44f92ec344660e19a6a4fefe
3
+ metadata.gz: 460c57406b84fcd54717c2bcd13cfdb7f80deaf7f1b0e030fc36985c81a6320a
4
+ data.tar.gz: d2f30c6a994f468b5ed44dd59cb538da28338d258edfcf386c21b987df16ea9f
5
5
  SHA512:
6
- metadata.gz: a4756c10c922b602b24a2f0d1e59b8c11b896f4f31407a722922109438baf6d752cb91cc011cf499effb84cd34ef8238c401033f08e06470ac70b20bb548005e
7
- data.tar.gz: 14f3250ee483863a68107e3b453203058af2f35fbf4e8b231a4d14505e197caaa2017cc49cc2995bf2054f07675fc15a4bc2096aa0c605937bce03dcb376bdda
6
+ metadata.gz: 2bbb8a0a5e1e29143908b3f7601e0f3e2d31078ebb3a8dd7dcc07c6cec8463cc77c233f00e0417800a199c3336ab88e7142659baf56209dc2b143a338a34e04d
7
+ data.tar.gz: 55affa7f5efc514f4f65b935fd88358897ffa3ee4c2ff964b07e0eeb89c65ea00980e6ef91c80d5b74fa5e38c859f50603a2e427f73d733a9a94dd4b6f62271a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-aiplatform_v1
2
2
 
3
+ ### v0.26.0 (2024-06-16)
4
+
5
+ * Regenerated from discovery document revision 20240531
6
+
3
7
  ### v0.25.0 (2024-06-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20240529
@@ -17129,12 +17129,6 @@ module Google
17129
17129
  # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionDeployGke]
17130
17130
  attr_accessor :deploy_gke
17131
17131
 
17132
- # The regional resource name or the URI. Key is region, e.g., us-central1,
17133
- # europe-west2, global, etc..
17134
- # Corresponds to the JSON property `fineTune`
17135
- # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences]
17136
- attr_accessor :fine_tune
17137
-
17138
17132
  # The regional resource name or the URI. Key is region, e.g., us-central1,
17139
17133
  # europe-west2, global, etc..
17140
17134
  # Corresponds to the JSON property `openEvaluationPipeline`
@@ -17201,7 +17195,6 @@ module Google
17201
17195
  @create_application = args[:create_application] if args.key?(:create_application)
17202
17196
  @deploy = args[:deploy] if args.key?(:deploy)
17203
17197
  @deploy_gke = args[:deploy_gke] if args.key?(:deploy_gke)
17204
- @fine_tune = args[:fine_tune] if args.key?(:fine_tune)
17205
17198
  @open_evaluation_pipeline = args[:open_evaluation_pipeline] if args.key?(:open_evaluation_pipeline)
17206
17199
  @open_fine_tuning_pipeline = args[:open_fine_tuning_pipeline] if args.key?(:open_fine_tuning_pipeline)
17207
17200
  @open_fine_tuning_pipelines = args[:open_fine_tuning_pipelines] if args.key?(:open_fine_tuning_pipelines)
@@ -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.25.0"
19
+ GEM_VERSION = "0.26.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 = "20240529"
25
+ REVISION = "20240531"
26
26
  end
27
27
  end
28
28
  end
@@ -9649,8 +9649,6 @@ module Google
9649
9649
 
9650
9650
  property :deploy_gke, as: 'deployGke', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionDeployGke, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionDeployGke::Representation
9651
9651
 
9652
- property :fine_tune, as: 'fineTune', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences::Representation
9653
-
9654
9652
  property :open_evaluation_pipeline, as: 'openEvaluationPipeline', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences::Representation
9655
9653
 
9656
9654
  property :open_fine_tuning_pipeline, as: 'openFineTuningPipeline', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-aiplatform_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.0
4
+ version: 0.26.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-02 00:00:00.000000000 Z
11
+ date: 2024-06-16 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1/v0.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1/v0.26.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1
63
63
  post_install_message:
64
64
  rdoc_options: []