View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SupervisedTuningDataStats (google_api_ai_platform v0.24.0)
Tuning data statistics for Supervised Tuning.
Attributes
-
totalBillableCharacterCount(type:String.t, default:nil) - Output only. Number of billable characters in the tuning dataset. -
totalBillableTokenCount(type:String.t, default:nil) - Output only. Number of billable tokens in the tuning dataset. -
totalTruncatedExampleCount(type:String.t, default:nil) - The number of examples in the dataset that have been truncated by any amount. -
totalTuningCharacterCount(type:String.t, default:nil) - Output only. Number of tuning characters in the tuning dataset. -
truncatedExampleIndices(type:list(String.t), default:nil) - A partial sample of the indices (starting from 1) of the truncated examples. -
tuningDatasetExampleCount(type:String.t, default:nil) - Output only. Number of examples in the tuning dataset. -
tuningStepCount(type:String.t, default:nil) - Output only. Number of tuning steps for this Tuning Job. -
userDatasetExamples(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Content.t), default:nil) - Output only. Sample user messages in the training dataset uri. -
userInputTokenDistribution(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution.t, default:nil) - Output only. Dataset distributions for the user input tokens. -
userMessagePerExampleDistribution(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution.t, default:nil) - Output only. Dataset distributions for the messages per example. -
userOutputTokenDistribution(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution.t, default:nil) - Output only. Dataset distributions for the user output tokens.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SupervisedTuningDataStats{ totalBillableCharacterCount: String.t() | nil, totalBillableTokenCount: String.t() | nil, totalTruncatedExampleCount: String.t() | nil, totalTuningCharacterCount: String.t() | nil, truncatedExampleIndices: [String.t()] | nil, tuningDatasetExampleCount: String.t() | nil, tuningStepCount: String.t() | nil, userDatasetExamples: [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Content.t()] | nil, userInputTokenDistribution: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution.t() | nil, userMessagePerExampleDistribution: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution.t() | nil, userOutputTokenDistribution: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution.t() | nil }