@maxim_mazurok/gapi.client.aiplatform-v1beta1 0.2.20250820 → 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 +27 -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: 20250820
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. */
@@ -2298,6 +2300,14 @@ declare namespace gapi.client {
2298
2300
  /** Optional. The summary metrics for the evaluation run. */
2299
2301
  summaryMetrics?: GoogleCloudAiplatformV1beta1SummaryMetrics;
2300
2302
  }
2303
+ interface GoogleCloudAiplatformV1beta1EvaluationRubricConfig {
2304
+ /** Dynamically generate rubrics using a predefined spec. */
2305
+ predefinedRubricGenerationSpec?: GoogleCloudAiplatformV1beta1EvaluationRunMetricPredefinedMetricSpec;
2306
+ /** Dynamically generate rubrics using this specification. */
2307
+ rubricGenerationSpec?: GoogleCloudAiplatformV1beta1EvaluationRunMetricRubricGenerationSpec;
2308
+ /** Required. The key used to save the generated rubrics. If a generation spec is provided, this key will be used for the name of the generated rubric group. Otherwise, this key will be used to look up the existing rubric group on the evaluation item. Note that if a rubric group key is specified on both a rubric config and an evaluation metric, the key from the metric will be used to select the rubrics for evaluation. */
2309
+ rubricGroupKey?: string;
2310
+ }
2301
2311
  interface GoogleCloudAiplatformV1beta1EvaluationRun {
2302
2312
  /** Output only. Time when the evaluation run was completed. */
2303
2313
  completionTime?: string;
@@ -2343,6 +2353,8 @@ declare namespace gapi.client {
2343
2353
  outputConfig?: GoogleCloudAiplatformV1beta1EvaluationRunEvaluationConfigOutputConfig;
2344
2354
  /** The prompt template used for inference. The values for variables in the prompt template are defined in EvaluationItem.EvaluationPrompt.PromptTemplateData.values. */
2345
2355
  promptTemplate?: GoogleCloudAiplatformV1beta1EvaluationRunEvaluationConfigPromptTemplate;
2356
+ /** Optional. The rubric configs for the evaluation run. They are used to generate rubrics which can be used by rubric-based metrics. Multiple rubric configs can be specified for rubric generation but only one rubric config can be used for a rubric-based metric. If more than one rubric config is provided, the evaluation metric must specify a rubric group key. Note that if a generation spec is specified on both a rubric config and an evaluation metric, the rubrics generated for the metric will be used for evaluation. */
2357
+ rubricConfigs?: GoogleCloudAiplatformV1beta1EvaluationRubricConfig[];
2346
2358
  }
2347
2359
  interface GoogleCloudAiplatformV1beta1EvaluationRunEvaluationConfigAutoraterConfig {
2348
2360
  /** Optional. The fully qualified name of the publisher model or tuned autorater endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*‍/models/*` Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}` */
@@ -5019,7 +5031,7 @@ declare namespace gapi.client {
5019
5031
  description?: string;
5020
5032
  /** Optional. Display name of the Memory. */
5021
5033
  displayName?: string;
5022
- /** 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. */
5023
5035
  expireTime?: string;
5024
5036
  /** Required. Semantic knowledge extracted from the source content. */
5025
5037
  fact?: string;
@@ -5137,11 +5149,13 @@ declare namespace gapi.client {
5137
5149
  rougeSpec?: GoogleCloudAiplatformV1beta1RougeSpec;
5138
5150
  }
5139
5151
  interface GoogleCloudAiplatformV1beta1MetricResult {
5140
- /** 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. */
5141
5155
  explanation?: string;
5142
- /** For rubric-based metrics, the verdicts for each rubric. */
5156
+ /** Output only. For rubric-based metrics, the verdicts for each rubric. */
5143
5157
  rubricVerdicts?: GoogleCloudAiplatformV1beta1RubricVerdict[];
5144
- /** 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. */
5145
5159
  score?: number;
5146
5160
  }
5147
5161
  interface GoogleCloudAiplatformV1beta1MetricxInput {
@@ -6937,6 +6951,8 @@ declare namespace gapi.client {
6937
6951
  interface GoogleCloudAiplatformV1beta1PreferenceOptimizationSpec {
6938
6952
  /** Optional. Evaluation Config for Preference Optimization Job. */
6939
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;
6940
6956
  /** Optional. Hyperparameters for Preference Optimization. */
6941
6957
  hyperParameters?: GoogleCloudAiplatformV1beta1PreferenceOptimizationHyperParameters;
6942
6958
  /** Required. Cloud Storage path to file containing training dataset for preference optimization tuning. The dataset must be formatted as a JSONL file. */
@@ -7863,6 +7879,8 @@ declare namespace gapi.client {
7863
7879
  encryptionSpec?: GoogleCloudAiplatformV1beta1EncryptionSpec;
7864
7880
  /** Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens. */
7865
7881
  etag?: string;
7882
+ /** Labels for the ReasoningEngine. */
7883
+ labels?: {[P in string]: string};
7866
7884
  /** Identifier. The resource name of the ReasoningEngine. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` */
7867
7885
  name?: string;
7868
7886
  /** Optional. Configurations of the ReasoningEngine */
@@ -8381,8 +8399,6 @@ declare namespace gapi.client {
8381
8399
  createTime?: string;
8382
8400
  /** Required. The display name of the SandboxEnvironment. */
8383
8401
  displayName?: string;
8384
- /** Output only. Additional information about the SandboxEnvironment. */
8385
- metadata?: any;
8386
8402
  /** Identifier. The name of the SandboxEnvironment. */
8387
8403
  name?: string;
8388
8404
  /** Optional. The configuration of the SandboxEnvironment. */
@@ -8399,10 +8415,6 @@ declare namespace gapi.client {
8399
8415
  interface GoogleCloudAiplatformV1beta1SandboxEnvironmentSpecCodeExecutionEnvironment {
8400
8416
  /** The coding language supported in this environment. */
8401
8417
  codeLanguage?: string;
8402
- /** Optional. The additional dependencies to install in the code execution environment. For example, "pandas==2.2.3". */
8403
- dependencies?: string[];
8404
- /** Optional. The environment variables to set in the code execution environment. */
8405
- env?: GoogleCloudAiplatformV1beta1EnvVar[];
8406
8418
  /** The machine config of the code execution environment. */
8407
8419
  machineConfig?: string;
8408
8420
  }
@@ -35475,6 +35487,8 @@ declare namespace gapi.client {
35475
35487
  key?: string;
35476
35488
  /** OAuth 2.0 token for the current user. */
35477
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;
35478
35492
  /** Optional. The standard list page size. */
35479
35493
  pageSize?: number;
35480
35494
  /** Optional. The standard list page token. */
@@ -43107,6 +43121,8 @@ declare namespace gapi.client {
43107
43121
  key?: string;
43108
43122
  /** OAuth 2.0 token for the current user. */
43109
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;
43110
43126
  /** Optional. The standard list page size. */
43111
43127
  pageSize?: number;
43112
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.20250820",
3
+ "version": "0.2.20250902",
4
4
  "description": "TypeScript typings for Vertex AI API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",