Interface AddTrialMeasurementRequestOrBuilder (3.42.0)

public interface AddTrialMeasurementRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the measurement field is set.