@maxim_mazurok/gapi.client.aiplatform-v1 0.0.20250107 → 0.0.20250120
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 +5 -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: 20250120
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -7765,15 +7765,17 @@ declare namespace gapi.client {
|
|
|
7765
7765
|
right?: number;
|
|
7766
7766
|
}
|
|
7767
7767
|
interface GoogleCloudAiplatformV1SupervisedTuningDataStats {
|
|
7768
|
+
/** Output only. For each index in `truncated_example_indices`, the user-facing reason why the example was dropped. Must not include example itself. */
|
|
7769
|
+
droppedExampleReasons?: string[];
|
|
7768
7770
|
/** Output only. Number of billable characters in the tuning dataset. */
|
|
7769
7771
|
totalBillableCharacterCount?: string;
|
|
7770
7772
|
/** Output only. Number of billable tokens in the tuning dataset. */
|
|
7771
7773
|
totalBillableTokenCount?: string;
|
|
7772
|
-
/** The number of examples in the dataset that have been
|
|
7774
|
+
/** Output only. The number of examples in the dataset that have been dropped. An example can be dropped for reasons including: too many tokens, contains an invalid image, contains too many images, etc. */
|
|
7773
7775
|
totalTruncatedExampleCount?: string;
|
|
7774
7776
|
/** Output only. Number of tuning characters in the tuning dataset. */
|
|
7775
7777
|
totalTuningCharacterCount?: string;
|
|
7776
|
-
/** A partial sample of the indices (starting from 1) of the
|
|
7778
|
+
/** Output only. A partial sample of the indices (starting from 1) of the dropped examples. */
|
|
7777
7779
|
truncatedExampleIndices?: string[];
|
|
7778
7780
|
/** Output only. Number of examples in the tuning dataset. */
|
|
7779
7781
|
tuningDatasetExampleCount?: string;
|