Skip to content

Commit

Permalink
feat: add fast_tryout_enabled to FasterDeploymentConfig v1 proto (#7821)
Browse files Browse the repository at this point in the history
* feat: add BYOSA field to tuning_job
PiperOrigin-RevId: 695386844
Source-Link: googleapis/googleapis@e5a3787
Source-Link: googleapis/googleapis-gen@25a5672
Copy-Tag: eyJwIjoiQWlQbGF0Zm9ybS8uT3dsQm90LnlhbWwiLCJoIjoiMjVhNTY3MmU1ZWIxZGQ0NmRhOGZiMTg5YTJlNDQ4M2FiODhkOTFiZCJ9

* feat: metricX added to evaluation service proto
docs: A comment for field `timeout` in message `.google.cloud.aiplatform.v1.Scheduling` is changed
docs: A comment for field `restart_job_on_worker_restart` in message `.google.cloud.aiplatform.v1.Scheduling` is changed
docs: A comment for method `ListAnnotations` in service `DatasetService` is changed
docs: A comment for message `GetDatasetRequest` is changed
docs: A comment for message `GetDatasetVersionRequest` is changed
docs: A comment for field `update_mask` in message `.google.cloud.aiplatform.v1.UpdateFeatureViewRequest` is changed
docs: A comment for method `RebaseTunedModel` in service `GenAiTuningService` is changed
PiperOrigin-RevId: 695757711
Source-Link: googleapis/googleapis@424d085
Source-Link: googleapis/googleapis-gen@7b81629
Copy-Tag: eyJwIjoiQWlQbGF0Zm9ybS8uT3dsQm90LnlhbWwiLCJoIjoiN2I4MTYyOTY5YTk1ZWQ3MDk4ZDVkZjJhYWVmMDFhNTgzNzFjYmEyNiJ9

* feat: COMET added to evaluation service proto
docs: A comment for field `saved_query_id` in message `.google.cloud.aiplatform.v1.ExportDataConfig` is changed
docs: A comment for field `annotation_schema_uri` in message `.google.cloud.aiplatform.v1.ExportDataConfig` is changed
docs: A comment for field `predictions` in message `.google.cloud.aiplatform.v1.EvaluatedAnnotation` is changed
docs: A comment for field `attributions` in message `.google.cloud.aiplatform.v1.Explanation` is changed
docs: A comment for message `DeleteFeatureViewRequest` is changed
docs: A comment for field `page_token` in message `.google.cloud.aiplatform.v1.ListFeatureGroupsRequest` is changed
docs: A comment for message `StreamingReadFeatureValuesRequest` is changed
docs: A comment for message `DeleteEntityTypeRequest` is changed
docs: A comment for field `page_token` in message `.google.cloud.aiplatform.v1.ListTuningJobsRequest` is changed
docs: A comment for field `deployed_index` in message `.google.cloud.aiplatform.v1.MutateDeployedIndexRequest` is changed
docs: A comment for field `request` in message `.google.cloud.aiplatform.v1.BatchMigrateResourcesOperationMetadata` is changed
docs: A comment for field `data_stats` in message `.google.cloud.aiplatform.v1.Model` is changed
docs: A comment for field `enable_logging` in message `.google.cloud.aiplatform.v1.ModelMonitoringAlertConfig` is changed
docs: A comment for field `page_token` in message `.google.cloud.aiplatform.v1.ListNotebookExecutionJobsRequest` is changed
docs: A comment for field `next_page_token` in message `.google.cloud.aiplatform.v1.ListNotebookExecutionJobsResponse` is changed
docs: A comment for message `ListPersistentResourcesRequest` is changed
docs: A comment for field `page_token` in message `.google.cloud.aiplatform.v1.ListPersistentResourcesRequest` is changed
docs: A comment for method `ResumeSchedule` in service `ScheduleService` is changed
docs: A comment for field `bool_val` in message `.google.cloud.aiplatform.v1.Tensor` is changed
docs: A comment for field `string_val` in message `.google.cloud.aiplatform.v1.Tensor` is changed
docs: A comment for field `bytes_val` in message `.google.cloud.aiplatform.v1.Tensor` is changed
docs: A comment for field `float_val` in message `.google.cloud.aiplatform.v1.Tensor` is changed
docs: A comment for field `double_val` in message `.google.cloud.aiplatform.v1.Tensor` is changed
docs: A comment for field `int_val` in message `.google.cloud.aiplatform.v1.Tensor` is changed
docs: A comment for field `int64_val` in message `.google.cloud.aiplatform.v1.Tensor` is changed
docs: A comment for field `uint_val` in message `.google.cloud.aiplatform.v1.Tensor` is changed
docs: A comment for field `uint64_val` in message `.google.cloud.aiplatform.v1.Tensor` is changed
PiperOrigin-RevId: 695815755
Source-Link: googleapis/googleapis@d8cfde0
Source-Link: googleapis/googleapis-gen@243e9d2
Copy-Tag: eyJwIjoiQWlQbGF0Zm9ybS8uT3dsQm90LnlhbWwiLCJoIjoiMjQzZTlkMjc4ODdiYzEwMWI2ODE1MTVhZmE5MDUxOTgyNWE4ZTZmYyJ9

* feat: add fast_tryout_enabled to FasterDeploymentConfig v1 proto
PiperOrigin-RevId: 695856863
Source-Link: googleapis/googleapis@caa3e6d
Source-Link: googleapis/googleapis-gen@685fa1d
Copy-Tag: eyJwIjoiQWlQbGF0Zm9ybS8uT3dsQm90LnlhbWwiLCJoIjoiNjg1ZmExZDcxMTAzNmUyMjAzZGZiYmUwYTg5MDU0ZTI4NzJmM2I4ZCJ9
  • Loading branch information
gcf-owl-bot[bot] authored Nov 13, 2024
1 parent ca2ba78 commit 285585e
Show file tree
Hide file tree
Showing 48 changed files with 1,686 additions and 180 deletions.
Binary file modified AiPlatform/metadata/V1/Endpoint.php
Binary file not shown.
5 changes: 3 additions & 2 deletions AiPlatform/metadata/V1/EnvVar.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified AiPlatform/metadata/V1/EvaluationService.php
Binary file not shown.
Binary file modified AiPlatform/metadata/V1/TuningJob.php
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@

/**
* Lists Annotations belongs to a dataitem
* This RPC is only available in InternalDatasetService. It is only used for
* exporting conversation data to CCAI Insights.
*
* @param string $formattedParent The resource name of the DataItem to list Annotations from.
* Format:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@

/**
* Rebase a TunedModel.
* Creates a LongRunningOperation that takes a legacy Tuned GenAI model
* Reference and creates a TuningJob based on newly available model.
*
* @param string $formattedParent The resource name of the Location into which to rebase the Model.
* Format: `projects/{project}/locations/{location}`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
*
* When the Schedule is resumed, new runs will be scheduled starting from the
* next execution time after the current time based on the time_specification
* in the Schedule. If [Schedule.catchUp][] is set up true, all
* missed runs will be scheduled for backfill first.
* in the Schedule. If
* [Schedule.catch_up][google.cloud.aiplatform.v1.Schedule.catch_up] is set up
* true, all missed runs will be scheduled for backfill first.
*
* @param string $formattedName The name of the Schedule resource to be resumed.
* Format:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions AiPlatform/src/V1/Client/DatasetServiceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,8 @@ public function importData(ImportDataRequest $request, array $callOptions = []):

/**
* Lists Annotations belongs to a dataitem
* This RPC is only available in InternalDatasetService. It is only used for
* exporting conversation data to CCAI Insights.
*
* The async variant is {@see DatasetServiceClient::listAnnotationsAsync()} .
*
Expand Down
2 changes: 0 additions & 2 deletions AiPlatform/src/V1/Client/GenAiTuningServiceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -553,8 +553,6 @@ public function listTuningJobs(ListTuningJobsRequest $request, array $callOption

/**
* Rebase a TunedModel.
* Creates a LongRunningOperation that takes a legacy Tuned GenAI model
* Reference and creates a TuningJob based on newly available model.
*
* The async variant is {@see GenAiTuningServiceClient::rebaseTunedModelAsync()} .
*
Expand Down
5 changes: 3 additions & 2 deletions AiPlatform/src/V1/Client/ScheduleServiceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -650,8 +650,9 @@ public function pauseSchedule(PauseScheduleRequest $request, array $callOptions
*
* When the Schedule is resumed, new runs will be scheduled starting from the
* next execution time after the current time based on the time_specification
* in the Schedule. If [Schedule.catchUp][] is set up true, all
* missed runs will be scheduled for backfill first.
* in the Schedule. If
* [Schedule.catch_up][google.cloud.aiplatform.v1.Schedule.catch_up] is set up
* true, all missed runs will be scheduled for backfill first.
*
* The async variant is {@see ScheduleServiceClient::resumeScheduleAsync()} .
*
Expand Down
121 changes: 121 additions & 0 deletions AiPlatform/src/V1/CometInput.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

166 changes: 166 additions & 0 deletions AiPlatform/src/V1/CometInstance.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 285585e

Please sign in to comment.