Skip to content

Commit

Permalink
feat: Fix rpc tensorboard_service.proto definitions for BatchCreateTe…
Browse files Browse the repository at this point in the history
…nsorboardTimeSeries and BatchReadTensorboardTimeSeriesData (#6956)

* fix!: Fix rpc tensorboard_service.proto definitions for BatchCreateTensorboardTimeSeries and BatchReadTensorboardTimeSeriesData
feat: add models to CustomJobSpec
feat: add max_wait_duration to Scheduling
docs: minor changes to comments
PiperOrigin-RevId: 597666793
Source-Link: googleapis/googleapis@84ee19c
Source-Link: googleapis/googleapis-gen@8dc3e3e
Copy-Tag: eyJwIjoiQWlQbGF0Zm9ybS8uT3dsQm90LnlhbWwiLCJoIjoiOGRjM2UzZTMyMDQzYWNkNjg5M2JlZDk2YTZiNDU2NmYwMDg0MzMyOSJ9
  • Loading branch information
gcf-owl-bot[bot] authored Jan 12, 2024
1 parent 0361165 commit a0cccc6
Show file tree
Hide file tree
Showing 33 changed files with 3,841 additions and 31 deletions.
Binary file modified AiPlatform/metadata/V1/CustomJob.php
Binary file not shown.
12 changes: 6 additions & 6 deletions AiPlatform/metadata/V1/TensorboardService.php

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

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*
* @param string $formattedParent The resource name of the Location to create FeatureOnlineStores.
* Format:
* `projects/{project}/locations/{location}'`
* `projects/{project}/locations/{location}`
* Please see {@see FeatureOnlineStoreAdminServiceClient::locationName()} for help formatting this field.
* @param string $featureOnlineStoreId The ID to use for this FeatureOnlineStore, which will become the
* final component of the FeatureOnlineStore's resource name.
Expand Down
10 changes: 5 additions & 5 deletions AiPlatform/src/V1/CreateFeatureOnlineStoreRequest.php

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

78 changes: 78 additions & 0 deletions AiPlatform/src/V1/CustomJobSpec.php

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

20 changes: 12 additions & 8 deletions AiPlatform/src/V1/ExportDataResponse.php

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

8 changes: 4 additions & 4 deletions AiPlatform/src/V1/Feature.php

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

Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ public function __construct(array $options = [])
*
* @param string $parent Required. The resource name of the Location to create FeatureOnlineStores.
* Format:
* `projects/{project}/locations/{location}'`
* `projects/{project}/locations/{location}`
* @param FeatureOnlineStore $featureOnlineStore Required. The FeatureOnlineStore to create.
* @param string $featureOnlineStoreId Required. The ID to use for this FeatureOnlineStore, which will become the
* final component of the FeatureOnlineStore's resource name.
Expand Down
Loading

0 comments on commit a0cccc6

Please sign in to comment.