public sealed class EvaluationResult.Types.ScenarioRubricOutcome : IMessage<EvaluationResult.Types.ScenarioRubricOutcome>, IEquatable<EvaluationResult.Types.ScenarioRubricOutcome>, IDeepCloneable<EvaluationResult.Types.ScenarioRubricOutcome>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class EvaluationResult.Types.ScenarioRubricOutcome.
The outcome of the evaluation against the rubric.
Implements
IMessageEvaluationResultTypesScenarioRubricOutcome, IEquatableEvaluationResultTypesScenarioRubricOutcome, IDeepCloneableEvaluationResultTypesScenarioRubricOutcome, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
ScenarioRubricOutcome()
public ScenarioRubricOutcome()ScenarioRubricOutcome(ScenarioRubricOutcome)
public ScenarioRubricOutcome(EvaluationResult.Types.ScenarioRubricOutcome other)| Parameter | |
|---|---|
| Name | Description |
other |
EvaluationResultTypesScenarioRubricOutcome |
Properties
HasScore
public bool HasScore { get; }Gets whether the "score" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Rubric
public string Rubric { get; set; }Output only. The rubric that was used to evaluate the conversation.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Score
public float Score { get; set; }Output only. The score of the conversation against the rubric.
| Property Value | |
|---|---|
| Type | Description |
float |
|
ScoreExplanation
public string ScoreExplanation { get; set; }Output only. The rater's response to the rubric.
| Property Value | |
|---|---|
| Type | Description |
string |
|