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

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

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

Response message for [EvaluationService.RunEvaluation][google.cloud.ces.v1beta.EvaluationService.RunEvaluation].

Inheritance

object > RunEvaluationResponse

Namespace

Google.Cloud.Ces.V1Beta

Assembly

Google.Cloud.Ces.V1Beta.dll

Constructors

RunEvaluationResponse()

public RunEvaluationResponse()

RunEvaluationResponse(RunEvaluationResponse)

public RunEvaluationResponse(RunEvaluationResponse other)
Parameter
Name Description
other RunEvaluationResponse

Properties

EvaluationRun

public string EvaluationRun { get; set; }

The name of the evaluation run that was created. Format: projects/{project}/locations/{location}/apps/{app}/evaluationRuns/{evaluation_run}

Property Value
Type Description
string

EvaluationRunAsEvaluationRunName

public EvaluationRunName EvaluationRunAsEvaluationRunName { get; set; }

EvaluationRunName-typed view over the EvaluationRun resource name property.

Property Value
Type Description
EvaluationRunName