@maxim_mazurok/gapi.client.aiplatform-v1 0.2.20250920 → 0.2.20250926
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 +7 -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: 20250926
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -6519,7 +6519,7 @@ declare namespace gapi.client {
|
|
|
6519
6519
|
classMethods?: Array<{[P in string]: any}>;
|
|
6520
6520
|
/** Optional. The specification of a Reasoning Engine deployment. */
|
|
6521
6521
|
deploymentSpec?: GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec;
|
|
6522
|
-
/** Optional. User provided package spec of the ReasoningEngine. Ignored when users directly specify a deployment image through `deployment_spec.first_party_image_override`, but keeping the field_behavior to avoid introducing breaking changes. */
|
|
6522
|
+
/** Optional. User provided package spec of the ReasoningEngine. Ignored when users directly specify a deployment image through `deployment_spec.first_party_image_override`, but keeping the field_behavior to avoid introducing breaking changes. The `deployment_source` field should not be set if `package_spec` is specified. */
|
|
6523
6523
|
packageSpec?: GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec;
|
|
6524
6524
|
/** Optional. The service account that the Reasoning Engine artifact runs as. It should have "roles/storage.objectViewer" for reading the user project's Cloud Storage and "roles/aiplatform.user" for using Vertex extensions. If not specified, the Vertex AI Reasoning Engine Service Agent in the project will be used. */
|
|
6525
6525
|
serviceAccount?: string;
|
|
@@ -21804,7 +21804,7 @@ declare namespace gapi.client {
|
|
|
21804
21804
|
oauth_token?: string;
|
|
21805
21805
|
/** How the list of messages is ordered. Specify the values to order by and an ordering operation. The default sorting order is ascending. To specify descending order for a field, users append a " desc" suffix; for example: "foo desc, bar". Subfields are specified with a `.` character, such as foo.bar. see https://google.aip.dev/132#ordering for more details. */
|
|
21806
21806
|
orderBy?: string;
|
|
21807
|
-
/** The maximum number of Artifacts to return. The service may return fewer. Must be in range 1-
|
|
21807
|
+
/** The maximum number of Artifacts to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100. */
|
|
21808
21808
|
pageSize?: number;
|
|
21809
21809
|
/** A page token, received from a previous MetadataService.ListArtifacts call. Provide this to retrieve the subsequent page. When paginating, all other provided parameters must match the call that provided the page token. (Otherwise the request will fail with INVALID_ARGUMENT error.) */
|
|
21810
21810
|
pageToken?: string;
|
|
@@ -22378,7 +22378,7 @@ declare namespace gapi.client {
|
|
|
22378
22378
|
oauth_token?: string;
|
|
22379
22379
|
/** How the list of messages is ordered. Specify the values to order by and an ordering operation. The default sorting order is ascending. To specify descending order for a field, users append a " desc" suffix; for example: "foo desc, bar". Subfields are specified with a `.` character, such as foo.bar. see https://google.aip.dev/132#ordering for more details. */
|
|
22380
22380
|
orderBy?: string;
|
|
22381
|
-
/** The maximum number of Contexts to return. The service may return fewer. Must be in range 1-
|
|
22381
|
+
/** The maximum number of Contexts to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100. */
|
|
22382
22382
|
pageSize?: number;
|
|
22383
22383
|
/** A page token, received from a previous MetadataService.ListContexts call. Provide this to retrieve the subsequent page. When paginating, all other provided parameters must match the call that provided the page token. (Otherwise the request will fail with INVALID_ARGUMENT error.) */
|
|
22384
22384
|
pageToken?: string;
|
|
@@ -22946,7 +22946,7 @@ declare namespace gapi.client {
|
|
|
22946
22946
|
oauth_token?: string;
|
|
22947
22947
|
/** How the list of messages is ordered. Specify the values to order by and an ordering operation. The default sorting order is ascending. To specify descending order for a field, users append a " desc" suffix; for example: "foo desc, bar". Subfields are specified with a `.` character, such as foo.bar. see https://google.aip.dev/132#ordering for more details. */
|
|
22948
22948
|
orderBy?: string;
|
|
22949
|
-
/** The maximum number of Executions to return. The service may return fewer. Must be in range 1-
|
|
22949
|
+
/** The maximum number of Executions to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100. */
|
|
22950
22950
|
pageSize?: number;
|
|
22951
22951
|
/** A page token, received from a previous MetadataService.ListExecutions call. Provide this to retrieve the subsequent page. When paginating, all other provided parameters must match the call that provided the page token. (Otherwise the request will fail with an INVALID_ARGUMENT error.) */
|
|
22952
22952
|
pageToken?: string;
|
|
@@ -23222,7 +23222,7 @@ declare namespace gapi.client {
|
|
|
23222
23222
|
key?: string;
|
|
23223
23223
|
/** OAuth 2.0 token for the current user. */
|
|
23224
23224
|
oauth_token?: string;
|
|
23225
|
-
/** The maximum number of MetadataSchemas to return. The service may return fewer. Must be in range 1-
|
|
23225
|
+
/** The maximum number of MetadataSchemas to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100. */
|
|
23226
23226
|
pageSize?: number;
|
|
23227
23227
|
/** A page token, received from a previous MetadataService.ListMetadataSchemas call. Provide this to retrieve the next page. When paginating, all other provided parameters must match the call that provided the page token. (Otherwise the request will fail with INVALID_ARGUMENT error.) */
|
|
23228
23228
|
pageToken?: string;
|
|
@@ -23518,7 +23518,7 @@ declare namespace gapi.client {
|
|
|
23518
23518
|
key?: string;
|
|
23519
23519
|
/** OAuth 2.0 token for the current user. */
|
|
23520
23520
|
oauth_token?: string;
|
|
23521
|
-
/** The maximum number of Metadata Stores to return. The service may return fewer. Must be in range 1-
|
|
23521
|
+
/** The maximum number of Metadata Stores to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100. */
|
|
23522
23522
|
pageSize?: number;
|
|
23523
23523
|
/** A page token, received from a previous MetadataService.ListMetadataStores call. Provide this to retrieve the subsequent page. When paginating, all other provided parameters must match the call that provided the page token. (Otherwise the request will fail with INVALID_ARGUMENT error.) */
|
|
23524
23524
|
pageToken?: string;
|