@maxim_mazurok/gapi.client.aiplatform-v1 0.0.20250701 → 0.0.20250711
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 -3
- 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: 20250711
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1376,6 +1376,8 @@ declare namespace gapi.client {
|
|
|
1376
1376
|
displayName?: string;
|
|
1377
1377
|
/** Optional. If true, private endpoint's access logs are sent to Cloud Logging. These logs are like standard server access logs, containing information like timestamp and latency for each MatchRequest. Note that logs may incur a cost, especially if the deployed index receives a high queries per second rate (QPS). Estimate your costs before enabling this option. */
|
|
1378
1378
|
enableAccessLogging?: boolean;
|
|
1379
|
+
/** Optional. If true, logs to Cloud Logging errors relating to datapoint upserts. Under normal operation conditions, these log entries should be very rare. However, if incompatible datapoint updates are being uploaded to an index, a high volume of log entries may be generated in a short period of time. Note that logs may incur a cost, especially if the deployed index receives a high volume of datapoint upserts. Estimate your costs before enabling this option. */
|
|
1380
|
+
enableDatapointUpsertLogging?: boolean;
|
|
1379
1381
|
/** Required. The user specified ID of the DeployedIndex. The ID can be up to 128 characters long and must start with a letter and only contain letters, numbers, and underscores. The ID must be unique within the project it is created in. */
|
|
1380
1382
|
id?: string;
|
|
1381
1383
|
/** Required. The name of the Index this is the deployment of. We may refer to this Index as the DeployedIndex's "original" Index. */
|
|
@@ -2531,7 +2533,7 @@ declare namespace gapi.client {
|
|
|
2531
2533
|
values?: GoogleCloudAiplatformV1FeatureValue[];
|
|
2532
2534
|
}
|
|
2533
2535
|
interface GoogleCloudAiplatformV1FeatureValueMetadata {
|
|
2534
|
-
/** Feature generation timestamp. Typically, it is provided by user at feature ingestion time. If not, feature store will use the system timestamp when the data is ingested into feature store. For streaming ingestion, the time, aligned by days, must be no older than five years (1825 days) and no later than one year (366 days) in the future. */
|
|
2536
|
+
/** Feature generation timestamp. Typically, it is provided by user at feature ingestion time. If not, feature store will use the system timestamp when the data is ingested into feature store. Legacy Feature Store: For streaming ingestion, the time, aligned by days, must be no older than five years (1825 days) and no later than one year (366 days) in the future. */
|
|
2535
2537
|
generateTime?: string;
|
|
2536
2538
|
}
|
|
2537
2539
|
interface GoogleCloudAiplatformV1FeatureView {
|
|
@@ -5097,6 +5099,8 @@ declare namespace gapi.client {
|
|
|
5097
5099
|
taskId?: string;
|
|
5098
5100
|
/** Output only. The user specified name of the task that is defined in pipeline_spec. */
|
|
5099
5101
|
taskName?: string;
|
|
5102
|
+
/** Output only. The unique name of a task. This field is used by rerun pipeline job. Console UI and Vertex AI SDK will support triggering pipeline job reruns. The name is constructed by concatenating all the parent tasks name with the task name. For example, if a task named "child_task" has a parent task named "parent_task_1" and parent task 1 has a parent task named "parent_task_2", the task unique name will be "parent_task_2.parent_task_1.child_task". */
|
|
5103
|
+
taskUniqueName?: string;
|
|
5100
5104
|
}
|
|
5101
5105
|
interface GoogleCloudAiplatformV1PipelineTaskDetailArtifactList {
|
|
5102
5106
|
/** Output only. A list of artifact metadata. */
|
|
@@ -8946,7 +8950,7 @@ declare namespace gapi.client {
|
|
|
8946
8950
|
checkpoints?: GoogleCloudAiplatformV1TunedModelCheckpoint[];
|
|
8947
8951
|
/** Output only. A resource name of an Endpoint. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`. */
|
|
8948
8952
|
endpoint?: string;
|
|
8949
|
-
/** Output only. The resource name of the TunedModel. Format: `projects/{project}/locations/{location}/models/{model}
|
|
8953
|
+
/** Output only. The resource name of the TunedModel. Format: `projects/{project}/locations/{location}/models/{model}@{version_id}` When tuning from a base model, the version_id will be 1. For continuous tuning, the version id will be incremented by 1 from the last version id in the parent model. E.g., `projects/{project}/locations/{location}/models/{model}@{last_version_id + 1}` */
|
|
8950
8954
|
model?: string;
|
|
8951
8955
|
}
|
|
8952
8956
|
interface GoogleCloudAiplatformV1TunedModelCheckpoint {
|