public sealed class EvaluationDataset : IMessage<EvaluationDataset>, IEquatable<EvaluationDataset>, IDeepCloneable<EvaluationDataset>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class EvaluationDataset.
An evaluation dataset represents a set of evaluations that are grouped together basaed on shared tags.
Implements
IMessageEvaluationDataset, IEquatableEvaluationDataset, IDeepCloneableEvaluationDataset, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
EvaluationDataset()
public EvaluationDataset()EvaluationDataset(EvaluationDataset)
public EvaluationDataset(EvaluationDataset other)| Parameter | |
|---|---|
| Name | Description |
other |
EvaluationDataset |
Properties
AggregatedMetrics
public AggregatedMetrics AggregatedMetrics { get; set; }Output only. The aggregated metrics for this evaluation dataset across all runs.
| Property Value | |
|---|---|
| Type | Description |
AggregatedMetrics |
|
CreateTime
public Timestamp CreateTime { get; set; }Output only. Timestamp when the evaluation dataset was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
CreatedBy
public string CreatedBy { get; set; }Output only. The user who created the evaluation dataset.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DisplayName
public string DisplayName { get; set; }Required. User-defined display name of the evaluation dataset. Unique within an App.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Etag
public string Etag { get; set; }Output only. Etag used to ensure the object hasn't changed during a read-modify-write operation. If the etag is empty, the update will overwrite any concurrent changes.
| Property Value | |
|---|---|
| Type | Description |
string |
|
EvaluationDatasetName
public EvaluationDatasetName EvaluationDatasetName { get; set; }EvaluationDatasetName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
EvaluationDatasetName |
|
Evaluations
public RepeatedField<string> Evaluations { get; }Optional. Evaluations that are included in this dataset.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
EvaluationsAsEvaluationNames
public ResourceNameList<EvaluationName> EvaluationsAsEvaluationNames { get; }EvaluationName-typed view over the Evaluations resource name property.
| Property Value | |
|---|---|
| Type | Description |
ResourceNameListEvaluationName |
|
LastUpdatedBy
public string LastUpdatedBy { get; set; }Output only. The user who last updated the evaluation dataset.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Identifier. The unique identifier of this evaluation dataset.
Format:
projects/{project}/locations/{location}/apps/{app}/evaluationDatasets/{evaluationDataset}
| Property Value | |
|---|---|
| Type | Description |
string |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. Timestamp when the evaluation dataset was last updated.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|