PromoteExperimentRequest

  • PromoteExperiment request message details the fields used to promote an experiment.

  • The resource_name field is required and specifies the experiment to promote.

  • The validate_only field allows validation without execution, returning only errors.

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.