public static interface RagCorpus.CorpusTypeConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RagCorpus.CorpusTypeConfig.CorpusTypeConfigCase |
getCorpusTypeConfigCase() |
RagCorpus.CorpusTypeConfig.DocumentCorpus |
getDocumentCorpus()
Optional.
|
RagCorpus.CorpusTypeConfig.DocumentCorpusOrBuilder |
getDocumentCorpusOrBuilder()
Optional.
|
RagCorpus.CorpusTypeConfig.MemoryCorpus |
getMemoryCorpus()
Optional.
|
RagCorpus.CorpusTypeConfig.MemoryCorpusOrBuilder |
getMemoryCorpusOrBuilder()
Optional.
|
boolean |
hasDocumentCorpus()
Optional.
|
boolean |
hasMemoryCorpus()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDocumentCorpus()
Optional. Config for the document corpus.
.google.cloud.aiplatform.v1beta1.RagCorpus.CorpusTypeConfig.DocumentCorpus document_corpus = 1 [(.google.api.field_behavior) = OPTIONAL];
RagCorpus.CorpusTypeConfig.DocumentCorpus getDocumentCorpus()
Optional. Config for the document corpus.
.google.cloud.aiplatform.v1beta1.RagCorpus.CorpusTypeConfig.DocumentCorpus document_corpus = 1 [(.google.api.field_behavior) = OPTIONAL];
RagCorpus.CorpusTypeConfig.DocumentCorpusOrBuilder getDocumentCorpusOrBuilder()
Optional. Config for the document corpus.
.google.cloud.aiplatform.v1beta1.RagCorpus.CorpusTypeConfig.DocumentCorpus document_corpus = 1 [(.google.api.field_behavior) = OPTIONAL];
boolean hasMemoryCorpus()
Optional. Config for the memory corpus.
.google.cloud.aiplatform.v1beta1.RagCorpus.CorpusTypeConfig.MemoryCorpus memory_corpus = 2 [(.google.api.field_behavior) = OPTIONAL];
RagCorpus.CorpusTypeConfig.MemoryCorpus getMemoryCorpus()
Optional. Config for the memory corpus.
.google.cloud.aiplatform.v1beta1.RagCorpus.CorpusTypeConfig.MemoryCorpus memory_corpus = 2 [(.google.api.field_behavior) = OPTIONAL];
RagCorpus.CorpusTypeConfig.MemoryCorpusOrBuilder getMemoryCorpusOrBuilder()
Optional. Config for the memory corpus.
.google.cloud.aiplatform.v1beta1.RagCorpus.CorpusTypeConfig.MemoryCorpus memory_corpus = 2 [(.google.api.field_behavior) = OPTIONAL];
RagCorpus.CorpusTypeConfig.CorpusTypeConfigCase getCorpusTypeConfigCase()
Copyright © 2025 Google LLC. All rights reserved.