Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1PreferenceOptimizationDataStats

Statistics computed for datasets used for preference optimization.

Inheritance
object
GoogleCloudAiplatformV1beta1PreferenceOptimizationDataStats
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1PreferenceOptimizationDataStats : IDirectResponseSchema

Properties

DroppedExampleIndices

Output only. A partial sample of the indices (starting from 1) of the dropped examples.

Declaration
[JsonProperty("droppedExampleIndices")]
public virtual IList<long?> DroppedExampleIndices { get; set; }
Property Value
Type Description
IList<long?>

DroppedExampleReasons

Output only. For each index in dropped_example_indices, the user-facing reason why the example was dropped.

Declaration
[JsonProperty("droppedExampleReasons")]
public virtual IList<string> DroppedExampleReasons { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ScoreVariancePerExampleDistribution

Output only. Dataset distributions for scores variance per example.

Declaration
[JsonProperty("scoreVariancePerExampleDistribution")]
public virtual GoogleCloudAiplatformV1beta1DatasetDistribution ScoreVariancePerExampleDistribution { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1DatasetDistribution

ScoresDistribution

Output only. Dataset distributions for scores.

Declaration
[JsonProperty("scoresDistribution")]
public virtual GoogleCloudAiplatformV1beta1DatasetDistribution ScoresDistribution { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1DatasetDistribution

TotalBillableTokenCount

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

Declaration
[JsonProperty("totalBillableTokenCount")]
public virtual long? TotalBillableTokenCount { get; set; }
Property Value
Type Description
long?

TuningDatasetExampleCount

Output only. Number of examples in the tuning dataset.

Declaration
[JsonProperty("tuningDatasetExampleCount")]
public virtual long? TuningDatasetExampleCount { get; set; }
Property Value
Type Description
long?

TuningStepCount

Output only. Number of tuning steps for this Tuning Job.

Declaration
[JsonProperty("tuningStepCount")]
public virtual long? TuningStepCount { get; set; }
Property Value
Type Description
long?

UserDatasetExamples

Output only. Sample user examples in the training dataset.

Declaration
[JsonProperty("userDatasetExamples")]
public virtual IList<GoogleCloudAiplatformV1beta1GeminiPreferenceExample> UserDatasetExamples { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1beta1GeminiPreferenceExample>

UserInputTokenDistribution

Output only. Dataset distributions for the user input tokens.

Declaration
[JsonProperty("userInputTokenDistribution")]
public virtual GoogleCloudAiplatformV1beta1DatasetDistribution UserInputTokenDistribution { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1DatasetDistribution

UserOutputTokenDistribution

Output only. Dataset distributions for the user output tokens.

Declaration
[JsonProperty("userOutputTokenDistribution")]
public virtual GoogleCloudAiplatformV1beta1DatasetDistribution UserOutputTokenDistribution { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1DatasetDistribution

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX