Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2777b8b

Browse files
feat: [AiPlatform] Add support for developer connect based deployment (#8742)
* feat: Add support for developer connect based deploymentdocs: A comment for message `ReasoningEngineSpec` is changeddocs: A comment for field `package_spec` in message `.google.cloud.aiplatform.v1.ReasoningEngineSpec` is changedPiperOrigin-RevId: 833911903Source-Link:googleapis/googleapis@8d526e8Source-Link:googleapis/googleapis-gen@884e94dCopy-Tag: eyJwIjoiQWlQbGF0Zm9ybS8uT3dsQm90LnlhbWwiLCJoIjoiODg0ZTk0ZDg5MWJjNmU5ZmUxMWU2NGUyNzkxMDljNWFhZDk4NTNjOCJ9feat: add `gpu_partition_size` in `machine_spec` v1 apiPiperOrigin-RevId: 833901564Source-Link:googleapis/googleapis@df29a82Source-Link:googleapis/googleapis-gen@13de57fCopy-Tag: eyJwIjoiQWlQbGF0Zm9ybS8uT3dsQm90LnlhbWwiLCJoIjoiMTNkZTU3ZmFiMjJlMzE2YzhiY2ExMjk3Nzg1YjU0Nzg4M2UyZjA1NyJ9feat: add `ReplicatedVoiceConfig` to `VoiceConfig` to enable Gemini TTS voice replicationPiperOrigin-RevId: 833480721Source-Link:googleapis/googleapis@136201bSource-Link:googleapis/googleapis-gen@3dea11eCopy-Tag: eyJwIjoiQWlQbGF0Zm9ybS8uT3dsQm90LnlhbWwiLCJoIjoiM2RlYTExZTg4OTQxMGYwZmY3Yzc5ZDc4OGRhZjRlNzAxNmZhMTBjNyJ9* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md---------Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parenta19b5e1 commit2777b8b

18 files changed

+1077
-19
lines changed

‎AiPlatform/metadata/V1/Content.php‎

865 Bytes
Binary file not shown.

‎AiPlatform/metadata/V1/MachineResources.php‎

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
576 Bytes
Binary file not shown.

‎AiPlatform/src/V1/Client/ReasoningEngineServiceClient.php‎

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,31 @@ private function createOperationsClient(array $options)
172172
returnnewOperationsClient($options);
173173
}
174174

175+
/**
176+
* Formats a string containing the fully-qualified path to represent a
177+
* git_repository_link resource.
178+
*
179+
* @param string $project
180+
* @param string $location
181+
* @param string $connection
182+
* @param string $gitRepositoryLink
183+
*
184+
* @return string The formatted git_repository_link resource.
185+
*/
186+
publicstaticfunctiongitRepositoryLinkName(
187+
string$project,
188+
string$location,
189+
string$connection,
190+
string$gitRepositoryLink
191+
):string {
192+
returnself::getPathTemplate('gitRepositoryLink')->render([
193+
'project' =>$project,
194+
'location' =>$location,
195+
'connection' =>$connection,
196+
'git_repository_link' =>$gitRepositoryLink,
197+
]);
198+
}
199+
175200
/**
176201
* Formats a string containing the fully-qualified path to represent a location
177202
* resource.
@@ -231,6 +256,7 @@ public static function reasoningEngineName(string $project, string $location, st
231256
* Parses a formatted name string and returns an associative array of the components in the name.
232257
* The following name formats are supported:
233258
* Template: Pattern
259+
* - gitRepositoryLink: projects/{project}/locations/{location}/connections/{connection}/gitRepositoryLinks/{git_repository_link}
234260
* - location: projects/{project}/locations/{location}
235261
* - networkAttachment: projects/{project}/regions/{region}/networkAttachments/{networkattachment}
236262
* - reasoningEngine: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}

‎AiPlatform/src/V1/GenerationConfig.php‎

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎AiPlatform/src/V1/MachineSpec.php‎

Lines changed: 74 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎AiPlatform/src/V1/MultiSpeakerVoiceConfig.php‎

Lines changed: 71 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎AiPlatform/src/V1/PrebuiltVoiceConfig.php‎

Lines changed: 77 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp