public sealed class DatasetStats : IMessage<DatasetStats>, IEquatable<DatasetStats>, IDeepCloneable<DatasetStats>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class DatasetStats.
Statistics computed over a tuning dataset.
Implements
IMessageDatasetStats, IEquatableDatasetStats, IDeepCloneableDatasetStats, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DatasetStats()
public DatasetStats()DatasetStats(DatasetStats)
public DatasetStats(DatasetStats other)| Parameter | |
|---|---|
| Name | Description |
other |
DatasetStats |
Properties
TotalBillableCharacterCount
public long TotalBillableCharacterCount { get; set; }Output only. Number of billable characters in the tuning dataset.
| Property Value | |
|---|---|
| Type | Description |
long |
|
TotalTuningCharacterCount
public long TotalTuningCharacterCount { get; set; }Output only. Number of tuning characters in the tuning dataset.
| Property Value | |
|---|---|
| Type | Description |
long |
|
TuningDatasetExampleCount
public long TuningDatasetExampleCount { get; set; }Output only. Number of examples in the tuning dataset.
| Property Value | |
|---|---|
| Type | Description |
long |
|
TuningStepCount
public long TuningStepCount { get; set; }Output only. Number of tuning steps for this Tuning Job.
| Property Value | |
|---|---|
| Type | Description |
long |
|
UserDatasetExamples
public RepeatedField<Content> UserDatasetExamples { get; }Output only. Sample user messages in the training dataset uri.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldContent |
|
UserInputTokenDistribution
public DatasetDistribution UserInputTokenDistribution { get; set; }Output only. Dataset distributions for the user input tokens.
| Property Value | |
|---|---|
| Type | Description |
DatasetDistribution |
|
UserMessagePerExampleDistribution
public DatasetDistribution UserMessagePerExampleDistribution { get; set; }Output only. Dataset distributions for the messages per example.
| Property Value | |
|---|---|
| Type | Description |
DatasetDistribution |
|
UserOutputTokenDistribution
public DatasetDistribution UserOutputTokenDistribution { get; set; }Output only. Dataset distributions for the user output tokens.
| Property Value | |
|---|---|
| Type | Description |
DatasetDistribution |
|