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/ai_platform/lib/google_api/ai_platform/v1/model/google_cloud_aiplatform_v1_supervised_tuning_data_stats.ex
* `droppedExampleReasons` (*type:* `list(String.t)`, *default:* `nil`) - Output only. For each index in `truncated_example_indices`, the user-facing reason why the example was dropped. Must not include example itself.
24
25
* `totalBillableCharacterCount` (*type:* `String.t`, *default:* `nil`) - Output only. Number of billable characters in the tuning dataset.
25
26
* `totalBillableTokenCount` (*type:* `String.t`, *default:* `nil`) - Output only. Number of billable tokens in the tuning dataset.
26
-
* `totalTruncatedExampleCount` (*type:* `String.t`, *default:* `nil`) - The number of examples in the dataset that have been truncated by any amount.
27
+
* `totalTruncatedExampleCount` (*type:* `String.t`, *default:* `nil`) - 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.
27
28
* `totalTuningCharacterCount` (*type:* `String.t`, *default:* `nil`) - Output only. Number of tuning characters in the tuning dataset.
28
-
* `truncatedExampleIndices` (*type:* `list(String.t)`, *default:* `nil`) - A partial sample of the indices (starting from 1) of the truncated examples.
29
+
* `truncatedExampleIndices` (*type:* `list(String.t)`, *default:* `nil`) - Output only. A partial sample of the indices (starting from 1) of the dropped examples.
29
30
* `tuningDatasetExampleCount` (*type:* `String.t`, *default:* `nil`) - Output only. Number of examples in the tuning dataset.
30
31
* `tuningStepCount` (*type:* `String.t`, *default:* `nil`) - Output only. Number of tuning steps for this Tuning Job.
31
32
* `userDatasetExamples` (*type:* `list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Content.t)`, *default:* `nil`) - Output only. Sample user messages in the training dataset uri.
0 commit comments