diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e4627865f758..efa4d4b9def9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -39,7 +39,7 @@ "google-cloud-advisory_notifications-v1+FILLER": "0.0.0", "google-cloud-ai_platform": "1.4.1", "google-cloud-ai_platform+FILLER": "0.0.0", - "google-cloud-ai_platform-v1": "0.57.0", + "google-cloud-ai_platform-v1": "0.58.0", "google-cloud-ai_platform-v1+FILLER": "0.0.0", "google-cloud-alloy_db": "1.2.1", "google-cloud-alloy_db+FILLER": "0.0.0", diff --git a/google-cloud-ai_platform-v1/CHANGELOG.md b/google-cloud-ai_platform-v1/CHANGELOG.md index a7ca3467169e..aaf50949d78a 100644 --- a/google-cloud-ai_platform-v1/CHANGELOG.md +++ b/google-cloud-ai_platform-v1/CHANGELOG.md @@ -1,5 +1,50 @@ # Changelog +### 0.58.0 (2024-11-14) + +#### Features + +* add BYOSA field to tuning_job +* add fast_tryout_enabled to FasterDeploymentConfig v1 proto ([#27596](https://github.com/googleapis/google-cloud-ruby/issues/27596)) +* COMET added to evaluation service proto +* metricX added to evaluation service proto +#### Documentation + +* A comment for field `annotation_schema_uri` in message `.google.cloud.aiplatform.v1.ExportDataConfig` is changed +* A comment for field `attributions` in message `.google.cloud.aiplatform.v1.Explanation` is changed +* A comment for field `bool_val` in message `.google.cloud.aiplatform.v1.Tensor` is changed +* A comment for field `bytes_val` in message `.google.cloud.aiplatform.v1.Tensor` is changed +* A comment for field `data_stats` in message `.google.cloud.aiplatform.v1.Model` is changed +* A comment for field `deployed_index` in message `.google.cloud.aiplatform.v1.MutateDeployedIndexRequest` is changed +* A comment for field `double_val` in message `.google.cloud.aiplatform.v1.Tensor` is changed +* A comment for field `enable_logging` in message `.google.cloud.aiplatform.v1.ModelMonitoringAlertConfig` is changed +* A comment for field `float_val` in message `.google.cloud.aiplatform.v1.Tensor` is changed +* A comment for field `int_val` in message `.google.cloud.aiplatform.v1.Tensor` is changed +* A comment for field `int64_val` in message `.google.cloud.aiplatform.v1.Tensor` is changed +* A comment for field `next_page_token` in message `.google.cloud.aiplatform.v1.ListNotebookExecutionJobsResponse` is changed +* A comment for field `page_token` in message `.google.cloud.aiplatform.v1.ListFeatureGroupsRequest` is changed +* A comment for field `page_token` in message `.google.cloud.aiplatform.v1.ListNotebookExecutionJobsRequest` is changed +* A comment for field `page_token` in message `.google.cloud.aiplatform.v1.ListPersistentResourcesRequest` is changed +* A comment for field `page_token` in message `.google.cloud.aiplatform.v1.ListTuningJobsRequest` is changed +* A comment for field `predictions` in message `.google.cloud.aiplatform.v1.EvaluatedAnnotation` is changed +* A comment for field `request` in message `.google.cloud.aiplatform.v1.BatchMigrateResourcesOperationMetadata` is changed +* A comment for field `restart_job_on_worker_restart` in message `.google.cloud.aiplatform.v1.Scheduling` is changed +* A comment for field `saved_query_id` in message `.google.cloud.aiplatform.v1.ExportDataConfig` is changed +* A comment for field `string_val` in message `.google.cloud.aiplatform.v1.Tensor` is changed +* A comment for field `timeout` in message `.google.cloud.aiplatform.v1.Scheduling` is changed +* A comment for field `uint_val` in message `.google.cloud.aiplatform.v1.Tensor` is changed +* A comment for field `uint64_val` in message `.google.cloud.aiplatform.v1.Tensor` is changed +* A comment for field `update_mask` in message `.google.cloud.aiplatform.v1.UpdateFeatureViewRequest` is changed +* A comment for message `DeleteEntityTypeRequest` is changed +* A comment for message `DeleteFeatureViewRequest` is changed +* A comment for message `GetDatasetRequest` is changed +* A comment for message `GetDatasetVersionRequest` is changed +* A comment for message `ListPersistentResourcesRequest` is changed +* A comment for message `StreamingReadFeatureValuesRequest` is changed +* A comment for method `ListAnnotations` in service `DatasetService` is changed +* A comment for method `RebaseTunedModel` in service `GenAiTuningService` is changed +* A comment for method `ResumeSchedule` in service `ScheduleService` is changed + ### 0.57.0 (2024-11-13) #### Features diff --git a/google-cloud-ai_platform-v1/lib/google/cloud/ai_platform/v1/version.rb b/google-cloud-ai_platform-v1/lib/google/cloud/ai_platform/v1/version.rb index fdfa062dca9d..b2c3355f2355 100644 --- a/google-cloud-ai_platform-v1/lib/google/cloud/ai_platform/v1/version.rb +++ b/google-cloud-ai_platform-v1/lib/google/cloud/ai_platform/v1/version.rb @@ -21,7 +21,7 @@ module Google module Cloud module AIPlatform module V1 - VERSION = "0.57.0" + VERSION = "0.58.0" end end end diff --git a/google-cloud-ai_platform-v1/snippets/snippet_metadata_google.cloud.aiplatform.v1.json b/google-cloud-ai_platform-v1/snippets/snippet_metadata_google.cloud.aiplatform.v1.json index 99f89c866090..8036dd1db470 100644 --- a/google-cloud-ai_platform-v1/snippets/snippet_metadata_google.cloud.aiplatform.v1.json +++ b/google-cloud-ai_platform-v1/snippets/snippet_metadata_google.cloud.aiplatform.v1.json @@ -1,7 +1,7 @@ { "client_library": { "name": "google-cloud-ai_platform-v1", - "version": "0.57.0", + "version": "0.58.0", "language": "RUBY", "apis": [ {