public interface CompleteTrialRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Measurement |
getFinalMeasurement()
Optional.
|
MeasurementOrBuilder |
getFinalMeasurementOrBuilder()
Optional.
|
String |
getInfeasibleReason()
Optional.
|
com.google.protobuf.ByteString |
getInfeasibleReasonBytes()
Optional.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
boolean |
getTrialInfeasible()
Optional.
|
boolean |
hasFinalMeasurement()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The Trial's name.
Format:
`projects/{project}/locations/{location}/studies/{study}/trials/{trial}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. The Trial's name.
Format:
`projects/{project}/locations/{location}/studies/{study}/trials/{trial}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasFinalMeasurement()
Optional. If provided, it will be used as the completed Trial's final_measurement; Otherwise, the service will auto-select a previously reported measurement as the final-measurement
.google.cloud.aiplatform.v1beta1.Measurement final_measurement = 2 [(.google.api.field_behavior) = OPTIONAL];
Measurement getFinalMeasurement()
Optional. If provided, it will be used as the completed Trial's final_measurement; Otherwise, the service will auto-select a previously reported measurement as the final-measurement
.google.cloud.aiplatform.v1beta1.Measurement final_measurement = 2 [(.google.api.field_behavior) = OPTIONAL];
MeasurementOrBuilder getFinalMeasurementOrBuilder()
Optional. If provided, it will be used as the completed Trial's final_measurement; Otherwise, the service will auto-select a previously reported measurement as the final-measurement
.google.cloud.aiplatform.v1beta1.Measurement final_measurement = 2 [(.google.api.field_behavior) = OPTIONAL];
boolean getTrialInfeasible()
Optional. True if the Trial cannot be run with the given Parameter, and final_measurement will be ignored.
bool trial_infeasible = 3 [(.google.api.field_behavior) = OPTIONAL];String getInfeasibleReason()
Optional. A human readable reason why the trial was infeasible. This should only be provided if `trial_infeasible` is true.
string infeasible_reason = 4 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getInfeasibleReasonBytes()
Optional. A human readable reason why the trial was infeasible. This should only be provided if `trial_infeasible` is true.
string infeasible_reason = 4 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2022 Google LLC. All rights reserved.