Interface RagCorpus.CorpusTypeConfigOrBuilder (3.92.0)

public static interface RagCorpus.CorpusTypeConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCorpusTypeConfigCase()

public abstract RagCorpus.CorpusTypeConfig.CorpusTypeConfigCase getCorpusTypeConfigCase()
Returns
Type Description
RagCorpus.CorpusTypeConfig.CorpusTypeConfigCase

getDocumentCorpus()

public abstract 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];

Returns
Type Description
RagCorpus.CorpusTypeConfig.DocumentCorpus

The documentCorpus.

getDocumentCorpusOrBuilder()

public abstract 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];

Returns
Type Description
RagCorpus.CorpusTypeConfig.DocumentCorpusOrBuilder

getMemoryCorpus()

public abstract 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];

Returns
Type Description
RagCorpus.CorpusTypeConfig.MemoryCorpus

The memoryCorpus.

getMemoryCorpusOrBuilder()

public abstract 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];

Returns
Type Description
RagCorpus.CorpusTypeConfig.MemoryCorpusOrBuilder

hasDocumentCorpus()

public abstract boolean hasDocumentCorpus()

Optional. Config for the document corpus.

.google.cloud.aiplatform.v1beta1.RagCorpus.CorpusTypeConfig.DocumentCorpus document_corpus = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the documentCorpus field is set.

hasMemoryCorpus()

public abstract boolean hasMemoryCorpus()

Optional. Config for the memory corpus.

.google.cloud.aiplatform.v1beta1.RagCorpus.CorpusTypeConfig.MemoryCorpus memory_corpus = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the memoryCorpus field is set.