PromoteExperimentRequest

  • PromoteExperimentRequest is the request message for the ExperimentService.PromoteExperiment method.

  • It requires the resource name of the experiment to be promoted.

  • An optional validate_only field allows for validation without execution.

Request message for ExperimentService.PromoteExperiment.

Fields

resource_name

string

Required. The resource name of the experiment to promote.

validate_only

bool

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