ScheduleExperimentRequest

  • resource_name is a required string field specifying the scheduled experiment.

  • validate_only is an optional boolean field that validates the request without execution if set to true.

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.