public sealed class DeleteEvaluationRequest : IMessage<DeleteEvaluationRequest>, IEquatable<DeleteEvaluationRequest>, IDeepCloneable<DeleteEvaluationRequest>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class DeleteEvaluationRequest.
Request message for [EvaluationService.DeleteEvaluation][google.cloud.ces.v1beta.EvaluationService.DeleteEvaluation].
Implements
IMessageDeleteEvaluationRequest, IEquatableDeleteEvaluationRequest, IDeepCloneableDeleteEvaluationRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
DeleteEvaluationRequest()
public DeleteEvaluationRequest()DeleteEvaluationRequest(DeleteEvaluationRequest)
public DeleteEvaluationRequest(DeleteEvaluationRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteEvaluationRequest |
Properties
Etag
public string Etag { get; set; }Optional. The current etag of the evaluation. If an etag is not provided, the deletion will overwrite any concurrent changes. If an etag is provided and does not match the current etag of the evaluation, deletion will be blocked and an ABORTED error will be returned.
| Property Value | |
|---|---|
| Type | Description |
string |
|
EvaluationName
public EvaluationName EvaluationName { get; set; }EvaluationName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
EvaluationName |
|
Force
public bool Force { get; set; }Optional. Indicates whether to forcefully delete the evaluation, even if it is still referenced by evaluation datasets.
- If
force = false, the deletion will fail if any datasets still reference the evaluation. - If
force = true, all existing references from datasets will be removed and the evaluation will be deleted.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Name
public string Name { get; set; }Required. The resource name of the evaluation to delete.
| Property Value | |
|---|---|
| Type | Description |
string |
|