- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- AlphaEvolveProgramEvaluationSubmission
Adds an AlphaEvolveProgramEvaluation to the experiment.
HTTP request
POST https://discoveryengine.googleapis.com/v1alpha/{parent=projects/*/locations/*/collections/*/engines/*/sessions/*/alphaEvolveExperiments/*}:submitProgramsEvaluations
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The parent resource name (AlphaEvolveExperiment) of the Format: |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{
"evaluationSubmissions": [
{
object ( |
| Fields | |
|---|---|
evaluationSubmissions[] |
Required. List of program evaluations to submit. At this time, only one evaluation submission is supported. |
Response body
If successful, the response body is empty.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/discoveryengine.readwritehttps://www.googleapis.com/auth/discoveryengine.serving.readwrite
For more information, see the Authentication Overview.
AlphaEvolveProgramEvaluationSubmission
Evaluation submission for a program candidate.
| JSON representation |
|---|
{
"program": string,
"evaluation": {
object ( |
| Fields | |
|---|---|
program |
Required. Unique identifier for the program. Format: |
evaluation |
Required. Evaluation results for the program candidate. |
lockToken |
Required. Lock token for the program obtained in the AcquireAlphaEvolvePrograms call. |