Cloud AI Platform v1beta1 API - Class ListRagCorporaResponse (1.0.0-beta03)

public sealed class ListRagCorporaResponse : IMessage<ListRagCorporaResponse>, IEquatable<ListRagCorporaResponse>, IDeepCloneable<ListRagCorporaResponse>, IBufferMessage, IMessage, IPageResponse<RagCorpus>, IEnumerable<RagCorpus>, IEnumerable

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ListRagCorporaResponse.

Response message for [VertexRagDataService.ListRagCorpora][google.cloud.aiplatform.v1beta1.VertexRagDataService.ListRagCorpora].

Inheritance

object > ListRagCorporaResponse

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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