@maxim_mazurok/gapi.client.aiplatform-v1 0.0.20250613 → 0.0.20250625
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=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250625
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -2994,7 +2994,7 @@ declare namespace gapi.client {
|
|
|
2994
2994
|
interface GoogleCloudAiplatformV1GenerationConfigThinkingConfig {
|
|
2995
2995
|
/** Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned only when available. */
|
|
2996
2996
|
includeThoughts?: boolean;
|
|
2997
|
-
/** Optional. Indicates the thinking budget in tokens.
|
|
2997
|
+
/** Optional. Indicates the thinking budget in tokens. */
|
|
2998
2998
|
thinkingBudget?: number;
|
|
2999
2999
|
}
|
|
3000
3000
|
interface GoogleCloudAiplatformV1GenericOperationMetadata {
|
|
@@ -4078,7 +4078,7 @@ declare namespace gapi.client {
|
|
|
4078
4078
|
healthRoute?: string;
|
|
4079
4079
|
/** 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. */
|
|
4080
4080
|
imageUri?: string;
|
|
4081
|
-
/** 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
|
|
4081
|
+
/** 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. */
|
|
4082
4082
|
invokeRoutePrefix?: string;
|
|
4083
4083
|
/** Immutable. Specification for Kubernetes liveness probe. */
|
|
4084
4084
|
livenessProbe?: GoogleCloudAiplatformV1Probe;
|
|
@@ -5247,6 +5247,8 @@ declare namespace gapi.client {
|
|
|
5247
5247
|
enablePrivateServiceConnect?: boolean;
|
|
5248
5248
|
/** A list of Projects from which the forwarding rule will target the service attachment. */
|
|
5249
5249
|
projectAllowlist?: string[];
|
|
5250
|
+
/** Optional. List of projects and networks where the PSC endpoints will be created. This field is used by Online Inference(Prediction) only. */
|
|
5251
|
+
pscAutomationConfigs?: GoogleCloudAiplatformV1PSCAutomationConfig[];
|
|
5250
5252
|
/** Output only. The name of the generated service attachment resource. This is only populated if the endpoint is deployed with PrivateServiceConnect. */
|
|
5251
5253
|
serviceAttachment?: string;
|
|
5252
5254
|
}
|
|
@@ -5319,7 +5321,7 @@ declare namespace gapi.client {
|
|
|
5319
5321
|
forwardingRule?: string;
|
|
5320
5322
|
/** Output only. IP address rule created by the PSC service automation. */
|
|
5321
5323
|
ipAddress?: string;
|
|
5322
|
-
/** 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/
|
|
5324
|
+
/** 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}`. */
|
|
5323
5325
|
network?: string;
|
|
5324
5326
|
/** Required. Project id used to create forwarding rule. */
|
|
5325
5327
|
projectId?: string;
|