public interface ExactMatchInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ExactMatchInstance |
getInstances(int index)
Required.
|
int |
getInstancesCount()
Required.
|
List<ExactMatchInstance> |
getInstancesList()
Required.
|
ExactMatchInstanceOrBuilder |
getInstancesOrBuilder(int index)
Required.
|
List<? extends ExactMatchInstanceOrBuilder> |
getInstancesOrBuilderList()
Required.
|
ExactMatchSpec |
getMetricSpec()
Required.
|
ExactMatchSpecOrBuilder |
getMetricSpecOrBuilder()
Required.
|
boolean |
hasMetricSpec()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetricSpec()
Required. Spec for exact match metric.
.google.cloud.aiplatform.v1beta1.ExactMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
ExactMatchSpec getMetricSpec()
Required. Spec for exact match metric.
.google.cloud.aiplatform.v1beta1.ExactMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
ExactMatchSpecOrBuilder getMetricSpecOrBuilder()
Required. Spec for exact match metric.
.google.cloud.aiplatform.v1beta1.ExactMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
List<ExactMatchInstance> getInstancesList()
Required. Repeated exact match instances.
repeated .google.cloud.aiplatform.v1beta1.ExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
ExactMatchInstance getInstances(int index)
Required. Repeated exact match instances.
repeated .google.cloud.aiplatform.v1beta1.ExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
int getInstancesCount()
Required. Repeated exact match instances.
repeated .google.cloud.aiplatform.v1beta1.ExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
List<? extends ExactMatchInstanceOrBuilder> getInstancesOrBuilderList()
Required. Repeated exact match instances.
repeated .google.cloud.aiplatform.v1beta1.ExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
ExactMatchInstanceOrBuilder getInstancesOrBuilder(int index)
Required. Repeated exact match instances.
repeated .google.cloud.aiplatform.v1beta1.ExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.