Skip to content

Commit

Permalink
feat: A new value TPU_V5_LITEPOD is added to enum AcceleratorType (
Browse files Browse the repository at this point in the history
…#7275)

feat: A new field `search_entry_point` is added to message `.google.cloud.aiplatform.v1.GroundingMetadata`
feat: A new message `SearchEntryPoint` is added
feat: A new field `private_service_connect_config` is added to message `.google.cloud.aiplatform.v1.Endpoint`
feat: A new value `INVALID_TOKEN_VALUE` is added to enum `RecordErrorType`
feat: A new field `deploy_task_name` is added to message `.google.cloud.aiplatform.v1.PublisherModel`
docs: A comment for field `parent` in message `.google.cloud.aiplatform.v1.CreateFeatureGroupRequest` is changed
docs: A comment for field `name` in message `.google.cloud.aiplatform.v1.NotebookRuntimeTemplate` is changed
docs: A comment for field `base_model` in message `.google.cloud.aiplatform.v1.TuningJob` is changed
docs: A comment for field `tuned_model_display_name` in message `.google.cloud.aiplatform.v1.TuningJob` is changed
docs: A comment for field `epoch_count` in message `.google.cloud.aiplatform.v1.SupervisedHyperParameters` is changed
docs: A comment for field `learning_rate_multiplier` in message `.google.cloud.aiplatform.v1.SupervisedHyperParameters` is changed
docs: A comment for field `training_dataset_uri` in message `.google.cloud.aiplatform.v1.SupervisedTuningSpec` is changed
docs: A comment for field `validation_dataset_uri` in message `.google.cloud.aiplatform.v1.SupervisedTuningSpec` is changed
PiperOrigin-RevId: 629522152
Source-Link: googleapis/googleapis@f9767ca
Source-Link: googleapis/googleapis-gen@95e3cf4
Copy-Tag: eyJwIjoiQWlQbGF0Zm9ybS8uT3dsQm90LnlhbWwiLCJoIjoiOTVlM2NmNGE2NTE4MGU3YThlMjY4NTNhMDNjMzM1Yzc3YTk4ZDBjNSJ9
  • Loading branch information
gcf-owl-bot[bot] committed May 3, 2024
1 parent 1c9455b commit 63ace28
Show file tree
Hide file tree
Showing 20 changed files with 355 additions and 80 deletions.
Binary file modified AiPlatform/metadata/V1/AcceleratorType.php
Binary file not shown.
Binary file modified AiPlatform/metadata/V1/Content.php
Binary file not shown.
Binary file modified AiPlatform/metadata/V1/Endpoint.php
Binary file not shown.
Binary file modified AiPlatform/metadata/V1/IndexService.php
Binary file not shown.
Binary file modified AiPlatform/metadata/V1/NotebookRuntime.php
Binary file not shown.
Binary file modified AiPlatform/metadata/V1/PublisherModel.php
Binary file not shown.
Expand Up @@ -35,7 +35,7 @@
*
* @param string $formattedParent The resource name of the Location to create FeatureGroups.
* Format:
* `projects/{project}/locations/{location}'`
* `projects/{project}/locations/{location}`
* Please see {@see FeatureRegistryServiceClient::locationName()} for help formatting this field.
* @param string $featureGroupId The ID to use for this FeatureGroup, which will become the final
* component of the FeatureGroup's resource name.
Expand Down
7 changes: 7 additions & 0 deletions AiPlatform/src/V1/AcceleratorType.php

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

10 changes: 5 additions & 5 deletions AiPlatform/src/V1/CreateFeatureGroupRequest.php

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

56 changes: 56 additions & 0 deletions AiPlatform/src/V1/Endpoint.php

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

Expand Up @@ -699,7 +699,7 @@ public function createFeature(
*
* @param string $parent Required. The resource name of the Location to create FeatureGroups.
* Format:
* `projects/{project}/locations/{location}'`
* `projects/{project}/locations/{location}`
* @param FeatureGroup $featureGroup Required. The FeatureGroup to create.
* @param string $featureGroupId Required. The ID to use for this FeatureGroup, which will become the final
* component of the FeatureGroup's resource name.
Expand Down
44 changes: 44 additions & 0 deletions AiPlatform/src/V1/GroundingMetadata.php

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

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

14 changes: 7 additions & 7 deletions AiPlatform/src/V1/NotebookRuntimeTemplate.php

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

48 changes: 48 additions & 0 deletions AiPlatform/src/V1/PublisherModel/CallToAction/Deploy.php

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

0 comments on commit 63ace28

Please sign in to comment.