public interface AddTrialMeasurementRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMeasurement()
public abstract Measurement getMeasurement()
Required. The measurement to be added to a Trial.
.google.cloud.aiplatform.v1beta1.Measurement measurement = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Measurement |
The measurement. |
getMeasurementOrBuilder()
public abstract MeasurementOrBuilder getMeasurementOrBuilder()
Required. The measurement to be added to a Trial.
.google.cloud.aiplatform.v1beta1.Measurement measurement = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
MeasurementOrBuilder |
getTrialName()
public abstract String getTrialName()
Required. The name of the trial to add measurement.
Format:
projects/{project}/locations/{location}/studies/{study}/trials/{trial}
string trial_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The trialName. |
getTrialNameBytes()
public abstract ByteString getTrialNameBytes()
Required. The name of the trial to add measurement.
Format:
projects/{project}/locations/{location}/studies/{study}/trials/{trial}
string trial_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for trialName. |
hasMeasurement()
public abstract boolean hasMeasurement()
Required. The measurement to be added to a Trial.
.google.cloud.aiplatform.v1beta1.Measurement measurement = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the measurement field is set. |