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
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. |
↳ study |
string
The name of the Study that the Trial belongs to. |
↳ trial |
string
The Trial name. |
getGenericMetadata
Operation metadata for suggesting Trials.
Generated from protobuf field .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\GenericOperationMetadata|null |
hasGenericMetadata
clearGenericMetadata
setGenericMetadata
Operation metadata for suggesting Trials.
Generated from protobuf field .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AIPlatform\V1\GenericOperationMetadata
|
Returns | |
---|---|
Type | Description |
$this |
getStudy
The name of the Study that the Trial belongs to.
Generated from protobuf field string study = 2;
Returns | |
---|---|
Type | Description |
string |
setStudy
The name of the Study that the Trial belongs to.
Generated from protobuf field string study = 2;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTrial
The Trial name.
Generated from protobuf field string trial = 3;
Returns | |
---|---|
Type | Description |
string |
setTrial
The Trial name.
Generated from protobuf field string trial = 3;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |