Show / Hide Table of Contents

Class GoogleCloudAiplatformV1SupervisedTuningDataStats

Tuning data statistics for Supervised Tuning.

Inheritance
object
GoogleCloudAiplatformV1SupervisedTuningDataStats
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.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SupervisedTuningDataStats : IDirectResponseSchema

Properties

DroppedExampleReasons

Output only. For each index in truncated_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

TotalBillableCharacterCount

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

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

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?

TotalTruncatedExampleCount

Output only. The number of examples in the dataset that have been dropped. An example can be dropped for reasons including: too many tokens, contains an invalid image, contains too many images, etc.

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

TotalTuningCharacterCount

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

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

TruncatedExampleIndices

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

Declaration
[JsonProperty("truncatedExampleIndices")]
public virtual IList<long?> TruncatedExampleIndices { get; set; }
Property Value
Type Description
IList<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 messages in the training dataset uri.

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

UserInputTokenDistribution

Output only. Dataset distributions for the user input tokens.

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

UserMessagePerExampleDistribution

Output only. Dataset distributions for the messages per example.

Declaration
[JsonProperty("userMessagePerExampleDistribution")]
public virtual GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution UserMessagePerExampleDistribution { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution

UserOutputTokenDistribution

Output only. Dataset distributions for the user output tokens.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX