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] A new field satisfies_pzs is added to message .google.cloud.aiplatform.v1.BatchPredictionJob #7594

Merged
merged 2 commits into from
Aug 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified AiPlatform/metadata/V1/BatchPredictionJob.php
Binary file not shown.
Binary file modified AiPlatform/metadata/V1/Content.php
Binary file not shown.
Binary file modified AiPlatform/metadata/V1/CustomJob.php
Binary file not shown.
9 changes: 6 additions & 3 deletions AiPlatform/metadata/V1/DataItem.php

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

Binary file modified AiPlatform/metadata/V1/Dataset.php
Binary file not shown.
9 changes: 6 additions & 3 deletions AiPlatform/metadata/V1/DatasetVersion.php

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

8 changes: 5 additions & 3 deletions AiPlatform/metadata/V1/DeploymentResourcePool.php

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

8 changes: 5 additions & 3 deletions AiPlatform/metadata/V1/EntityType.php

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

Binary file modified AiPlatform/metadata/V1/FeatureGroup.php
Binary file not shown.
Binary file modified AiPlatform/metadata/V1/FeatureOnlineStore.php
Binary file not shown.
Binary file modified AiPlatform/metadata/V1/FeatureView.php
Binary file not shown.
8 changes: 5 additions & 3 deletions AiPlatform/metadata/V1/FeatureViewSync.php

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

Binary file modified AiPlatform/metadata/V1/Featurestore.php
Binary file not shown.
8 changes: 5 additions & 3 deletions AiPlatform/metadata/V1/HyperparameterTuningJob.php

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

Binary file modified AiPlatform/metadata/V1/Index.php
Binary file not shown.
8 changes: 5 additions & 3 deletions AiPlatform/metadata/V1/IndexEndpoint.php

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

Binary file modified AiPlatform/metadata/V1/ModelDeploymentMonitoringJob.php
Binary file not shown.
Binary file modified AiPlatform/metadata/V1/ModelGardenService.php
Binary file not shown.
Binary file modified AiPlatform/metadata/V1/NasJob.php
Binary file not shown.
Binary file modified AiPlatform/metadata/V1/NotebookExecutionJob.php
Binary file not shown.
Binary file modified AiPlatform/metadata/V1/PublisherModel.php
Binary file not shown.
12 changes: 7 additions & 5 deletions AiPlatform/metadata/V1/ServiceNetworking.php

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

Binary file modified AiPlatform/metadata/V1/TuningJob.php
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,14 @@
/**
* Generate content with multimodal inputs.
*
* @param string $model The name of the publisher model requested to serve the
* prediction. Format:
* @param string $model The fully qualified name of the publisher model or tuned model
* endpoint to use.
*
* Publisher model format:
* `projects/{project}/locations/{location}/publishers/*/models/*`
*
* Tuned model endpoint format:
* `projects/{project}/locations/{location}/endpoints/{endpoint}`
*/
function generate_content_sample(string $model): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,14 @@
/**
* Generate content with multimodal inputs with streaming support.
*
* @param string $model The name of the publisher model requested to serve the
* prediction. Format:
* @param string $model The fully qualified name of the publisher model or tuned model
* endpoint to use.
*
* Publisher model format:
* `projects/{project}/locations/{location}/publishers/*/models/*`
*
* Tuned model endpoint format:
* `projects/{project}/locations/{location}/endpoints/{endpoint}`
*/
function stream_generate_content_sample(string $model): void
{
Expand Down
68 changes: 68 additions & 0 deletions AiPlatform/src/V1/BatchPredictionJob.php

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

34 changes: 34 additions & 0 deletions AiPlatform/src/V1/Candidate.php

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

Loading
Loading