@maxim_mazurok/gapi.client.aiplatform-v1 0.0.20240916 → 0.0.20240923
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 -1
- 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: 20240923
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -5849,12 +5849,18 @@ declare namespace gapi.client {
|
|
|
5849
5849
|
groundingConfig?: GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfig;
|
|
5850
5850
|
/** Whether the prompt dataset has prompt variable. */
|
|
5851
5851
|
hasPromptVariable?: boolean;
|
|
5852
|
+
/** Whether or not the user has enabled logit probabilities in the model parameters. */
|
|
5853
|
+
logprobs?: boolean;
|
|
5852
5854
|
/** Value of the maximum number of tokens generated set when the dataset was saved. */
|
|
5853
5855
|
maxOutputTokens?: string;
|
|
5854
5856
|
/** User-created prompt note. Note size limit is 2KB. */
|
|
5855
5857
|
note?: string;
|
|
5856
5858
|
/** Type of the prompt dataset. */
|
|
5857
5859
|
promptType?: string;
|
|
5860
|
+
/** Seeding enables model to return a deterministic response on a best effort basis. Determinism isn't guaranteed. This field determines whether or not seeding is enabled. */
|
|
5861
|
+
seedEnabled?: boolean;
|
|
5862
|
+
/** The actual value of the seed. */
|
|
5863
|
+
seedValue?: string;
|
|
5858
5864
|
/** Customized stop sequences. */
|
|
5859
5865
|
stopSequences?: string[];
|
|
5860
5866
|
/** The content of the prompt dataset system instruction. */
|