Vertex AI v1beta1 API - Class ListRagMetadataResponse (1.0.0-beta74)

public sealed class ListRagMetadataResponse : IMessage<ListRagMetadataResponse>, IEquatable<ListRagMetadataResponse>, IDeepCloneable<ListRagMetadataResponse>, IBufferMessage, IMessage, IPageResponse<RagMetadata>, IEnumerable<RagMetadata>, IEnumerable

Reference documentation and code samples for the Vertex AI v1beta1 API class ListRagMetadataResponse.

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

Inheritance

object > ListRagMetadataResponse

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ListRagMetadataResponse()

public ListRagMetadataResponse()

ListRagMetadataResponse(ListRagMetadataResponse)

public ListRagMetadataResponse(ListRagMetadataResponse other)
Parameter
Name Description
other ListRagMetadataResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve the next page of results. Pass to [ListRagMetadataRequest.page_token][google.cloud.aiplatform.v1beta1.ListRagMetadataRequest.page_token] to obtain that page.

Property Value
Type Description
string

RagMetadata

public RepeatedField<RagMetadata> RagMetadata { get; }

List of RagMetadata in the requested page.

Property Value
Type Description
RepeatedFieldRagMetadata

Methods

GetEnumerator()

public IEnumerator<RagMetadata> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorRagMetadata