Class SuggestTrialsRequest (1.17.0)

SuggestTrialsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for VizierService.SuggestTrials.

Attributes

NameDescription
parent str
Required. The project and location that the Study belongs to. Format: ``projects/{project}/locations/{location}/studies/{study}``
suggestion_count int
Required. The number of suggestions requested. It must be positive.
client_id str
Required. The identifier of the client that is requesting the suggestion. If multiple SuggestTrialsRequests have the same ``client_id``, 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.

Inheritance

builtins.object > proto.message.Message > SuggestTrialsRequest