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

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

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

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

Inheritance

object > ListRagDataSchemasRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ListRagDataSchemasRequest()

public ListRagDataSchemasRequest()

ListRagDataSchemasRequest(ListRagDataSchemasRequest)

public ListRagDataSchemasRequest(ListRagDataSchemasRequest other)
Parameter
Name Description
other ListRagDataSchemasRequest

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 [ListRagDataSchemasResponse.next_page_token][google.cloud.aiplatform.v1beta1.ListRagDataSchemasResponse.next_page_token] of the previous [VertexRagDataService.ListRagDataSchemas][google.cloud.aiplatform.v1beta1.VertexRagDataService.ListRagDataSchemas] call.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The resource name of the RagCorpus from which to list the RagDataSchemas. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}

Property Value
Type Description
string

ParentAsRagCorpusName

public RagCorpusName ParentAsRagCorpusName { get; set; }

RagCorpusName-typed view over the Parent resource name property.

Property Value
Type Description
RagCorpusName