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

feat: [AiPlatform] add fast_tryout_enabled to FasterDeploymentConfig v1 proto #7821

Merged
merged 8 commits into from
Nov 13, 2024
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
Loading