ScheduleExperimentRequest

  • ScheduleExperiment is a request message for the ExperimentService.ScheduleExperiment function.

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

  • The validate_only field is a boolean that, if true, validates the request without executing it, returning only 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.