public sealed class ListRagCorporaResponse : IMessage<ListRagCorporaResponse>, IEquatable<ListRagCorporaResponse>, IDeepCloneable<ListRagCorporaResponse>, IBufferMessage, IMessage, IPageResponse<RagCorpus>, IEnumerable<RagCorpus>, IEnumerableReference documentation and code samples for the Vertex AI v1beta1 API class ListRagCorporaResponse.
Response message for [VertexRagDataService.ListRagCorpora][google.cloud.aiplatform.v1beta1.VertexRagDataService.ListRagCorpora].
Implements
IMessageListRagCorporaResponse, IEquatableListRagCorporaResponse, IDeepCloneableListRagCorporaResponse, IBufferMessage, IMessage, IPageResponseRagCorpus, IEnumerableRagCorpus, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListRagCorporaResponse()
public ListRagCorporaResponse()ListRagCorporaResponse(ListRagCorporaResponse)
public ListRagCorporaResponse(ListRagCorporaResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListRagCorporaResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token to retrieve the next page of results. Pass to [ListRagCorporaRequest.page_token][google.cloud.aiplatform.v1beta1.ListRagCorporaRequest.page_token] to obtain that page.
| Property Value | |
|---|---|
| Type | Description |
string |
|
RagCorpora
public RepeatedField<RagCorpus> RagCorpora { get; }List of RagCorpora in the requested page.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldRagCorpus |
|
Methods
GetEnumerator()
public IEnumerator<RagCorpus> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorRagCorpus |
|