public interface RagContextRecallInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RagContextRecallInstance |
getInstance()
Required.
|
RagContextRecallInstanceOrBuilder |
getInstanceOrBuilder()
Required.
|
RagContextRecallSpec |
getMetricSpec()
Required.
|
RagContextRecallSpecOrBuilder |
getMetricSpecOrBuilder()
Required.
|
boolean |
hasInstance()
Required.
|
boolean |
hasMetricSpec()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetricSpec()
Required. Spec for rag context recall metric.
.google.cloud.aiplatform.v1beta1.RagContextRecallSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
RagContextRecallSpec getMetricSpec()
Required. Spec for rag context recall metric.
.google.cloud.aiplatform.v1beta1.RagContextRecallSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
RagContextRecallSpecOrBuilder getMetricSpecOrBuilder()
Required. Spec for rag context recall metric.
.google.cloud.aiplatform.v1beta1.RagContextRecallSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasInstance()
Required. Rag context recall instance.
.google.cloud.aiplatform.v1beta1.RagContextRecallInstance instance = 2 [(.google.api.field_behavior) = REQUIRED];
RagContextRecallInstance getInstance()
Required. Rag context recall instance.
.google.cloud.aiplatform.v1beta1.RagContextRecallInstance instance = 2 [(.google.api.field_behavior) = REQUIRED];
RagContextRecallInstanceOrBuilder getInstanceOrBuilder()
Required. Rag context recall instance.
.google.cloud.aiplatform.v1beta1.RagContextRecallInstance instance = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.