public sealed class RunEvaluationOperationMetadata : IMessage<RunEvaluationOperationMetadata>, IEquatable<RunEvaluationOperationMetadata>, IDeepCloneable<RunEvaluationOperationMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class RunEvaluationOperationMetadata.
Operation metadata for [EvaluationService.RunEvaluation][google.cloud.ces.v1beta.EvaluationService.RunEvaluation]
Implements
IMessageRunEvaluationOperationMetadata, IEquatableRunEvaluationOperationMetadata, IDeepCloneableRunEvaluationOperationMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
RunEvaluationOperationMetadata()
public RunEvaluationOperationMetadata()RunEvaluationOperationMetadata(RunEvaluationOperationMetadata)
public RunEvaluationOperationMetadata(RunEvaluationOperationMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
RunEvaluationOperationMetadata |
Properties
CancelRequested
public bool CancelRequested { get; set; }Output only. Identifies whether the user has requested cancellation of the
operation. Operations that have been cancelled successfully have
[google.longrunning.Operation.error][google.longrunning.Operation.error]
value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
corresponding to Code.CANCELLED.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
CreateTime
public Timestamp CreateTime { get; set; }Output only. The time the operation was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
EndTime
public Timestamp EndTime { get; set; }Output only. The time the operation completed.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
EvaluationRun
public string EvaluationRun { get; set; }Output only. 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 |
|
Evaluations
public RepeatedField<string> Evaluations { get; }Output only. The list of evaluations that were run.
Format:
projects/{project}/locations/{location}/apps/{app}/evaluations/{evaluation}
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
EvaluationsAsEvaluationNames
public ResourceNameList<EvaluationName> EvaluationsAsEvaluationNames { get; }EvaluationName-typed view over the Evaluations resource name property.
| Property Value | |
|---|---|
| Type | Description |
ResourceNameListEvaluationName |
|
Verb
public string Verb { get; set; }Output only. The verb of the operation.
| Property Value | |
|---|---|
| Type | Description |
string |
|