Google Cloud Ai Platform V1 Client - Class SuggestTrialsMetadata (0.24.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ generic_metadata Google\Cloud\AIPlatform\V1\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 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.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\GenericOperationMetadata|null

hasGenericMetadata

clearGenericMetadata

setGenericMetadata

Operation metadata for suggesting Trials.

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\GenericOperationMetadata
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this