public interface RetrieveContextsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getContexts()
public abstract RagContexts getContexts()
The contexts of the query.
.google.cloud.aiplatform.v1beta1.RagContexts contexts = 1;
Returns | |
---|---|
Type | Description |
RagContexts |
The contexts. |
getContextsOrBuilder()
public abstract RagContextsOrBuilder getContextsOrBuilder()
The contexts of the query.
.google.cloud.aiplatform.v1beta1.RagContexts contexts = 1;
Returns | |
---|---|
Type | Description |
RagContextsOrBuilder |
hasContexts()
public abstract boolean hasContexts()
The contexts of the query.
.google.cloud.aiplatform.v1beta1.RagContexts contexts = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the contexts field is set. |