Google Cloud Ai Platform V1 Client - Class CheckTrialEarlyStoppingStateMetatdata (0.29.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class CheckTrialEarlyStoppingStateMetatdata.

This message will be placed in the metadata field of a google.longrunning.Operation associated with a CheckTrialEarlyStoppingState request.

Generated from protobuf message google.cloud.aiplatform.v1.CheckTrialEarlyStoppingStateMetatdata

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.

↳ study string

The name of the Study that the Trial belongs to.

↳ trial string

The Trial name.

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

getStudy

The name of the Study that the Trial belongs to.

Returns
TypeDescription
string

setStudy

The name of the Study that the Trial belongs to.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTrial

The Trial name.

Returns
TypeDescription
string

setTrial

The Trial name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this