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.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ generic_metadata |
GenericOperationMetadata
Operation metadata for suggesting Trials. |
↳ client_id |
string
The identifier of the client that is requesting the suggestion. If multiple SuggestTrialsRequests have the same |
getGenericMetadata
Operation metadata for suggesting Trials.
| Returns | |
|---|---|
| Type | Description |
GenericOperationMetadata|null |
|
hasGenericMetadata
clearGenericMetadata
setGenericMetadata
Operation metadata for suggesting Trials.
| Parameter | |
|---|---|
| Name | Description |
var |
GenericOperationMetadata
|
| Returns | |
|---|---|
| Type | Description |
$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.
| Returns | |
|---|---|
| Type | Description |
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.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|