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

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

Reference 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].

Inheritance

object > CreateScheduledEvaluationRunRequest

Namespace

Google.Cloud.Ces.V1Beta

Assembly

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; }

AppName-typed view over the Parent resource name property.

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