Gemini Enterprise for Customer Experience v1beta API - Class EvaluationErrorInfo (1.0.0-beta01)

public sealed class EvaluationErrorInfo : IMessage<EvaluationErrorInfo>, IEquatable<EvaluationErrorInfo>, IDeepCloneable<EvaluationErrorInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class EvaluationErrorInfo.

Information about an error encountered during an evaluation execution.

Inheritance

object > EvaluationErrorInfo

Namespace

Google.Cloud.Ces.V1Beta

Assembly

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