@maxim_mazurok/gapi.client.aiplatform-v1 0.0.20241214 → 0.0.20250107
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 +21 -7
- 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: 20250107
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1176,7 +1176,7 @@ declare namespace gapi.client {
|
|
|
1176
1176
|
metadata?: any;
|
|
1177
1177
|
/** Output only. Reference to the public base model last used by the dataset version. Only set for prompt dataset versions. */
|
|
1178
1178
|
modelReference?: string;
|
|
1179
|
-
/** Output only. Identifier. The resource name of the DatasetVersion. */
|
|
1179
|
+
/** Output only. Identifier. The resource name of the DatasetVersion. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` */
|
|
1180
1180
|
name?: string;
|
|
1181
1181
|
/** Output only. Reserved for future use. */
|
|
1182
1182
|
satisfiesPzi?: boolean;
|
|
@@ -4302,7 +4302,7 @@ declare namespace gapi.client {
|
|
|
4302
4302
|
name?: string;
|
|
4303
4303
|
/** The NotebookRuntimeTemplate to source compute configuration from. */
|
|
4304
4304
|
notebookRuntimeTemplateResourceName?: string;
|
|
4305
|
-
/**
|
|
4305
|
+
/** The Schedule resource name if this job is triggered by one. Format: `projects/{project_id}/locations/{location}/schedules/{schedule_id}` */
|
|
4306
4306
|
scheduleResourceName?: string;
|
|
4307
4307
|
/** The service account to run the execution as. */
|
|
4308
4308
|
serviceAccount?: string;
|
|
@@ -5551,6 +5551,12 @@ declare namespace gapi.client {
|
|
|
5551
5551
|
/** Set to use data source powered by Vertex RAG store. User data is uploaded via the VertexRagDataService. */
|
|
5552
5552
|
vertexRagStore?: GoogleCloudAiplatformV1VertexRagStore;
|
|
5553
5553
|
}
|
|
5554
|
+
interface GoogleCloudAiplatformV1RetrievalConfig {
|
|
5555
|
+
/** The language code of the user. */
|
|
5556
|
+
languageCode?: string;
|
|
5557
|
+
/** The location of the user. */
|
|
5558
|
+
latLng?: GoogleTypeLatLng;
|
|
5559
|
+
}
|
|
5554
5560
|
interface GoogleCloudAiplatformV1RetrievalMetadata {
|
|
5555
5561
|
/** Optional. Score indicating how likely information from Google Search could help answer the prompt. The score is in the range `[0, 1]`, where 0 is the least likely and 1 is the most likely. This score is only populated when Google Search grounding and dynamic retrieval is enabled. It will be compared to the threshold to determine whether to trigger Google Search. */
|
|
5556
5562
|
googleSearchDynamicRetrievalScore?: number;
|
|
@@ -8019,6 +8025,8 @@ declare namespace gapi.client {
|
|
|
8019
8025
|
interface GoogleCloudAiplatformV1ToolConfig {
|
|
8020
8026
|
/** Optional. Function calling config. */
|
|
8021
8027
|
functionCallingConfig?: GoogleCloudAiplatformV1FunctionCallingConfig;
|
|
8028
|
+
/** Optional. Retrieval config. */
|
|
8029
|
+
retrievalConfig?: GoogleCloudAiplatformV1RetrievalConfig;
|
|
8022
8030
|
}
|
|
8023
8031
|
interface GoogleCloudAiplatformV1ToolGoogleSearch {}
|
|
8024
8032
|
interface GoogleCloudAiplatformV1ToolNameMatchInput {
|
|
@@ -8685,6 +8693,12 @@ declare namespace gapi.client {
|
|
|
8685
8693
|
/** Optional. Inclusive start of the interval. If specified, a Timestamp matching this interval will have to be the same or after the start. */
|
|
8686
8694
|
startTime?: string;
|
|
8687
8695
|
}
|
|
8696
|
+
interface GoogleTypeLatLng {
|
|
8697
|
+
/** The latitude in degrees. It must be in the range [-90.0, +90.0]. */
|
|
8698
|
+
latitude?: number;
|
|
8699
|
+
/** The longitude in degrees. It must be in the range [-180.0, +180.0]. */
|
|
8700
|
+
longitude?: number;
|
|
8701
|
+
}
|
|
8688
8702
|
interface GoogleTypeMoney {
|
|
8689
8703
|
/** The three-letter currency code defined in ISO 4217. */
|
|
8690
8704
|
currencyCode?: string;
|
|
@@ -8859,7 +8873,7 @@ declare namespace gapi.client {
|
|
|
8859
8873
|
fields?: string;
|
|
8860
8874
|
/** 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. */
|
|
8861
8875
|
key?: string;
|
|
8862
|
-
/** Output only. Identifier. The resource name of the DatasetVersion. */
|
|
8876
|
+
/** Output only. Identifier. The resource name of the DatasetVersion. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` */
|
|
8863
8877
|
name: string;
|
|
8864
8878
|
/** OAuth 2.0 token for the current user. */
|
|
8865
8879
|
oauth_token?: string;
|
|
@@ -8890,7 +8904,7 @@ declare namespace gapi.client {
|
|
|
8890
8904
|
fields?: string;
|
|
8891
8905
|
/** 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. */
|
|
8892
8906
|
key?: string;
|
|
8893
|
-
/** Output only. Identifier. The resource name of the DatasetVersion. */
|
|
8907
|
+
/** Output only. Identifier. The resource name of the DatasetVersion. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` */
|
|
8894
8908
|
name: string;
|
|
8895
8909
|
/** OAuth 2.0 token for the current user. */
|
|
8896
8910
|
oauth_token?: string;
|
|
@@ -11281,7 +11295,7 @@ declare namespace gapi.client {
|
|
|
11281
11295
|
fields?: string;
|
|
11282
11296
|
/** 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. */
|
|
11283
11297
|
key?: string;
|
|
11284
|
-
/** Output only. Identifier. The resource name of the DatasetVersion. */
|
|
11298
|
+
/** Output only. Identifier. The resource name of the DatasetVersion. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` */
|
|
11285
11299
|
name: string;
|
|
11286
11300
|
/** OAuth 2.0 token for the current user. */
|
|
11287
11301
|
oauth_token?: string;
|
|
@@ -11312,7 +11326,7 @@ declare namespace gapi.client {
|
|
|
11312
11326
|
fields?: string;
|
|
11313
11327
|
/** 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. */
|
|
11314
11328
|
key?: string;
|
|
11315
|
-
/** Output only. Identifier. The resource name of the DatasetVersion. */
|
|
11329
|
+
/** Output only. Identifier. The resource name of the DatasetVersion. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}` */
|
|
11316
11330
|
name: string;
|
|
11317
11331
|
/** OAuth 2.0 token for the current user. */
|
|
11318
11332
|
oauth_token?: string;
|