GoogleCloudAiplatformV1DatasetStats class

Statistics computed over a tuning dataset.

Constructors

GoogleCloudAiplatformV1DatasetStats({String? totalBillableCharacterCount, String? totalTuningCharacterCount, String? tuningDatasetExampleCount, String? tuningStepCount, List<GoogleCloudAiplatformV1Content>? userDatasetExamples, GoogleCloudAiplatformV1DatasetDistribution? userInputTokenDistribution, GoogleCloudAiplatformV1DatasetDistribution? userMessagePerExampleDistribution, GoogleCloudAiplatformV1DatasetDistribution? userOutputTokenDistribution})
GoogleCloudAiplatformV1DatasetStats.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalBillableCharacterCount String?
Number of billable characters in the tuning dataset.
getter/setter pair
totalTuningCharacterCount String?
Number of tuning characters in the tuning dataset.
getter/setter pair
tuningDatasetExampleCount String?
Number of examples in the tuning dataset.
getter/setter pair
tuningStepCount String?
Number of tuning steps for this Tuning Job.
getter/setter pair
userDatasetExamples List<GoogleCloudAiplatformV1Content>?
Sample user messages in the training dataset uri.
getter/setter pair
userInputTokenDistribution GoogleCloudAiplatformV1DatasetDistribution?
Dataset distributions for the user input tokens.
getter/setter pair
userMessagePerExampleDistribution GoogleCloudAiplatformV1DatasetDistribution?
Dataset distributions for the messages per example.
getter/setter pair
userOutputTokenDistribution GoogleCloudAiplatformV1DatasetDistribution?
Dataset distributions for the user output tokens.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited