@maxim_mazurok/gapi.client.aiplatform-v1beta1 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=v1beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250926
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -7976,7 +7976,7 @@ declare namespace gapi.client {
|
|
|
7976
7976
|
classMethods?: Array<{[P in string]: any}>;
|
|
7977
7977
|
/** Optional. The specification of a Reasoning Engine deployment. */
|
|
7978
7978
|
deploymentSpec?: GoogleCloudAiplatformV1beta1ReasoningEngineSpecDeploymentSpec;
|
|
7979
|
-
/** 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. */
|
|
7979
|
+
/** 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. */
|
|
7980
7980
|
packageSpec?: GoogleCloudAiplatformV1beta1ReasoningEngineSpecPackageSpec;
|
|
7981
7981
|
/** 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. */
|
|
7982
7982
|
serviceAccount?: string;
|
|
@@ -26649,7 +26649,7 @@ declare namespace gapi.client {
|
|
|
26649
26649
|
oauth_token?: string;
|
|
26650
26650
|
/** 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. */
|
|
26651
26651
|
orderBy?: string;
|
|
26652
|
-
/** The maximum number of Artifacts to return. The service may return fewer. Must be in range 1-
|
|
26652
|
+
/** The maximum number of Artifacts to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100. */
|
|
26653
26653
|
pageSize?: number;
|
|
26654
26654
|
/** 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.) */
|
|
26655
26655
|
pageToken?: string;
|
|
@@ -27223,7 +27223,7 @@ declare namespace gapi.client {
|
|
|
27223
27223
|
oauth_token?: string;
|
|
27224
27224
|
/** 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. */
|
|
27225
27225
|
orderBy?: string;
|
|
27226
|
-
/** The maximum number of Contexts to return. The service may return fewer. Must be in range 1-
|
|
27226
|
+
/** The maximum number of Contexts to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100. */
|
|
27227
27227
|
pageSize?: number;
|
|
27228
27228
|
/** 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.) */
|
|
27229
27229
|
pageToken?: string;
|
|
@@ -27791,7 +27791,7 @@ declare namespace gapi.client {
|
|
|
27791
27791
|
oauth_token?: string;
|
|
27792
27792
|
/** 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. */
|
|
27793
27793
|
orderBy?: string;
|
|
27794
|
-
/** The maximum number of Executions to return. The service may return fewer. Must be in range 1-
|
|
27794
|
+
/** The maximum number of Executions to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100. */
|
|
27795
27795
|
pageSize?: number;
|
|
27796
27796
|
/** 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.) */
|
|
27797
27797
|
pageToken?: string;
|
|
@@ -28067,7 +28067,7 @@ declare namespace gapi.client {
|
|
|
28067
28067
|
key?: string;
|
|
28068
28068
|
/** OAuth 2.0 token for the current user. */
|
|
28069
28069
|
oauth_token?: string;
|
|
28070
|
-
/** The maximum number of MetadataSchemas to return. The service may return fewer. Must be in range 1-
|
|
28070
|
+
/** The maximum number of MetadataSchemas to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100. */
|
|
28071
28071
|
pageSize?: number;
|
|
28072
28072
|
/** 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.) */
|
|
28073
28073
|
pageToken?: string;
|
|
@@ -28363,7 +28363,7 @@ declare namespace gapi.client {
|
|
|
28363
28363
|
key?: string;
|
|
28364
28364
|
/** OAuth 2.0 token for the current user. */
|
|
28365
28365
|
oauth_token?: string;
|
|
28366
|
-
/** The maximum number of Metadata Stores to return. The service may return fewer. Must be in range 1-
|
|
28366
|
+
/** The maximum number of Metadata Stores to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100. */
|
|
28367
28367
|
pageSize?: number;
|
|
28368
28368
|
/** 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.) */
|
|
28369
28369
|
pageToken?: string;
|