public sealed class GeneratorEvaluation : IMessage<GeneratorEvaluation>, IEquatable<GeneratorEvaluation>, IDeepCloneable<GeneratorEvaluation>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class GeneratorEvaluation.
Represents evaluation result of a generator.
Implements
IMessageGeneratorEvaluation, IEquatableGeneratorEvaluation, IDeepCloneableGeneratorEvaluation, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
GeneratorEvaluation()
public GeneratorEvaluation()GeneratorEvaluation(GeneratorEvaluation)
public GeneratorEvaluation(GeneratorEvaluation other)| Parameter | |
|---|---|
| Name | Description |
other |
GeneratorEvaluation |
Properties
CompleteTime
public Timestamp CompleteTime { get; set; }Output only. Completion time of this generator evaluation.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
CreateTime
public Timestamp CreateTime { get; set; }Output only. Creation time of this generator evaluation.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
DisplayName
public string DisplayName { get; set; }Optional. The display name of the generator evaluation. At most 64 bytes long.
| Property Value | |
|---|---|
| Type | Description |
string |
|
EvaluationStatus
public EvaluationStatus EvaluationStatus { get; set; }Output only. The result status of the evaluation pipeline. Provides the status information including if the evaluation is still in progress, completed or failed with certain error and user actionable message.
| Property Value | |
|---|---|
| Type | Description |
EvaluationStatus |
|
GeneratorEvaluationConfig
public GeneratorEvaluationConfig GeneratorEvaluationConfig { get; set; }Required. The configuration of the evaluation task.
| Property Value | |
|---|---|
| Type | Description |
GeneratorEvaluationConfig |
|
GeneratorEvaluationName
public GeneratorEvaluationName GeneratorEvaluationName { get; set; }GeneratorEvaluationName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
GeneratorEvaluationName |
|
HasSatisfiesPzi
public bool HasSatisfiesPzi { get; }Gets whether the "satisfies_pzi" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasSatisfiesPzs
public bool HasSatisfiesPzs { get; }Gets whether the "satisfies_pzs" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
InitialGenerator
public Generator InitialGenerator { get; set; }Required. The initial generator that was used when creating this evaluation. This is a copy of the generator read from storage when creating the evaluation.
| Property Value | |
|---|---|
| Type | Description |
Generator |
|
MetricsCase
public GeneratorEvaluation.MetricsOneofCase MetricsCase { get; }| Property Value | |
|---|---|
| Type | Description |
GeneratorEvaluationMetricsOneofCase |
|
Name
public string Name { get; set; }Output only. Identifier. The resource name of the evaluation. Format:
projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>/
evaluations/<Evaluation ID>
| Property Value | |
|---|---|
| Type | Description |
string |
|
SatisfiesPzi
public bool SatisfiesPzi { get; set; }Output only. A read only boolean field reflecting Zone Isolation status of the model. The field is an aggregated value of ZI status of its underlying dependencies. See more details in go/zicy-resource-placement#resource-status
| Property Value | |
|---|---|
| Type | Description |
bool |
|
SatisfiesPzs
public bool SatisfiesPzs { get; set; }Output only. A read only boolean field reflecting Zone Separation status of the model. The field is an aggregated value of ZS status of its underlying dependencies. See more details in go/zicy-resource-placement#resource-status
| Property Value | |
|---|---|
| Type | Description |
bool |
|
SummarizationMetrics
public SummarizationEvaluationMetrics SummarizationMetrics { get; set; }Output only. Only available when the summarization generator is provided.
| Property Value | |
|---|---|
| Type | Description |
SummarizationEvaluationMetrics |
|