@maxim_mazurok/gapi.client.aiplatform-v1beta1 0.0.20250505 → 0.0.20250516

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.
Files changed (2) hide show
  1. package/index.d.ts +219 -9
  2. 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: 20250505
12
+ // Revision: 20250516
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -234,6 +234,8 @@ declare namespace gapi.client {
234
234
  interface GoogleCloudAiplatformV1beta1ApiAuthApiKeyConfig {
235
235
  /** Required. The SecretManager secret version resource name storing API key. e.g. projects/{project}/secrets/{secret}/versions/{version} */
236
236
  apiKeySecretVersion?: string;
237
+ /** The API key string. Either this or `api_key_secret_version` must be set. */
238
+ apiKeyString?: string;
237
239
  }
238
240
  interface GoogleCloudAiplatformV1beta1AppendEventResponse {}
239
241
  interface GoogleCloudAiplatformV1beta1Artifact {
@@ -720,6 +722,8 @@ declare namespace gapi.client {
720
722
  createTime?: string;
721
723
  /** Optional. Immutable. The user-generated meaningful display name of the cached content. */
722
724
  displayName?: string;
725
+ /** 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. */
726
+ encryptionSpec?: GoogleCloudAiplatformV1beta1EncryptionSpec;
723
727
  /** Timestamp of when this resource is considered expired. This is *always* provided on output, regardless of what was sent on input. */
724
728
  expireTime?: string;
725
729
  /** 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} */
@@ -1591,6 +1595,8 @@ declare namespace gapi.client {
1591
1595
  systemLabels?: {[P in string]: string};
1592
1596
  }
1593
1597
  interface GoogleCloudAiplatformV1beta1DeployedModelRef {
1598
+ /** Immutable. The ID of the Checkpoint deployed in the DeployedModel. */
1599
+ checkpointId?: string;
1594
1600
  /** Immutable. An ID of a DeployedModel in the above Endpoint. */
1595
1601
  deployedModelId?: string;
1596
1602
  /** Immutable. A resource name of an Endpoint. */
@@ -2120,8 +2126,6 @@ declare namespace gapi.client {
2120
2126
  displayName?: string;
2121
2127
  /** Optional. Immutable. Unique identifier of an example. If not specified when upserting new examples, the example_id will be generated. */
2122
2128
  exampleId?: string;
2123
- /** Identifier. The resource name of the Example. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/examples/{example}` */
2124
- name?: string;
2125
2129
  /** An example of chat history and its expected outcome to be used with GenerateContent. */
2126
2130
  storedContentsExample?: GoogleCloudAiplatformV1beta1StoredContentsExample;
2127
2131
  }
@@ -2543,6 +2547,29 @@ declare namespace gapi.client {
2543
2547
  /** Required. The Service Directory resource name in which the service endpoints associated to the extension are registered. Format: `projects/{project_id}/locations/{location_id}/namespaces/{namespace_id}/services/{service_id}` - The Vertex AI Extension Service Agent (https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents) should be granted `servicedirectory.viewer` and `servicedirectory.pscAuthorizedService` roles on the resource. */
2544
2548
  serviceDirectory?: string;
2545
2549
  }
2550
+ interface GoogleCloudAiplatformV1beta1ExternalApi {
2551
+ /** The authentication config to access the API. Deprecated. Please use auth_config instead. */
2552
+ apiAuth?: GoogleCloudAiplatformV1beta1ApiAuth;
2553
+ /** The API spec that the external API implements. */
2554
+ apiSpec?: string;
2555
+ /** The authentication config to access the API. */
2556
+ authConfig?: GoogleCloudAiplatformV1beta1AuthConfig;
2557
+ /** Parameters for the elastic search API. */
2558
+ elasticSearchParams?: GoogleCloudAiplatformV1beta1ExternalApiElasticSearchParams;
2559
+ /** The endpoint of the external API. The system will call the API at this endpoint to retrieve the data for grounding. Example: https://acme.com:443/search */
2560
+ endpoint?: string;
2561
+ /** Parameters for the simple search API. */
2562
+ simpleSearchParams?: any;
2563
+ }
2564
+ interface GoogleCloudAiplatformV1beta1ExternalApiElasticSearchParams {
2565
+ /** The ElasticSearch index to use. */
2566
+ index?: string;
2567
+ /** Optional. Number of hits (chunks) to request. When specified, it is passed to Elasticsearch as the `num_hits` param. */
2568
+ numHits?: number;
2569
+ /** The ElasticSearch search template to use. */
2570
+ searchTemplate?: string;
2571
+ }
2572
+ interface GoogleCloudAiplatformV1beta1ExternalApiSimpleSearchParams {}
2546
2573
  interface GoogleCloudAiplatformV1beta1Fact {
2547
2574
  /** If present, chunk properties. */
2548
2575
  chunk?: GoogleCloudAiplatformV1beta1RagChunk;
@@ -2749,7 +2776,7 @@ declare namespace gapi.client {
2749
2776
  featureConfigs?: GoogleCloudAiplatformV1beta1FeatureSelectionConfigFeatureConfig[];
2750
2777
  }
2751
2778
  interface GoogleCloudAiplatformV1beta1FeatureSelectionConfigFeatureConfig {
2752
- /** Optional. Drift threshold. If calculated difference with baseline data larger than threshold, it will be considered as the feature has drift. If not present, the threshold will be default to 0.3. */
2779
+ /** Optional. Drift threshold. If calculated difference with baseline data larger than threshold, it will be considered as the feature has drift. If not present, the threshold will be default to 0.3. Must be in range [0, 1). */
2753
2780
  driftThreshold?: number;
2754
2781
  /** Required. The ID of the feature resource. Final component of the Feature's resource name. */
2755
2782
  featureId?: string;
@@ -3483,6 +3510,8 @@ declare namespace gapi.client {
3483
3510
  modelName?: string;
3484
3511
  }
3485
3512
  interface GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig {
3513
+ /** Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned only when available. */
3514
+ includeThoughts?: boolean;
3486
3515
  /** Optional. Indicates the thinking budget in tokens. This is only applied when enable_thinking is true. */
3487
3516
  thinkingBudget?: number;
3488
3517
  }
@@ -3727,6 +3756,8 @@ declare namespace gapi.client {
3727
3756
  ragFileParsingConfig?: GoogleCloudAiplatformV1beta1RagFileParsingConfig;
3728
3757
  /** Specifies the transformation config for RagFiles. */
3729
3758
  ragFileTransformationConfig?: GoogleCloudAiplatformV1beta1RagFileTransformationConfig;
3759
+ /** Rebuilds the ANN index to optimize for recall on the imported data. Only applicable for RagCorpora running on RagManagedDb with `retrieval_strategy` set to `ANN`. The rebuild will be performed using the existing ANN config set on the RagCorpus. To change the ANN config, please use the UpdateRagCorpus API. Default is false, i.e., index is not rebuilt. */
3760
+ rebuildAnnIndex?: boolean;
3730
3761
  /** SharePoint sources. */
3731
3762
  sharePointSources?: GoogleCloudAiplatformV1beta1SharePointSources;
3732
3763
  /** Slack channels with their corresponding access tokens. */
@@ -4829,6 +4860,8 @@ declare namespace gapi.client {
4829
4860
  createTime?: string;
4830
4861
  /** The display name of the ModelMonitor. The name can be up to 128 characters long and can consist of any UTF-8. */
4831
4862
  displayName?: string;
4863
+ /** Customer-managed encryption key spec for a ModelMonitor. If set, this ModelMonitor and all sub-resources of this ModelMonitor will be secured by this key. */
4864
+ encryptionSpec?: GoogleCloudAiplatformV1beta1EncryptionSpec;
4832
4865
  /** Optional model explanation spec. It is used for feature attribution monitoring. */
4833
4866
  explanationSpec?: GoogleCloudAiplatformV1beta1ExplanationSpec;
4834
4867
  /** Monitoring Schema is to specify the model's features, prediction outputs and ground truth properties. It is used to extract pertinent data from the dataset and to process features based on their properties. Make sure that the schema aligns with your dataset, if it does not, we will be unable to extract data from the dataset. It is required for most models, but optional for Vertex AI AutoML Tables unless the schem information is not available. */
@@ -6633,6 +6666,8 @@ declare namespace gapi.client {
6633
6666
  description?: string;
6634
6667
  /** Required. The display name of the RagCorpus. The name can be up to 128 characters long and can consist of any UTF-8 characters. */
6635
6668
  displayName?: string;
6669
+ /** Optional. Immutable. The CMEK key name used to encrypt at-rest data related to this Corpus. Only applicable to RagManagedDb option for Vector DB. This field can only be set at corpus creation time, and cannot be updated or deleted. */
6670
+ encryptionSpec?: GoogleCloudAiplatformV1beta1EncryptionSpec;
6636
6671
  /** Output only. The resource name of the RagCorpus. */
6637
6672
  name?: string;
6638
6673
  /** Optional. Immutable. The embedding model config of the RagCorpus. */
@@ -6832,7 +6867,7 @@ declare namespace gapi.client {
6832
6867
  /** Optional. Immutable. The embedding model config of the Vector DB. */
6833
6868
  ragEmbeddingModelConfig?: GoogleCloudAiplatformV1beta1RagEmbeddingModelConfig;
6834
6869
  /** The config for the RAG-managed Vector DB. */
6835
- ragManagedDb?: any;
6870
+ ragManagedDb?: GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedDb;
6836
6871
  /** The config for the Vertex Feature Store. */
6837
6872
  vertexFeatureStore?: GoogleCloudAiplatformV1beta1RagVectorDbConfigVertexFeatureStore;
6838
6873
  /** The config for the Vertex Vector Search. */
@@ -6844,7 +6879,19 @@ declare namespace gapi.client {
6844
6879
  /** Pinecone index name. This value cannot be changed after it's set. */
6845
6880
  indexName?: string;
6846
6881
  }
6847
- interface GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedDb {}
6882
+ interface GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedDb {
6883
+ /** Performs an ANN search on RagCorpus. Use this if you have a lot of files (> 10K) in your RagCorpus and want to reduce the search latency. */
6884
+ ann?: GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedDbANN;
6885
+ /** Performs a KNN search on RagCorpus. Default choice if not specified. */
6886
+ knn?: any;
6887
+ }
6888
+ interface GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedDbANN {
6889
+ /** Number of leaf nodes in the tree-based structure. Each leaf node contains groups of closely related vectors along with their corresponding centroid. Recommended value is 10 * sqrt(num of RagFiles in your RagCorpus). Default value is 500. */
6890
+ leafCount?: number;
6891
+ /** The depth of the tree-based structure. Only depth values of 2 and 3 are supported. Recommended value is 2 if you have if you have O(10K) files in the RagCorpus and set this to 3 if more than that. Default value is 2. */
6892
+ treeDepth?: number;
6893
+ }
6894
+ interface GoogleCloudAiplatformV1beta1RagVectorDbConfigRagManagedDbKNN {}
6848
6895
  interface GoogleCloudAiplatformV1beta1RagVectorDbConfigVertexFeatureStore {
6849
6896
  /** The resource name of the FeatureView. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}` */
6850
6897
  featureViewResourceName?: string;
@@ -6972,7 +7019,7 @@ declare namespace gapi.client {
6972
7019
  displayName?: string;
6973
7020
  /** Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens. */
6974
7021
  etag?: string;
6975
- /** Identifier. The resource name of the ReasoningEngine. */
7022
+ /** Identifier. The resource name of the ReasoningEngine. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` */
6976
7023
  name?: string;
6977
7024
  /** Optional. Configurations of the ReasoningEngine */
6978
7025
  spec?: GoogleCloudAiplatformV1beta1ReasoningEngineSpec;
@@ -7123,6 +7170,8 @@ declare namespace gapi.client {
7123
7170
  interface GoogleCloudAiplatformV1beta1Retrieval {
7124
7171
  /** Optional. Deprecated. This option is no longer supported. */
7125
7172
  disableAttribution?: boolean;
7173
+ /** Use data source powered by external API for grounding. */
7174
+ externalApi?: GoogleCloudAiplatformV1beta1ExternalApi;
7126
7175
  /** Set to use data source powered by Vertex AI Search. */
7127
7176
  vertexAiSearch?: GoogleCloudAiplatformV1beta1VertexAISearch;
7128
7177
  /** Set to use data source powered by Vertex RAG store. User data is uploaded via the VertexRagDataService. */
@@ -10461,13 +10510,25 @@ declare namespace gapi.client {
10461
10510
  interface GoogleCloudAiplatformV1beta1VertexAISearch {
10462
10511
  /** Optional. Fully-qualified Vertex AI Search data store resource ID. Format: `projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}` */
10463
10512
  datastore?: string;
10513
+ /** Specifications that define the specific DataStores to be searched, along with configurations for those data stores. This is only considered for Engines with multiple data stores. It should only be set if engine is used. */
10514
+ dataStoreSpecs?: GoogleCloudAiplatformV1beta1VertexAISearchDataStoreSpec[];
10464
10515
  /** Optional. Fully-qualified Vertex AI Search engine resource ID. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` */
10465
10516
  engine?: string;
10517
+ /** Optional. Filter strings to be passed to the search API. */
10518
+ filter?: string;
10519
+ /** Optional. Number of search results to return per query. The default value is 10. The maximumm allowed value is 10. */
10520
+ maxResults?: number;
10466
10521
  }
10467
10522
  interface GoogleCloudAiplatformV1beta1VertexAiSearchConfig {
10468
10523
  /** 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}`. */
10469
10524
  servingConfig?: string;
10470
10525
  }
10526
+ interface GoogleCloudAiplatformV1beta1VertexAISearchDataStoreSpec {
10527
+ /** Full resource name of DataStore, such as Format: `projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}` */
10528
+ dataStore?: string;
10529
+ /** Optional. Filter specification to filter documents in the data store specified by data_store field. For more information on filtering, see [Filtering](https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata) */
10530
+ filter?: string;
10531
+ }
10471
10532
  interface GoogleCloudAiplatformV1beta1VertexRagStore {
10472
10533
  /** Optional. Deprecated. Please use rag_resources instead. */
10473
10534
  ragCorpora?: string[];
@@ -32881,6 +32942,154 @@ declare namespace gapi.client {
32881
32942
  uploadType?: string;
32882
32943
  }): Request<GoogleLongrunningOperation>;
32883
32944
  }
32945
+ interface OperationsResource {
32946
+ /** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. */
32947
+ cancel(request?: {
32948
+ /** V1 error format. */
32949
+ '$.xgafv'?: string;
32950
+ /** OAuth access token. */
32951
+ access_token?: string;
32952
+ /** Data format for response. */
32953
+ alt?: string;
32954
+ /** JSONP */
32955
+ callback?: string;
32956
+ /** Selector specifying which fields to include in a partial response. */
32957
+ fields?: string;
32958
+ /** 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. */
32959
+ key?: string;
32960
+ /** The name of the operation resource to be cancelled. */
32961
+ name: string;
32962
+ /** OAuth 2.0 token for the current user. */
32963
+ oauth_token?: string;
32964
+ /** Returns response with indentations and line breaks. */
32965
+ prettyPrint?: boolean;
32966
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
32967
+ quotaUser?: string;
32968
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
32969
+ upload_protocol?: string;
32970
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
32971
+ uploadType?: string;
32972
+ }): Request<{}>;
32973
+ /** Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. */
32974
+ delete(request?: {
32975
+ /** V1 error format. */
32976
+ '$.xgafv'?: string;
32977
+ /** OAuth access token. */
32978
+ access_token?: string;
32979
+ /** Data format for response. */
32980
+ alt?: string;
32981
+ /** JSONP */
32982
+ callback?: string;
32983
+ /** Selector specifying which fields to include in a partial response. */
32984
+ fields?: string;
32985
+ /** 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. */
32986
+ key?: string;
32987
+ /** The name of the operation resource to be deleted. */
32988
+ name: string;
32989
+ /** OAuth 2.0 token for the current user. */
32990
+ oauth_token?: string;
32991
+ /** Returns response with indentations and line breaks. */
32992
+ prettyPrint?: boolean;
32993
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
32994
+ quotaUser?: string;
32995
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
32996
+ upload_protocol?: string;
32997
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
32998
+ uploadType?: string;
32999
+ }): Request<{}>;
33000
+ /** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
33001
+ get(request?: {
33002
+ /** V1 error format. */
33003
+ '$.xgafv'?: string;
33004
+ /** OAuth access token. */
33005
+ access_token?: string;
33006
+ /** Data format for response. */
33007
+ alt?: string;
33008
+ /** JSONP */
33009
+ callback?: string;
33010
+ /** Selector specifying which fields to include in a partial response. */
33011
+ fields?: string;
33012
+ /** 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. */
33013
+ key?: string;
33014
+ /** The name of the operation resource. */
33015
+ name: string;
33016
+ /** OAuth 2.0 token for the current user. */
33017
+ oauth_token?: string;
33018
+ /** Returns response with indentations and line breaks. */
33019
+ prettyPrint?: boolean;
33020
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
33021
+ quotaUser?: string;
33022
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
33023
+ upload_protocol?: string;
33024
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
33025
+ uploadType?: string;
33026
+ }): Request<GoogleLongrunningOperation>;
33027
+ /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
33028
+ list(request?: {
33029
+ /** V1 error format. */
33030
+ '$.xgafv'?: string;
33031
+ /** OAuth access token. */
33032
+ access_token?: string;
33033
+ /** Data format for response. */
33034
+ alt?: string;
33035
+ /** JSONP */
33036
+ callback?: string;
33037
+ /** Selector specifying which fields to include in a partial response. */
33038
+ fields?: string;
33039
+ /** The standard list filter. */
33040
+ filter?: string;
33041
+ /** 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. */
33042
+ key?: string;
33043
+ /** The name of the operation's parent resource. */
33044
+ name: string;
33045
+ /** OAuth 2.0 token for the current user. */
33046
+ oauth_token?: string;
33047
+ /** The standard list page size. */
33048
+ pageSize?: number;
33049
+ /** The standard list page token. */
33050
+ pageToken?: string;
33051
+ /** Returns response with indentations and line breaks. */
33052
+ prettyPrint?: boolean;
33053
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
33054
+ quotaUser?: string;
33055
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
33056
+ upload_protocol?: string;
33057
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
33058
+ uploadType?: string;
33059
+ }): Request<GoogleLongrunningListOperationsResponse>;
33060
+ /** Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done. */
33061
+ wait(request?: {
33062
+ /** V1 error format. */
33063
+ '$.xgafv'?: string;
33064
+ /** OAuth access token. */
33065
+ access_token?: string;
33066
+ /** Data format for response. */
33067
+ alt?: string;
33068
+ /** JSONP */
33069
+ callback?: string;
33070
+ /** Selector specifying which fields to include in a partial response. */
33071
+ fields?: string;
33072
+ /** 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. */
33073
+ key?: string;
33074
+ /** The name of the operation resource to wait on. */
33075
+ name: string;
33076
+ /** OAuth 2.0 token for the current user. */
33077
+ oauth_token?: string;
33078
+ /** Returns response with indentations and line breaks. */
33079
+ prettyPrint?: boolean;
33080
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
33081
+ quotaUser?: string;
33082
+ /** The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used. */
33083
+ timeout?: string;
33084
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
33085
+ upload_protocol?: string;
33086
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
33087
+ uploadType?: string;
33088
+ }): Request<GoogleLongrunningOperation>;
33089
+ }
33090
+ interface SandboxEnvironmentsResource {
33091
+ operations: OperationsResource;
33092
+ }
32884
33093
  interface EventsResource {
32885
33094
  /** Lists Events in a given session. */
32886
33095
  list(request?: {
@@ -33346,7 +33555,7 @@ declare namespace gapi.client {
33346
33555
  fields?: string;
33347
33556
  /** 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. */
33348
33557
  key?: string;
33349
- /** Identifier. The resource name of the ReasoningEngine. */
33558
+ /** Identifier. The resource name of the ReasoningEngine. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` */
33350
33559
  name: string;
33351
33560
  /** OAuth 2.0 token for the current user. */
33352
33561
  oauth_token?: string;
@@ -33377,7 +33586,7 @@ declare namespace gapi.client {
33377
33586
  fields?: string;
33378
33587
  /** 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. */
33379
33588
  key?: string;
33380
- /** Identifier. The resource name of the ReasoningEngine. */
33589
+ /** Identifier. The resource name of the ReasoningEngine. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` */
33381
33590
  name: string;
33382
33591
  /** OAuth 2.0 token for the current user. */
33383
33592
  oauth_token?: string;
@@ -33511,6 +33720,7 @@ declare namespace gapi.client {
33511
33720
  body: GoogleCloudAiplatformV1beta1StreamQueryReasoningEngineRequest,
33512
33721
  ): Request<GoogleApiHttpBody>;
33513
33722
  operations: OperationsResource;
33723
+ sandboxEnvironments: SandboxEnvironmentsResource;
33514
33724
  sessions: SessionsResource;
33515
33725
  }
33516
33726
  interface OperationsResource {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.aiplatform-v1beta1",
3
- "version": "0.0.20250505",
3
+ "version": "0.0.20250516",
4
4
  "description": "TypeScript typings for Vertex AI API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",