Package com.google.cloud.aiplatform.v1
Interface AddTrialMeasurementRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AddTrialMeasurementRequest
,AddTrialMeasurementRequest.Builder
public interface AddTrialMeasurementRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Measurement
getMeasurement()
Required.MeasurementOrBuilder
getMeasurementOrBuilder()
Required.String
getTrialName()
Required.com.google.protobuf.ByteString
getTrialNameBytes()
Required.boolean
hasMeasurement()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTrialName
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:
- The trialName.
-
getTrialNameBytes
com.google.protobuf.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:
- The bytes for trialName.
-
hasMeasurement
boolean hasMeasurement()
Required. The measurement to be added to a Trial.
.google.cloud.aiplatform.v1.Measurement measurement = 3 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the measurement field is set.
-
getMeasurement
Measurement getMeasurement()
Required. The measurement to be added to a Trial.
.google.cloud.aiplatform.v1.Measurement measurement = 3 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The measurement.
-
getMeasurementOrBuilder
MeasurementOrBuilder getMeasurementOrBuilder()
Required. The measurement to be added to a Trial.
.google.cloud.aiplatform.v1.Measurement measurement = 3 [(.google.api.field_behavior) = REQUIRED];
-
-