public interface RetrieveContextsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RetrieveContextsRequest.DataSourceCase |
getDataSourceCase() |
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
RagQuery |
getQuery()
Required.
|
RagQueryOrBuilder |
getQueryOrBuilder()
Required.
|
RetrieveContextsRequest.VertexRagStore |
getVertexRagStore()
The data source for Vertex RagStore.
|
RetrieveContextsRequest.VertexRagStoreOrBuilder |
getVertexRagStoreOrBuilder()
The data source for Vertex RagStore.
|
boolean |
hasQuery()
Required.
|
boolean |
hasVertexRagStore()
The data source for Vertex RagStore.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasVertexRagStore()
The data source for Vertex RagStore.
.google.cloud.aiplatform.v1beta1.RetrieveContextsRequest.VertexRagStore vertex_rag_store = 2;
RetrieveContextsRequest.VertexRagStore getVertexRagStore()
The data source for Vertex RagStore.
.google.cloud.aiplatform.v1beta1.RetrieveContextsRequest.VertexRagStore vertex_rag_store = 2;
RetrieveContextsRequest.VertexRagStoreOrBuilder getVertexRagStoreOrBuilder()
The data source for Vertex RagStore.
.google.cloud.aiplatform.v1beta1.RetrieveContextsRequest.VertexRagStore vertex_rag_store = 2;
String getParent()
Required. The resource name of the Location from which to retrieve
RagContexts. The users must have permission to make a call in the project.
Format:
`projects/{project}/locations/{location}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The resource name of the Location from which to retrieve
RagContexts. The users must have permission to make a call in the project.
Format:
`projects/{project}/locations/{location}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasQuery()
Required. Single RAG retrieve query.
.google.cloud.aiplatform.v1beta1.RagQuery query = 3 [(.google.api.field_behavior) = REQUIRED];
RagQuery getQuery()
Required. Single RAG retrieve query.
.google.cloud.aiplatform.v1beta1.RagQuery query = 3 [(.google.api.field_behavior) = REQUIRED];
RagQueryOrBuilder getQueryOrBuilder()
Required. Single RAG retrieve query.
.google.cloud.aiplatform.v1beta1.RagQuery query = 3 [(.google.api.field_behavior) = REQUIRED];
RetrieveContextsRequest.DataSourceCase getDataSourceCase()
Copyright © 2025 Google LLC. All rights reserved.