Package com.google.cloud.aiplatform.v1
Interface ExactMatchInputOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExactMatchInput,ExactMatchInput.Builder
@Generated
public interface ExactMatchInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetInstances(int index) Required.intRequired.Required.getInstancesOrBuilder(int index) Required.List<? extends ExactMatchInstanceOrBuilder>Required.Required.Required.booleanRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMetricSpec
boolean hasMetricSpec()Required. Spec for exact match metric.
.google.cloud.aiplatform.v1.ExactMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the metricSpec field is set.
-
getMetricSpec
ExactMatchSpec getMetricSpec()Required. Spec for exact match metric.
.google.cloud.aiplatform.v1.ExactMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The metricSpec.
-
getMetricSpecOrBuilder
ExactMatchSpecOrBuilder getMetricSpecOrBuilder()Required. Spec for exact match metric.
.google.cloud.aiplatform.v1.ExactMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED]; -
getInstancesList
List<ExactMatchInstance> getInstancesList()Required. Repeated exact match instances.
repeated .google.cloud.aiplatform.v1.ExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED]; -
getInstances
Required. Repeated exact match instances.
repeated .google.cloud.aiplatform.v1.ExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED]; -
getInstancesCount
int getInstancesCount()Required. Repeated exact match instances.
repeated .google.cloud.aiplatform.v1.ExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED]; -
getInstancesOrBuilderList
List<? extends ExactMatchInstanceOrBuilder> getInstancesOrBuilderList()Required. Repeated exact match instances.
repeated .google.cloud.aiplatform.v1.ExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED]; -
getInstancesOrBuilder
Required. Repeated exact match instances.
repeated .google.cloud.aiplatform.v1.ExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
-