Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1DatasetStats

Statistics computed over a tuning dataset.

Inheritance
object
GoogleCloudAiplatformV1beta1DatasetStats
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 GoogleCloudAiplatformV1beta1DatasetStats : 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?

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?

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 GoogleCloudAiplatformV1beta1DatasetDistribution UserInputTokenDistribution { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1DatasetDistribution

UserMessagePerExampleDistribution

Output only. Dataset distributions for the messages per example.

Declaration
[JsonProperty("userMessagePerExampleDistribution")]
public virtual GoogleCloudAiplatformV1beta1DatasetDistribution UserMessagePerExampleDistribution { 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