Class GoogleCloudAiplatformV1beta1SupervisedTuningDataStats
Tuning data statistics for Supervised Tuning.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1SupervisedTuningDataStats : IDirectResponseSchema
Properties
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
The number of examples in the dataset that have been truncated by any amount.
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
A partial sample of the indices (starting from 1) of the truncated 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<GoogleCloudAiplatformV1beta1Content> UserDatasetExamples { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1beta1Content> |
UserInputTokenDistribution
Output only. Dataset distributions for the user input tokens.
Declaration
[JsonProperty("userInputTokenDistribution")]
public virtual GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution UserInputTokenDistribution { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution |
UserMessagePerExampleDistribution
Output only. Dataset distributions for the messages per example.
Declaration
[JsonProperty("userMessagePerExampleDistribution")]
public virtual GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution UserMessagePerExampleDistribution { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution |
UserOutputTokenDistribution
Output only. Dataset distributions for the user output tokens.
Declaration
[JsonProperty("userOutputTokenDistribution")]
public virtual GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution UserOutputTokenDistribution { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution |