@maxim_mazurok/gapi.client.aiplatform-v1beta1 0.2.20250825 → 0.2.20250902

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 +17 -11
  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: 20250825
12
+ // Revision: 20250902
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1650,6 +1650,8 @@ declare namespace gapi.client {
1650
1650
  createTime?: string;
1651
1651
  /** A description of resources that are dedicated to the DeployedModel, and that need a higher degree of manual configuration. */
1652
1652
  dedicatedResources?: GoogleCloudAiplatformV1beta1DedicatedResources;
1653
+ /** For custom-trained Models and AutoML Tabular Models, the container of the DeployedModel instances will send `stderr` and `stdout` streams to Cloud Logging by default. Please note that the logs incur cost, which are subject to [Cloud Logging pricing](https://cloud.google.com/logging/pricing). User can disable container logging by setting this flag to true. */
1654
+ disableContainerLogging?: boolean;
1653
1655
  /** If true, deploy the model without explainable feature, regardless the existence of Model.explanation_spec or explanation_spec. */
1654
1656
  disableExplanations?: boolean;
1655
1657
  /** The display name of the DeployedModel. If not provided upon creation, the Model's display_name is used. */
@@ -5029,7 +5031,7 @@ declare namespace gapi.client {
5029
5031
  description?: string;
5030
5032
  /** Optional. Display name of the Memory. */
5031
5033
  displayName?: string;
5032
- /** Optional. Timestamp of when this resource is considered expired. This is *always* provided on output, regardless of what `expiration` was sent on input. */
5034
+ /** Optional. Timestamp of when this resource is considered expired. This is *always* provided on output when `expiration` is set on input, regardless of whether `expire_time` or `ttl` was provided. */
5033
5035
  expireTime?: string;
5034
5036
  /** Required. Semantic knowledge extracted from the source content. */
5035
5037
  fact?: string;
@@ -5147,11 +5149,13 @@ declare namespace gapi.client {
5147
5149
  rougeSpec?: GoogleCloudAiplatformV1beta1RougeSpec;
5148
5150
  }
5149
5151
  interface GoogleCloudAiplatformV1beta1MetricResult {
5150
- /** The explanation for the metric result. */
5152
+ /** Output only. The error status for the metric result. */
5153
+ error?: GoogleRpcStatus;
5154
+ /** Output only. The explanation for the metric result. */
5151
5155
  explanation?: string;
5152
- /** For rubric-based metrics, the verdicts for each rubric. */
5156
+ /** Output only. For rubric-based metrics, the verdicts for each rubric. */
5153
5157
  rubricVerdicts?: GoogleCloudAiplatformV1beta1RubricVerdict[];
5154
- /** The score for the metric. Please refer to each metric's documentation for the meaning of the score. */
5158
+ /** Output only. The score for the metric. Please refer to each metric's documentation for the meaning of the score. */
5155
5159
  score?: number;
5156
5160
  }
5157
5161
  interface GoogleCloudAiplatformV1beta1MetricxInput {
@@ -6947,6 +6951,8 @@ declare namespace gapi.client {
6947
6951
  interface GoogleCloudAiplatformV1beta1PreferenceOptimizationSpec {
6948
6952
  /** Optional. Evaluation Config for Preference Optimization Job. */
6949
6953
  evaluationConfig?: GoogleCloudAiplatformV1beta1EvaluationConfig;
6954
+ /** Optional. If set to true, disable intermediate checkpoints for Preference Optimization and only the last checkpoint will be exported. Otherwise, enable intermediate checkpoints for Preference Optimization. Default is false. */
6955
+ exportLastCheckpointOnly?: boolean;
6950
6956
  /** Optional. Hyperparameters for Preference Optimization. */
6951
6957
  hyperParameters?: GoogleCloudAiplatformV1beta1PreferenceOptimizationHyperParameters;
6952
6958
  /** Required. Cloud Storage path to file containing training dataset for preference optimization tuning. The dataset must be formatted as a JSONL file. */
@@ -7873,6 +7879,8 @@ declare namespace gapi.client {
7873
7879
  encryptionSpec?: GoogleCloudAiplatformV1beta1EncryptionSpec;
7874
7880
  /** Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens. */
7875
7881
  etag?: string;
7882
+ /** Labels for the ReasoningEngine. */
7883
+ labels?: {[P in string]: string};
7876
7884
  /** Identifier. The resource name of the ReasoningEngine. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` */
7877
7885
  name?: string;
7878
7886
  /** Optional. Configurations of the ReasoningEngine */
@@ -8391,8 +8399,6 @@ declare namespace gapi.client {
8391
8399
  createTime?: string;
8392
8400
  /** Required. The display name of the SandboxEnvironment. */
8393
8401
  displayName?: string;
8394
- /** Output only. Additional information about the SandboxEnvironment. */
8395
- metadata?: any;
8396
8402
  /** Identifier. The name of the SandboxEnvironment. */
8397
8403
  name?: string;
8398
8404
  /** Optional. The configuration of the SandboxEnvironment. */
@@ -8409,10 +8415,6 @@ declare namespace gapi.client {
8409
8415
  interface GoogleCloudAiplatformV1beta1SandboxEnvironmentSpecCodeExecutionEnvironment {
8410
8416
  /** The coding language supported in this environment. */
8411
8417
  codeLanguage?: string;
8412
- /** Optional. The additional dependencies to install in the code execution environment. For example, "pandas==2.2.3". */
8413
- dependencies?: string[];
8414
- /** Optional. The environment variables to set in the code execution environment. */
8415
- env?: GoogleCloudAiplatformV1beta1EnvVar[];
8416
8418
  /** The machine config of the code execution environment. */
8417
8419
  machineConfig?: string;
8418
8420
  }
@@ -35485,6 +35487,8 @@ declare namespace gapi.client {
35485
35487
  key?: string;
35486
35488
  /** OAuth 2.0 token for the current user. */
35487
35489
  oauth_token?: string;
35490
+ /** Optional. The standard list order by string. If not specified, the default order is `create_time desc`. If specified, the default sorting order of provided fields is ascending. More detail in [AIP-132](https://google.aip.dev/132). Supported fields: * `create_time` * `update_time` */
35491
+ orderBy?: string;
35488
35492
  /** Optional. The standard list page size. */
35489
35493
  pageSize?: number;
35490
35494
  /** Optional. The standard list page token. */
@@ -43117,6 +43121,8 @@ declare namespace gapi.client {
43117
43121
  key?: string;
43118
43122
  /** OAuth 2.0 token for the current user. */
43119
43123
  oauth_token?: string;
43124
+ /** Optional. The standard list order by string. If not specified, the default order is `create_time desc`. If specified, the default sorting order of provided fields is ascending. More detail in [AIP-132](https://google.aip.dev/132). Supported fields: * `create_time` * `update_time` */
43125
+ orderBy?: string;
43120
43126
  /** Optional. The standard list page size. */
43121
43127
  pageSize?: number;
43122
43128
  /** Optional. The standard list page token. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.aiplatform-v1beta1",
3
- "version": "0.2.20250825",
3
+ "version": "0.2.20250902",
4
4
  "description": "TypeScript typings for Vertex AI API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",