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

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

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

Request message for [EvaluationService.DeleteScheduledEvaluationRun][google.cloud.ces.v1beta.EvaluationService.DeleteScheduledEvaluationRun].

Inheritance

object > DeleteScheduledEvaluationRunRequest

Namespace

Google.Cloud.Ces.V1Beta

Assembly

Google.Cloud.Ces.V1Beta.dll

Constructors

DeleteScheduledEvaluationRunRequest()

public DeleteScheduledEvaluationRunRequest()

DeleteScheduledEvaluationRunRequest(DeleteScheduledEvaluationRunRequest)

public DeleteScheduledEvaluationRunRequest(DeleteScheduledEvaluationRunRequest other)
Parameter
Name Description
other DeleteScheduledEvaluationRunRequest

Properties

Etag

public string Etag { get; set; }

Optional. The etag of the ScheduledEvaluationRun. If provided, it must match the server's etag.

Property Value
Type Description
string

Name

public string Name { get; set; }

Required. The resource name of the scheduled evaluation run to delete.

Property Value
Type Description
string

ScheduledEvaluationRunName

public ScheduledEvaluationRunName ScheduledEvaluationRunName { get; set; }

ScheduledEvaluationRunName-typed view over the Name resource name property.

Property Value
Type Description
ScheduledEvaluationRunName