public sealed class CreateScheduledEvaluationRunRequest : IMessage<CreateScheduledEvaluationRunRequest>, IEquatable<CreateScheduledEvaluationRunRequest>, IDeepCloneable<CreateScheduledEvaluationRunRequest>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class CreateScheduledEvaluationRunRequest.
Request message for [EvaluationService.CreateScheduledEvaluationRun][google.cloud.ces.v1beta.EvaluationService.CreateScheduledEvaluationRun].
Implements
IMessageCreateScheduledEvaluationRunRequest, IEquatableCreateScheduledEvaluationRunRequest, IDeepCloneableCreateScheduledEvaluationRunRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
CreateScheduledEvaluationRunRequest()
public CreateScheduledEvaluationRunRequest()CreateScheduledEvaluationRunRequest(CreateScheduledEvaluationRunRequest)
public CreateScheduledEvaluationRunRequest(CreateScheduledEvaluationRunRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateScheduledEvaluationRunRequest |
Properties
Parent
public string Parent { get; set; }Required. The app to create the scheduled evaluation run for.
Format:
projects/{project}/locations/{location}/apps/{app}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsAppName
public AppName ParentAsAppName { get; set; }| Property Value | |
|---|---|
| Type | Description |
AppName |
|
ScheduledEvaluationRun
public ScheduledEvaluationRun ScheduledEvaluationRun { get; set; }Required. The scheduled evaluation run to create.
| Property Value | |
|---|---|
| Type | Description |
ScheduledEvaluationRun |
|
ScheduledEvaluationRunId
public string ScheduledEvaluationRunId { get; set; }Optional. The ID to use for the scheduled evaluation run, which will become the final component of the scheduled evaluation run's resource name. If not provided, a unique ID will be automatically assigned.
| Property Value | |
|---|---|
| Type | Description |
string |
|