SuggestTrialsMetadata

Details of operations that perform Trials suggestion.

Fields
genericMetadata object (GenericOperationMetadata)

Operation metadata for suggesting Trials.

clientId string

The identifier of the client that is requesting the suggestion.

If multiple SuggestTrialsRequests have the same clientId, the service will return the identical suggested Trial if the Trial is pending, and provide a new Trial if the last suggested Trial was completed.

JSON representation
{
  "genericMetadata": {
    object (GenericOperationMetadata)
  },
  "clientId": string
}