public sealed class EvaluationErrorInfo : IMessage<EvaluationErrorInfo>, IEquatable<EvaluationErrorInfo>, IDeepCloneable<EvaluationErrorInfo>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class EvaluationErrorInfo.
Information about an error encountered during an evaluation execution.
Implements
IMessageEvaluationErrorInfo, IEquatableEvaluationErrorInfo, IDeepCloneableEvaluationErrorInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
EvaluationErrorInfo()
public EvaluationErrorInfo()EvaluationErrorInfo(EvaluationErrorInfo)
public EvaluationErrorInfo(EvaluationErrorInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
EvaluationErrorInfo |
Properties
ErrorMessage
public string ErrorMessage { get; set; }Output only. The error message.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ErrorType
public EvaluationErrorInfo.Types.ErrorType ErrorType { get; set; }Output only. The type of error.
| Property Value | |
|---|---|
| Type | Description |
EvaluationErrorInfoTypesErrorType |
|
SessionId
public string SessionId { get; set; }Output only. The session ID for the conversation that caused the error.
| Property Value | |
|---|---|
| Type | Description |
string |
|