Google Cloud Ai Platform V1 Client - Class SuggestTrialsMetadata (0.38.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
Name Description
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
Type Description
Google\Cloud\AIPlatform\V1\GenericOperationMetadata|null

hasGenericMetadata

clearGenericMetadata

setGenericMetadata

Operation metadata for suggesting Trials.

Parameter
Name Description
var Google\Cloud\AIPlatform\V1\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