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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ generic_metadata |
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 | |
|---|---|
| Type | Description |
GenericOperationMetadata|null |
|
hasGenericMetadata
clearGenericMetadata
setGenericMetadata
Operation metadata for suggesting Trials.
| Parameter | |
|---|---|
| Name | Description |
var |
GenericOperationMetadata
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStudy
The name of the Study that the Trial belongs to.
| Returns | |
|---|---|
| Type | Description |
string |
|
setStudy
The name of the Study that the Trial belongs to.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTrial
The Trial name.
| Returns | |
|---|---|
| Type | Description |
string |
|
setTrial
The Trial name.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|