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

public sealed class ListRagMetadataRequest : IMessage<ListRagMetadataRequest>, IEquatable<ListRagMetadataRequest>, IDeepCloneable<ListRagMetadataRequest>, IBufferMessage, IMessage, IPageRequest

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

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

Inheritance

object > ListRagMetadataRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ListRagMetadataRequest()

public ListRagMetadataRequest()

ListRagMetadataRequest(ListRagMetadataRequest)

public ListRagMetadataRequest(ListRagMetadataRequest other)
Parameter
Name Description
other ListRagMetadataRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The standard list page size. The maximum value is 100. If not specified, a default value of 100 will be used.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. The standard list page token. Typically obtained via [ListRagMetadataResponse.next_page_token][google.cloud.aiplatform.v1beta1.ListRagMetadataResponse.next_page_token] of the previous [VertexRagDataService.ListRagMetadata][google.cloud.aiplatform.v1beta1.VertexRagDataService.ListRagMetadata] call.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The resource name of the RagFile from which to list the RagMetadata. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}/ragFiles/{rag_file}

Property Value
Type Description
string

ParentAsRagFileName

public RagFileName ParentAsRagFileName { get; set; }

RagFileName-typed view over the Parent resource name property.

Property Value
Type Description
RagFileName