public sealed class ListRagCorporaRequest : IMessage<ListRagCorporaRequest>, IEquatable<ListRagCorporaRequest>, IDeepCloneable<ListRagCorporaRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ListRagCorporaRequest.
Request message for [VertexRagDataService.ListRagCorpora][google.cloud.aiplatform.v1beta1.VertexRagDataService.ListRagCorpora].
Implements
IMessageListRagCorporaRequest, IEquatableListRagCorporaRequest, IDeepCloneableListRagCorporaRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListRagCorporaRequest()
public ListRagCorporaRequest()
ListRagCorporaRequest(ListRagCorporaRequest)
public ListRagCorporaRequest(ListRagCorporaRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListRagCorporaRequest |
Properties
PageSize
public int PageSize { get; set; }
Optional. The standard list page size.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. The standard list page token. Typically obtained via [ListRagCorporaResponse.next_page_token][google.cloud.aiplatform.v1beta1.ListRagCorporaResponse.next_page_token] of the previous [VertexRagDataService.ListRagCorpora][google.cloud.aiplatform.v1beta1.VertexRagDataService.ListRagCorpora] call.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The resource name of the Location from which to list the
RagCorpora. Format: projects/{project}/locations/{location}
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |