@maxim_mazurok/gapi.client.aiplatform-v1beta1 0.0.20250613 → 0.0.20250701
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +6 -4
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://aiplatform.googleapis.com/$discovery/rest?version=v1beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250701
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -3562,7 +3562,7 @@ declare namespace gapi.client {
|
|
|
3562
3562
|
interface GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig {
|
|
3563
3563
|
/** Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned only when available. */
|
|
3564
3564
|
includeThoughts?: boolean;
|
|
3565
|
-
/** Optional. Indicates the thinking budget in tokens.
|
|
3565
|
+
/** Optional. Indicates the thinking budget in tokens. */
|
|
3566
3566
|
thinkingBudget?: number;
|
|
3567
3567
|
}
|
|
3568
3568
|
interface GoogleCloudAiplatformV1beta1GenericOperationMetadata {
|
|
@@ -4782,7 +4782,7 @@ declare namespace gapi.client {
|
|
|
4782
4782
|
healthRoute?: string;
|
|
4783
4783
|
/** Required. Immutable. URI of the Docker image to be used as the custom container for serving predictions. This URI must identify an image in Artifact Registry or Container Registry. Learn more about the [container publishing requirements](https://cloud.google.com/vertex-ai/docs/predictions/custom-container-requirements#publishing), including permissions requirements for the Vertex AI Service Agent. The container image is ingested upon ModelService.UploadModel, stored internally, and this original path is afterwards not used. To learn about the requirements for the Docker image itself, see [Custom container requirements](https://cloud.google.com/vertex-ai/docs/predictions/custom-container-requirements#). You can use the URI to one of Vertex AI's [pre-built container images for prediction](https://cloud.google.com/vertex-ai/docs/predictions/pre-built-containers) in this field. */
|
|
4784
4784
|
imageUri?: string;
|
|
4785
|
-
/** Immutable. Invoke route prefix for the custom container. "/*" is the only supported value right now. By setting this field, any non-root route on this model will be accessible with
|
|
4785
|
+
/** Immutable. Invoke route prefix for the custom container. "/*" is the only supported value right now. By setting this field, any non-root route on this model will be accessible with invoke http call eg: "/invoke/foo/bar", however the [PredictionService.Invoke] RPC is not supported yet. Only one of `predict_route` or `invoke_route_prefix` can be set, and we default to using `predict_route` if this field is not set. If this field is set, the Model can only be deployed to dedicated endpoint. */
|
|
4786
4786
|
invokeRoutePrefix?: string;
|
|
4787
4787
|
/** Immutable. Specification for Kubernetes liveness probe. */
|
|
4788
4788
|
livenessProbe?: GoogleCloudAiplatformV1beta1Probe;
|
|
@@ -6310,6 +6310,8 @@ declare namespace gapi.client {
|
|
|
6310
6310
|
enableSecurePrivateServiceConnect?: boolean;
|
|
6311
6311
|
/** A list of Projects from which the forwarding rule will target the service attachment. */
|
|
6312
6312
|
projectAllowlist?: string[];
|
|
6313
|
+
/** Optional. List of projects and networks where the PSC endpoints will be created. This field is used by Online Inference(Prediction) only. */
|
|
6314
|
+
pscAutomationConfigs?: GoogleCloudAiplatformV1beta1PSCAutomationConfig[];
|
|
6313
6315
|
/** Output only. The name of the generated service attachment resource. This is only populated if the endpoint is deployed with PrivateServiceConnect. */
|
|
6314
6316
|
serviceAttachment?: string;
|
|
6315
6317
|
}
|
|
@@ -6382,7 +6384,7 @@ declare namespace gapi.client {
|
|
|
6382
6384
|
forwardingRule?: string;
|
|
6383
6385
|
/** Output only. IP address rule created by the PSC service automation. */
|
|
6384
6386
|
ipAddress?: string;
|
|
6385
|
-
/** Required. The full name of the Google Compute Engine [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks). [Format](https://cloud.google.com/compute/docs/reference/rest/v1/networks/
|
|
6387
|
+
/** Required. The full name of the Google Compute Engine [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks). [Format](https://cloud.google.com/compute/docs/reference/rest/v1/networks/get): `projects/{project}/global/networks/{network}`. */
|
|
6386
6388
|
network?: string;
|
|
6387
6389
|
/** Required. Project id used to create forwarding rule. */
|
|
6388
6390
|
projectId?: string;
|