ScheduleExperimentRequest

  • This is the request message for the ExperimentService.ScheduleExperiment API call.

  • It requires a resource_name field, which is a string representing the scheduled experiment.

  • It includes an optional validate_only boolean field that, if true, validates the request without execution.

Request message for ExperimentService.ScheduleExperiment.

Fields

resource_name

string

Required. The scheduled experiment.

validate_only

bool

If true, the request is validated but not executed. Only errors are returned, not results.