Cloud AI Platform v1beta1 API - Class SupervisedTuningDataStats (1.0.0-beta03)

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

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

Tuning data statistics for Supervised Tuning.

Inheritance

object > SupervisedTuningDataStats

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

SupervisedTuningDataStats()

public SupervisedTuningDataStats()

SupervisedTuningDataStats(SupervisedTuningDataStats)

public SupervisedTuningDataStats(SupervisedTuningDataStats other)
Parameter
Name Description
other SupervisedTuningDataStats

Properties

TotalBillableCharacterCount

[Obsolete]
public long TotalBillableCharacterCount { get; set; }

Output only. Number of billable characters in the tuning dataset.

Property Value
Type Description
long

TotalBillableTokenCount

public long TotalBillableTokenCount { get; set; }

Output only. Number of billable tokens in the tuning dataset.

Property Value
Type Description
long

TotalTruncatedExampleCount

public long TotalTruncatedExampleCount { get; set; }

The number of examples in the dataset that have been truncated by any amount.

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

TruncatedExampleIndices

public RepeatedField<long> TruncatedExampleIndices { get; }

A partial sample of the indices (starting from 1) of the truncated examples.

Property Value
Type Description
RepeatedFieldlong

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