ScheduleExperimentRequest

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

  • validate_only is a boolean field that, when true, validates the request without execution and only returns errors.

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.