public interface AddTrialMeasurementRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Measurement |
getMeasurement()
Required.
|
MeasurementOrBuilder |
getMeasurementOrBuilder()
Required.
|
String |
getTrialName()
Required.
|
com.google.protobuf.ByteString |
getTrialNameBytes()
Required.
|
boolean |
hasMeasurement()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
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) = { ... }
boolean hasMeasurement()
Required. The measurement to be added to a Trial.
.google.cloud.aiplatform.v1beta1.Measurement measurement = 3 [(.google.api.field_behavior) = REQUIRED];
Measurement getMeasurement()
Required. The measurement to be added to a Trial.
.google.cloud.aiplatform.v1beta1.Measurement measurement = 3 [(.google.api.field_behavior) = REQUIRED];
MeasurementOrBuilder getMeasurementOrBuilder()
Required. The measurement to be added to a Trial.
.google.cloud.aiplatform.v1beta1.Measurement measurement = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.