public interface RagContextsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RagContexts.Context |
getContexts(int index)
All its contexts.
|
int |
getContextsCount()
All its contexts.
|
List<RagContexts.Context> |
getContextsList()
All its contexts.
|
RagContexts.ContextOrBuilder |
getContextsOrBuilder(int index)
All its contexts.
|
List<? extends RagContexts.ContextOrBuilder> |
getContextsOrBuilderList()
All its contexts.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<RagContexts.Context> getContextsList()
All its contexts.
repeated .google.cloud.aiplatform.v1beta1.RagContexts.Context contexts = 1;RagContexts.Context getContexts(int index)
All its contexts.
repeated .google.cloud.aiplatform.v1beta1.RagContexts.Context contexts = 1;int getContextsCount()
All its contexts.
repeated .google.cloud.aiplatform.v1beta1.RagContexts.Context contexts = 1;List<? extends RagContexts.ContextOrBuilder> getContextsOrBuilderList()
All its contexts.
repeated .google.cloud.aiplatform.v1beta1.RagContexts.Context contexts = 1;RagContexts.ContextOrBuilder getContextsOrBuilder(int index)
All its contexts.
repeated .google.cloud.aiplatform.v1beta1.RagContexts.Context contexts = 1;Copyright © 2024 Google LLC. All rights reserved.