@maxim_mazurok/gapi.client.aiplatform-v1 0.0.20250501 → 0.0.20250513
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 +24 -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: 20250513
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -601,6 +601,8 @@ declare namespace gapi.client {
|
|
|
601
601
|
createTime?: string;
|
|
602
602
|
/** Optional. Immutable. The user-generated meaningful display name of the cached content. */
|
|
603
603
|
displayName?: string;
|
|
604
|
+
/** Input only. Immutable. Customer-managed encryption key spec for a `CachedContent`. If set, this `CachedContent` and all its sub-resources will be secured by this key. */
|
|
605
|
+
encryptionSpec?: GoogleCloudAiplatformV1EncryptionSpec;
|
|
604
606
|
/** Timestamp of when this resource is considered expired. This is *always* provided on output, regardless of what was sent on input. */
|
|
605
607
|
expireTime?: string;
|
|
606
608
|
/** Immutable. The name of the `Model` to use for cached content. Currently, only the published Gemini base models are supported, in form of projects/{PROJECT}/locations/{LOCATION}/publishers/google/models/{MODEL} */
|
|
@@ -1390,6 +1392,8 @@ declare namespace gapi.client {
|
|
|
1390
1392
|
systemLabels?: {[P in string]: string};
|
|
1391
1393
|
}
|
|
1392
1394
|
interface GoogleCloudAiplatformV1DeployedModelRef {
|
|
1395
|
+
/** Immutable. The ID of the Checkpoint deployed in the DeployedModel. */
|
|
1396
|
+
checkpointId?: string;
|
|
1393
1397
|
/** Immutable. An ID of a DeployedModel in the above Endpoint. */
|
|
1394
1398
|
deployedModelId?: string;
|
|
1395
1399
|
/** Immutable. A resource name of an Endpoint. */
|
|
@@ -2835,6 +2839,8 @@ declare namespace gapi.client {
|
|
|
2835
2839
|
modelName?: string;
|
|
2836
2840
|
}
|
|
2837
2841
|
interface GoogleCloudAiplatformV1GenerationConfigThinkingConfig {
|
|
2842
|
+
/** Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned only when available. */
|
|
2843
|
+
includeThoughts?: boolean;
|
|
2838
2844
|
/** Optional. Indicates the thinking budget in tokens. This is only applied when enable_thinking is true. */
|
|
2839
2845
|
thinkingBudget?: number;
|
|
2840
2846
|
}
|
|
@@ -5576,6 +5582,8 @@ declare namespace gapi.client {
|
|
|
5576
5582
|
interface GoogleCloudAiplatformV1RagFileParsingConfig {
|
|
5577
5583
|
/** The Layout Parser to use for RagFiles. */
|
|
5578
5584
|
layoutParser?: GoogleCloudAiplatformV1RagFileParsingConfigLayoutParser;
|
|
5585
|
+
/** The LLM Parser to use for RagFiles. */
|
|
5586
|
+
llmParser?: GoogleCloudAiplatformV1RagFileParsingConfigLlmParser;
|
|
5579
5587
|
}
|
|
5580
5588
|
interface GoogleCloudAiplatformV1RagFileParsingConfigLayoutParser {
|
|
5581
5589
|
/** The maximum number of requests the job is allowed to make to the Document AI processor per minute. Consult https://cloud.google.com/document-ai/quotas and the Quota page for your project to set an appropriate value here. If unspecified, a default value of 120 QPM would be used. */
|
|
@@ -5583,6 +5591,14 @@ declare namespace gapi.client {
|
|
|
5583
5591
|
/** The full resource name of a Document AI processor or processor version. The processor must have type `LAYOUT_PARSER_PROCESSOR`. If specified, the `additional_config.parse_as_scanned_pdf` field must be false. Format: * `projects/{project_id}/locations/{location}/processors/{processor_id}` * `projects/{project_id}/locations/{location}/processors/{processor_id}/processorVersions/{processor_version_id}` */
|
|
5584
5592
|
processorName?: string;
|
|
5585
5593
|
}
|
|
5594
|
+
interface GoogleCloudAiplatformV1RagFileParsingConfigLlmParser {
|
|
5595
|
+
/** The prompt to use for parsing. If not specified, a default prompt will be used. */
|
|
5596
|
+
customParsingPrompt?: string;
|
|
5597
|
+
/** The maximum number of requests the job is allowed to make to the LLM model per minute. Consult https://cloud.google.com/vertex-ai/generative-ai/docs/quotas and your document size to set an appropriate value here. If unspecified, a default value of 5000 QPM would be used. */
|
|
5598
|
+
maxParsingRequestsPerMin?: number;
|
|
5599
|
+
/** The name of a LLM model used for parsing. Format: * `projects/{project_id}/locations/{location}/publishers/{publisher}/models/{model}` */
|
|
5600
|
+
modelName?: string;
|
|
5601
|
+
}
|
|
5586
5602
|
interface GoogleCloudAiplatformV1RagFileTransformationConfig {
|
|
5587
5603
|
/** Specifies the chunking config for RagFiles. */
|
|
5588
5604
|
ragFileChunkingConfig?: GoogleCloudAiplatformV1RagFileChunkingConfig;
|
|
@@ -5755,7 +5771,7 @@ declare namespace gapi.client {
|
|
|
5755
5771
|
displayName?: string;
|
|
5756
5772
|
/** Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens. */
|
|
5757
5773
|
etag?: string;
|
|
5758
|
-
/** Identifier. The resource name of the ReasoningEngine. */
|
|
5774
|
+
/** Identifier. The resource name of the ReasoningEngine. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` */
|
|
5759
5775
|
name?: string;
|
|
5760
5776
|
/** Optional. Configurations of the ReasoningEngine */
|
|
5761
5777
|
spec?: GoogleCloudAiplatformV1ReasoningEngineSpec;
|
|
@@ -8923,6 +8939,10 @@ declare namespace gapi.client {
|
|
|
8923
8939
|
datastore?: string;
|
|
8924
8940
|
/** Optional. Fully-qualified Vertex AI Search engine resource ID. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` */
|
|
8925
8941
|
engine?: string;
|
|
8942
|
+
/** Optional. Filter strings to be passed to the search API. */
|
|
8943
|
+
filter?: string;
|
|
8944
|
+
/** Optional. Number of search results to return per query. The default value is 10. The maximumm allowed value is 10. */
|
|
8945
|
+
maxResults?: number;
|
|
8926
8946
|
}
|
|
8927
8947
|
interface GoogleCloudAiplatformV1VertexAiSearchConfig {
|
|
8928
8948
|
/** Vertex AI Search Serving Config resource full name. For example, `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}` or `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}`. */
|
|
@@ -27904,7 +27924,7 @@ declare namespace gapi.client {
|
|
|
27904
27924
|
fields?: string;
|
|
27905
27925
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
27906
27926
|
key?: string;
|
|
27907
|
-
/** Identifier. The resource name of the ReasoningEngine. */
|
|
27927
|
+
/** Identifier. The resource name of the ReasoningEngine. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` */
|
|
27908
27928
|
name: string;
|
|
27909
27929
|
/** OAuth 2.0 token for the current user. */
|
|
27910
27930
|
oauth_token?: string;
|
|
@@ -27935,7 +27955,7 @@ declare namespace gapi.client {
|
|
|
27935
27955
|
fields?: string;
|
|
27936
27956
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
27937
27957
|
key?: string;
|
|
27938
|
-
/** Identifier. The resource name of the ReasoningEngine. */
|
|
27958
|
+
/** Identifier. The resource name of the ReasoningEngine. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` */
|
|
27939
27959
|
name: string;
|
|
27940
27960
|
/** OAuth 2.0 token for the current user. */
|
|
27941
27961
|
oauth_token?: string;
|