Cloud AI Platform v1 API - Class SupervisedTuningDataStats (3.0.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class SupervisedTuningDataStats.

Tuning data statistics for Supervised Tuning.

Inheritance

object > SupervisedTuningDataStats

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

SupervisedTuningDataStats()

public SupervisedTuningDataStats()

SupervisedTuningDataStats(SupervisedTuningDataStats)

public SupervisedTuningDataStats(SupervisedTuningDataStats other)
Parameter
Name Description
other SupervisedTuningDataStats

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 SupervisedTuningDatasetDistribution UserInputTokenDistribution { get; set; }

Output only. Dataset distributions for the user input tokens.

Property Value
Type Description
SupervisedTuningDatasetDistribution

UserMessagePerExampleDistribution

public SupervisedTuningDatasetDistribution UserMessagePerExampleDistribution { get; set; }

Output only. Dataset distributions for the messages per example.

Property Value
Type Description
SupervisedTuningDatasetDistribution

UserOutputTokenDistribution

public SupervisedTuningDatasetDistribution UserOutputTokenDistribution { get; set; }

Output only. Dataset distributions for the user output tokens.

Property Value
Type Description
SupervisedTuningDatasetDistribution