public sealed class RunEvaluationResponse : IMessage<RunEvaluationResponse>, IEquatable<RunEvaluationResponse>, IDeepCloneable<RunEvaluationResponse>, IBufferMessage, IMessageReference 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].
Implements
IMessageRunEvaluationResponse, IEquatableRunEvaluationResponse, IDeepCloneableRunEvaluationResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
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 |
|