Interface RagContextRecallInputOrBuilder (3.42.0)

public interface RagContextRecallInputOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstance()

public abstract RagContextRecallInstance getInstance()

Required. Rag context recall instance.

.google.cloud.aiplatform.v1beta1.RagContextRecallInstance instance = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
RagContextRecallSpecOrBuilder

hasInstance()

public abstract boolean hasInstance()

Required. Rag context recall instance.

.google.cloud.aiplatform.v1beta1.RagContextRecallInstance instance = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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
TypeDescription
boolean

Whether the metricSpec field is set.