public interface RagContextRecallInputOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstance()
public abstract RagContextRecallInstance getInstance()Required. Rag context recall instance.
.google.cloud.aiplatform.v1beta1.RagContextRecallInstance instance = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
RagContextRecallInstance |
The instance. |
getInstanceOrBuilder()
public abstract RagContextRecallInstanceOrBuilder getInstanceOrBuilder()Required. Rag context recall instance.
.google.cloud.aiplatform.v1beta1.RagContextRecallInstance instance = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
RagContextRecallInstanceOrBuilder |
|
getMetricSpec()
public abstract RagContextRecallSpec getMetricSpec()Required. Spec for rag context recall metric.
.google.cloud.aiplatform.v1beta1.RagContextRecallSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
RagContextRecallSpec |
The metricSpec. |
getMetricSpecOrBuilder()
public abstract RagContextRecallSpecOrBuilder getMetricSpecOrBuilder()Required. Spec for rag context recall metric.
.google.cloud.aiplatform.v1beta1.RagContextRecallSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
RagContextRecallSpecOrBuilder |
|
hasInstance()
public abstract boolean hasInstance()Required. Rag context recall instance.
.google.cloud.aiplatform.v1beta1.RagContextRecallInstance instance = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the instance field is set. |
hasMetricSpec()
public abstract boolean hasMetricSpec()Required. Spec for rag context recall metric.
.google.cloud.aiplatform.v1beta1.RagContextRecallSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the metricSpec field is set. |