Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release google-cloud-ai_platform-v1 0.58.0 #27615

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
45 changes: 45 additions & 0 deletions google-cloud-ai_platform-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module AIPlatform
module V1
VERSION = "0.57.0"
VERSION = "0.58.0"
end
end
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-cloud-ai_platform-v1",
"version": "0.57.0",
"version": "0.58.0",
"language": "RUBY",
"apis": [
{
Expand Down