Cloud AI Platform v1beta1 API - Class DatasetStats (1.0.0-beta02)

public sealed class DatasetStats : IMessage<DatasetStats>, IEquatable<DatasetStats>, IDeepCloneable<DatasetStats>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DatasetStats.

Statistics computed over a tuning dataset.

Inheritance

object > DatasetStats

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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