Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class SuggestTrialsMetadata.
Details of operations that perform Trials suggestion.
Generated from protobuf message google.cloud.aiplatform.v1.SuggestTrialsMetadata
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ generic_metadata
↳ client_id
string
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.
getGenericMetadata
Operation metadata for suggesting Trials.
hasGenericMetadata
clearGenericMetadata
setGenericMetadata
Operation metadata for suggesting Trials.
$this
getClientId
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.
string
setClientId
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.
var
string
$this

