You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-aiplatform/v1/2.0.0/com/google/api/services/aiplatform/v1/model/GoogleCloudAiplatformV1SchemaTextPromptDatasetMetadata.java
+75Lines changed: 75 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,13 @@ public final class GoogleCloudAiplatformV1SchemaTextPromptDatasetMetadata extend
57
57
@com.google.api.client.util.Key
58
58
privatejava.lang.BooleanhasPromptVariable;
59
59
60
+
/**
61
+
* Whether or not the user has enabled logit probabilities in the model parameters.
62
+
* The value may be {@code null}.
63
+
*/
64
+
@com.google.api.client.util.Key
65
+
privatejava.lang.Booleanlogprobs;
66
+
60
67
/**
61
68
* Value of the maximum number of tokens generated set when the dataset was saved.
62
69
* The value may be {@code null}.
@@ -78,6 +85,21 @@ public final class GoogleCloudAiplatformV1SchemaTextPromptDatasetMetadata extend
78
85
@com.google.api.client.util.Key
79
86
privatejava.lang.StringpromptType;
80
87
88
+
/**
89
+
* Seeding enables model to return a deterministic response on a best effort basis. Determinism
90
+
* isn't guaranteed. This field determines whether or not seeding is enabled.
0 commit comments