Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ListOptimalTrialsRequest.
Request message for VizierService.ListOptimalTrials.
Generated from protobuf message google.cloud.aiplatform.v1.ListOptimalTrialsRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The name of the Study that the optimal Trial belongs to. |
getParent
Required. The name of the Study that the optimal Trial belongs to.
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The name of the Study that the optimal Trial belongs to.
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |