Class EvaluationDataset
An evaluation dataset represents a set of evaluations that are grouped together basaed on shared tags.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class EvaluationDataset : IDirectResponseSchema
Properties
AggregatedMetrics
Output only. The aggregated metrics for this evaluation dataset across all runs.
Declaration
[JsonProperty("aggregatedMetrics")]
public virtual AggregatedMetrics AggregatedMetrics { get; set; }
Property Value
| Type | Description |
|---|---|
| AggregatedMetrics |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
CreateTimeRaw
Output only. Timestamp when the evaluation dataset was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CreatedBy
Output only. The user who created the evaluation dataset.
Declaration
[JsonProperty("createdBy")]
public virtual string CreatedBy { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayName
Required. User-defined display name of the evaluation dataset. Unique within an App.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
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.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Evaluations
Optional. Evaluations that are included in this dataset.
Declaration
[JsonProperty("evaluations")]
public virtual IList<string> Evaluations { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
LastUpdatedBy
Output only. The user who last updated the evaluation dataset.
Declaration
[JsonProperty("lastUpdatedBy")]
public virtual string LastUpdatedBy { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Identifier. The unique identifier of this evaluation dataset. Format:
projects/{project}/locations/{location}/apps/{app}/evaluationDatasets/{evaluationDataset}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
UpdateTimeRaw
Output only. Timestamp when the evaluation dataset was last updated.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |